Forum Moderators: martinibuster

Message Too Old, No Replies

Defining page keyword areas?

Can you tell Google where to look for keywords?

         

robdavy

9:32 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



Are there any tags that exist to tell the Google Bots to look in a certain part of the page for keywords to decide what ads to show?

For example, Google keeps showing ads that are basically relevant to our menu items, rather than the content on the page.

I'd like to be able to tell the Bots to only read a certain part of the page, then choose ads based on that.

Any ideas?

Thanks

matthewg

9:36 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



I don't think there is a way to show only part of a page, I could be wrong though.

You could always just add the URLs to the filter, i did that on my Blog which had Blog related ads, I added them to the filter and I now have very few blog ads. Although that is not fool proof, it works 90% of the time.

robdavy

9:37 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



Am I right in thinking that this would be a nice feature?

Just a HTML tag like: -Content Starts Here- and -Content Ends Here-

matthewg

9:42 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



It would be a nice feature but I think too many people would abuse it by inserting high paying keywords.

robdavy

9:43 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



Well you can do that anyway, just create a page full of high paying keywords. If people arent there for those keywords, why would the click the ad?

mafew

11:07 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



Words that appear within title and header tags influence the ads that Google will show.

Curiosity

11:42 pm on Mar 27, 2005 (gmt 0)

10+ Year Member



The only way I know of to make Google ignore a section of a page is to encode the section in a format it doesn't read. For instance, you could turn your text menu into an image file, embed it in an iframe, or code the letters as HTML entities.

berto

12:01 am on Mar 28, 2005 (gmt 0)

10+ Year Member



or code the letters as HTML entities

Could you have Google ignore menu text by, for example, doing something like this?

<font color="#000080">Li</font><font color="#000080">nks</font>

Or maybe:

Li<i></i>nks

And so on.

Curiosity

12:46 am on Mar 28, 2005 (gmt 0)

10+ Year Member



I don't think so. I think that Google ignores regular font tags when scanning text. However, you could write "li nks" and then shrink the extra space with CSS small enough that a human reader wouldn't notice it.

mafew

4:33 am on Mar 28, 2005 (gmt 0)

10+ Year Member



I doubt Google parses javascript...

You could try:

<script>document.write("your text here");</script>

Sounds like a bit of worthless hassle though, and you might get up Google's nose for being sneaky.

jetteroheller

9:19 am on Mar 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



All my web sites are with <DIV style=positon:absolute

So the place on the page and the place in the html source text are complete independent from each other.