How to exclude pages in google adsense?

   

 Excluding certain pages  in Google AdSense in Blogger 


Excluding pages in Google AdSense is simple and easy task. Just be honest in reading the things below and follow the process.

To exclude certain pages from Google AdSense on a Blogger site, you can use one of the following methods:

 1. **Use AdSense’s Page-level Ads (Specific Page Exclusions)**


If you want to disable ads for specific pages, you can use AdSense's page-level ad settings. Follow these steps:


1. **Log in to your Blogger Account** and open the blog where you want to exclude ads.

2. **Go to your AdSense account** and sign in.

3. Under **Settings**, select **Ad Review Center**.

4. In the **Ad Review Center**, you can select the specific pages you want to exclude from showing ads. Here you can set exclusions for individual pages or types of content.


However, this feature doesn't allow you to exclude ads from a Blogger page directly. It's a more general AdSense setting, but it can be helpful for controlling ads.

2. **Manual Ad Placement in Blogger's Template** (Excluding Ad Units on Specific Pages)


If you're familiar with HTML and Blogger's template system, you can manually edit the template to avoid displaying ads on specific pages.


1. **Go to your Blogger Dashboard.**

2. In the left-hand menu, click on **Theme**, then **Edit HTML**.

3. Search for the `<script>` tags or the AdSense code snippets in the template.

4. Identify where the AdSense code is being placed (it might look like a `script` tag with the AdSense ad unit code).

5. You can use Blogger's **conditional tags** to display ads only on specific pages. For example:


   ```html

   <b:if cond='data:blog.pageType == "index"'>

      <!-- AdSense Code Here -->

   </b:if>

   ```


   Replace `"index"` with the type of page you want to display ads on (e.g., `"post"`, `"page"`, etc.), or use conditions to exclude pages from displaying ads.


6. **Save** your template changes.


This method requires editing the HTML code, so it's best suited for users who are comfortable with code.


3. **Disable Ads on Specific Pages (Using a Post/Page-Specific Widget)**


Another option is to place ads in a widget on your Blogger sidebar or footer and control which pages display those ads. This way, you can avoid placing ad widgets on specific pages.


1. **Go to the Blogger Dashboard.**

2. Click **Layout** and then **Add a Gadget** where you want the ad to appear (e.g., sidebar or footer).

3. Add the **HTML/JavaScript** gadget and paste your AdSense ad code.

4. After adding the ad code, you can remove or not add the widget to the specific pages you want to exclude. This can be done by editing the layout of the individual page or by using conditional statements.

 4. **Use URL Parameters (Advanced)**


If you're familiar with URL parameters, you can exclude ads based on the URL structure. You can use the `b:if` conditional tags in your HTML code to include ads only on certain URLs.


For instance:


```html

<b:if cond='data:blog.pageUrl != "https://yourblog.blogspot.com/page-to-exclude"'>

  <!-- Place your AdSense ad code here -->

</b:if>

```


This code checks the URL and only displays the ad if the page URL is not the one you specify.


The easiest of all is just open your Google AdSense account and follow the steps:


**Process:**

1. Open your Google AdSense account 



2. Click on Ads


3. Now click on pencil icon at right

4. Enable Ads icon 


5. Now click on excluded pages 


6. Click on add exclusion


7.  Here erase the url in box


8. Now go to pages in settings 


8. Click and copy the page link

9. Return back to Manage page exclusions again and paste copied link in the box and press Add

10. To exclude another page or pages click on Add exclusion and repeat the same process as above 


11. Now press Apply to site and press Save


It is done.


 Conclusion


The most common method for excluding ads from specific pages in Blogger is by either editing the template using conditional tags or using AdSense's built-in exclusion features in your AdSense account.


Please feel free to contact and mention your concerns in comments section.




Thanks for being with us. Stay Connected ☺️ 


Post a Comment

Previous Post Next Post