I have a couple blocks of ADSENSE up on the blog.
When in any CATEGORY they both adjust to content.
When in ALL CATEGORIES they do not. They go Generic.
This isnt so much about ADSENSE but how Google Search is seeing the blog.
It seems it is not able to BOT the whole thing at once or something.
Anyone know what is going on with this?
Thanx
RJ
Blog and Google
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Blog and Google
Hi!
I believe you can edit your entries.tpl template and set/add some HTML comment fields to indicate where content is shown and where not, to give google a hint where it should look for related content. You need to search the google adsense docs for those HTML tags.
It's an issue of Google, not the plugin or s9y itself, so you might want to check their FAQ to see how they index content.
HTH,
Garvin
I believe you can edit your entries.tpl template and set/add some HTML comment fields to indicate where content is shown and where not, to give google a hint where it should look for related content. You need to search the google adsense docs for those HTML tags.
It's an issue of Google, not the plugin or s9y itself, so you might want to check their FAQ to see how they index content.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
vavai
- Regular
- Posts: 37
- Joined: Thu Mar 01, 2007 12:43 am
- Location: Bekasi-West Java-Indonesia
- Contact:
Blog (S9y) and Google
Hi,
Agree with Garvin, you can use "Section Targeting" to make your Google Ads relevant and profitable
.
https://www.google.com/adsense/support/ ... swer=23168
Best Regards,
Vavai
Agree with Garvin, you can use "Section Targeting" to make your Google Ads relevant and profitable
See a detail description about section targeting and how to implement it from this link :Section targeting allows you to suggest sections of your text and HTML content that you'd like us to emphasize or downplay when matching ads to your site's content. By providing us with your suggestions, you can assist us in improving your ad targeting. We recommend that only those familiar with HTML attempt to implement section targeting.
To implement section targeting, you'll need to add a set of special HTML comment tags to your code. These tags will mark the beginning and end of whichever section(s) you'd like to emphasize or de-emphasize for ad targeting.
https://www.google.com/adsense/support/ ... swer=23168
Best Regards,
Vavai
/* Muhammad Rivai Andargini */
/* Migrasi Windows-Linux : http://www.vavai.com/index.php */
/* Blog Vavai : http://www.vavai.com/blog/index.php */
/* Bridge Blogging : http://www.vavai.net */
/* Migrasi Windows-Linux : http://www.vavai.com/index.php */
/* Blog Vavai : http://www.vavai.com/blog/index.php */
/* Bridge Blogging : http://www.vavai.net */
Thanx, I got it...
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
I understand it...
If all I want is to have adsense read the entire blog, where would I put those two commands? In what file, in what context?
This is something central to my troubles.
In forums and faqs I often see and understand the code, but placing it or naming it or what to do if its a blog rather than a website and I wonder how it is applied to Serendipity specific, and I get lost...
RJ
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
I understand it...
If all I want is to have adsense read the entire blog, where would I put those two commands? In what file, in what context?
This is something central to my troubles.
In forums and faqs I often see and understand the code, but placing it or naming it or what to do if its a blog rather than a website and I wonder how it is applied to Serendipity specific, and I get lost...
RJ
----
I believe you can edit your entries.tpl template and set/add some HTML comment fields to indicate where content is shown and where not, to give google a hint where it should look for related content. You need to search the google adsense docs for those HTML tags.
----
entries.tpl
So that is where I also put the google blogsearch API code?
What if I wanted to include sidebars nuggets and entries, where would that go? If I had javascript and Flash in both nuggets and entries, where would I put the <.js> and <swf> pointers? On my website its called <head>.
I believe you can edit your entries.tpl template and set/add some HTML comment fields to indicate where content is shown and where not, to give google a hint where it should look for related content. You need to search the google adsense docs for those HTML tags.
----
entries.tpl
So that is where I also put the google blogsearch API code?
What if I wanted to include sidebars nuggets and entries, where would that go? If I had javascript and Flash in both nuggets and entries, where would I put the <.js> and <swf> pointers? On my website its called <head>.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Yes, entries.tpl would be for entries. For sidebars etc. you would need to look at index.tpl.
Just put the code somewhere, save the .tpl file and look at the HTML output of your blog to see where it gets put.
Best regards,
Garvin
Yes, entries.tpl would be for entries. For sidebars etc. you would need to look at index.tpl.
Just put the code somewhere, save the .tpl file and look at the HTML output of your blog to see where it gets put.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/