Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 06-04-2005, 07:38 AM
Cornolio Cornolio is offline
 
Join Date: Nov 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adsense irrelevant ads

I use to have irrelevant adsense ads on my forums.
I thought about customizing keys and descriptions for every forum.

like this?
PHP Code:
<if condition="$GLOBALS[forumid] == 3"><meta name="keywords" content="cinema, teatro, tv, televisione" />
<
meta name="description" content="Forum su cinema teatro tv" />
<else />
<
meta name="keywords" content="$vboptions[keywords]"/>
<
meta name="description" content="$vboptions[description]"/>
</if> 
otherwise, how to disable forum access only for adsensebot (so it only crawls meta tags)? this should help, 'cause i heard that someone disabled forum access for unsubscribed users (so even for bots) to have relevant ads ('cause bots crawls only keys and description)
Reply With Quote
  #2  
Old 06-04-2005, 08:48 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Google adsense ads are based on what google sees.

Google sees more than just the meta data.

Google sees all.
Reply With Quote
  #3  
Old 06-04-2005, 10:59 AM
Cornolio Cornolio is offline
 
Join Date: Nov 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i already know that. you didn't read what i wrote. you're not helpful.
Reply With Quote
  #4  
Old 06-04-2005, 11:18 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And you still don't understand adsense...or spiders in general.

1. If you block access to your forums for adsense, you will receive nothing but ads about Password protection and the like.

2. If all the spiders can see is the same thing (whatever that might be) they aren't going to index you very well, due to seeing every page on your site as being duplicate content.

3. As per the Adsense Program Policies: "No Google ad may be placed on any non-content-based pages. This includes error, login, registration, "thank you" or welcome pages." To show spiders a non-content page would violate your adsense.
Reply With Quote
  #5  
Old 06-04-2005, 11:30 AM
Cornolio Cornolio is offline
 
Join Date: Nov 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mh, i know i know. the point is that somone did it, and he got relevant ads...

however i wouldn't disable access to all spiders. only adsense bot

i'm going to customize meta tags. this should help
Reply With Quote
  #6  
Old 06-04-2005, 02:43 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cornolio
however i wouldn't disable access to all spiders. only adsense bot
If the adsense bot can't spider anything, Adsense will not show anything - simple, heh?

I've got a question about adsense too.
I have placed adsense blocks in the Forum (navbar), as well as in the archive.
But I noticed that for the same thread I do get relevant ads in the archive, but not in the real thread.
Now as most users understandably don't use the archive that is not that good.
IMHO the problem is that the adsense bot sees too many irrelevant text (Navation Buttons, Menus, Usernames and so on) and thus gets irritated.

I though about creating a "ultra light" style that only shows the raw content (Board Titel, Forum Titel, Forum Description, Thread Title, Message Text), then detect the Adsense Bot and assign this style.
So the bot would only see the really relevant content, and it could reduce bandwidth usage.

Basically this would be moreless the same as the archive, but it would take the same setting (posts per page, date cutoff, etc.) as the real threads.

What do you think about this idea?
Would it violate the TOS for adsense?
Reply With Quote
  #7  
Old 06-04-2005, 03:28 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

adsense will display what it thinks is most relevant to the page...
and this depends on what adsense (spider) finds -- and, how frequently it finds it -- and, how much of your page it reads (eg, first 1000, 2000, 5000, 10000, etc characters)

so if your thread is about a particular topic but it displays something else I suggest that you make sure that your meta tags, title page, etc all use the title of the thread ... I also, recommend adding a small (100 - 200) characters of the forum description or thread message below navbar or somewhere above thread table

in this manner, when the adsense spiders come to crawl your page they will find more keywords relating to the topic of the page

the key here is to have as many keywords on the upper half of your site

DID YOU KNOW?
if you have a left-column ... the left-column content is crawled before anything anything else--so, if the adsense only crawls 2000 characters you may not get relevant ads

-----------
| | xx xxx |
| | xx xxx |
| | xx xxx |
| | xx xxx |
------------
Reply With Quote
  #8  
Old 06-04-2005, 03:33 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
adsense will display what it thinks is most relevant to the page...
and this depends on what adsense (spider) finds -- and, how frequently it finds it
I know
That's why I though about showing it only the really relevant stuff.

Quote:
Originally Posted by princeton
DID YOU KNOW?
if you have a left-column ... the left-column content is crawled before anything anything else--so, if the adsense only crawls 2000 characters you may not get relevant ads
That could be a problem, as I got a pretty large sidebar ...
Reply With Quote
  #9  
Old 06-04-2005, 03:39 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you could rebuild the table so that the left-column is not the first thing it crawls

for example...
2 rows on left column (1st row empty - left-column content on second row)
1 row on right column (rowspan=2)

this way when the spider comes to crawl your page ... it will find the first cell (1st row) and find it empty ... it will then move to the next cell (right column) and crawl that before moving on to the left-column (2nd row) contents
Reply With Quote
  #10  
Old 06-04-2005, 03:49 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great idea!
Gonna try that out
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04574 seconds
  • Memory Usage 2,256KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete