Google search - Text under link
Not sure if this is the best place to ask. But when a search engine searches for my page. How does it append text to the link when it presents search results? Can I add the text my self in anyway? At the moment it is just the window title.
http://www.google.no/search?hl=en&q=...me&btnG=Search
Re: Google search - Text under link
I can see that MSN search is adding more though. It reads all the links on the top og my page:
http://search.msn.no/results.aspx?q=noteme&FORM=QBHP
PS: By saerching on "NoteMe" 7/8 of the first links on MSN seach engine is me, and only 8/20 on google..:(
Re: Google search - Text under link
Do you mean the "excerpt" of the page? It just takes the places where it found the search terms and a bit of text around it. Or, if it doesn't find the search terms within the text, it'll take the first bit of text it finds on the page.
I doubt you can modify this behaviour.
Re: Google search - Text under link
Actualy I woke up this night, 2 hours after I went to bed and realized the exactly same thing..:)...hehe....well it still would have been great though. Well I guess it is a kind of resolved. Thanks CB.
ØØ
Re: Google search - Text under link
Actually its the "description" META tag that it uses when it doesn't find the text in the actual page ;)
HTML Code:
<meta name="description" content="..::NoteMe | DxMe::.." />
;) :D ;).
Re: Google search - Text under link
Quote:
Originally Posted by Electroman
Actually its the "description" META tag that it uses when it doesn't find the text in the actual page ;)
HTML Code:
<meta name="description" content="..::NoteMe | DxMe::.." />
;) :D ;).
I have a LOT of words in the content "property", but it doesn't look like Google or MSN bot reads it at all.
ØØ
Re: Google search - Text under link
Modern bots tend to ignore this information due to abuse.
Re: Google search - Text under link
Yeah it looks like it. And probably because it isn't updated as often as the contents of the pages anyway. So it doesn't reflect the content of the page well enough.
Well well. Guess I can write a lot of nonnsense right behind my main div so no one else then the bots can see it...:D
ØØ
Re: Google search - Text under link
Quote:
Well well. Guess I can write a lot of nonnsense right behind my main div so no one else then the bots can see it...
Except that someone or something might report you as a bot deceiver, and then you get a big penalty.
Re: Google search - Text under link
Quote:
Originally Posted by NoteMe
I have a LOT of words in the content "property", but it doesn't look like Google or MSN bot reads it at all.
ØØ
I looked at the source of your page and thats what i got, just "..::NoteMe | DxMe::.." in the content property, for the "description" META tag anyway ;)
EDIT: You have lots of words in the "keywords" META tag but not the "description" one ;).
Re: Google search - Text under link
Quote:
Originally Posted by CornedBee
Except that someone or something might report you as a bot deceiver, and then you get a big penalty.
Ohhh....didn't know it was illigal....well why don't we just give up on this then..:)
ØØ
Re: Google search - Text under link
Quote:
Originally Posted by Electroman
I looked at the source of your page and thats what i got, just "..::NoteMe | DxMe::.." in the content property, for the "description" META tag anyway ;)
EDIT: You have lots of words in the "keywords" META tag but not the "description" one ;).
Stop picking on me..:D..I have no idea why. But this was what I had...:D
Code:
<meta name="Author" content="NoteMe" />
<meta name="keywords" content="noteme notemeagain tutorial tutorials directx dx texture textures images pictures d3d ddraw" />
<meta name="description" content="..::NoteMe | DxMe::.." />