High Rankings Search Engine Optimization ForumHigh Rankings Advisor Search Marketing Newsletter

Welcome Guest ( Log In | Register )

Important Announcement: ***Need an Affordable SEO Website Review?***
2 Pages V   1 2 >  
Reply to this topicStart new topic
> Text Under Search Results
scamsel
post Jun 3 2009, 10:54 AM
Post #1


HR 1
*

Group: Members
Posts: 4
Joined: 3-June 09
User's local time:
Feb 9 2010, 02:59 PM
Member No.: 25,948



hi, hope this is not too stupid of a question (i'm a noob).

sometimes the text that appears under a search result in google is text that i cannot find anywhere on the actual page when i click on the result. can anyone explain to me how that text appears in the search result then? is it some kind of meta tag info?

and how would you be able to control what appears under your pages search result? is it typically the first header on your webpage or what?

appreciate any help!
Go to the top of the page
 
+Quote Post
Jill
post Jun 3 2009, 11:38 AM
Post #2


High Rankings Advisor
Group Icon

Group: Admin
Posts: 29,201
Joined: 21-July 03
User's local time:
Feb 9 2010, 02:59 PM
From: Ashland, MA
Member No.: 2



It's likely your DMOZ description.

You'll want to turn it off via the noodp attribute
Go to the top of the page
 
+Quote Post
scamsel
post Jun 3 2009, 12:07 PM
Post #3


HR 1
*

Group: Members
Posts: 4
Joined: 3-June 09
User's local time:
Feb 9 2010, 02:59 PM
Member No.: 25,948



QUOTE(Jill @ Jun 3 2009, 12:38 PM) *
It's likely your DMOZ description.

You'll want to turn it off via the noodp attribute


ty for response! i don't know what dmoz is but i googled it and i think i understand now. so i guess my follow up question would be then once you turn off this attribute, how can you determine what text gets displayed with your website's result?
Go to the top of the page
 
+Quote Post
Randy
post Jun 3 2009, 12:37 PM
Post #4


Convert Me!
Group Icon

Group: Admin
Posts: 17,378
Joined: 17-August 03
User's local time:
Feb 9 2010, 01:59 PM
Member No.: 551



QUOTE
how can you determine what text gets displayed with your website's result?


The search engines decide. And it's dependent upon what keyword phrase is used when someone searches.

The Title should normally be whatever is in the <title> tag of the returned page.

The snippet below that can come from a number of places, including what's in the <meta description> tag on the page and the text copy in the page itself. The engines will try to match the snippet with the search phrase used by the searcher.

So if the phrase being searched upon appears in the text of your <meta description> tag the engines will usually pull the snippet from at least part of that. If not, or if there's not enough text that's relevant to the search phrase in the meta description, they'll then attempt to pull sentences from the copy of the page.

While you cannot expressly control the snippet, you do have some control by how you use your keyword phrases in both the meta description and copy of the page.
Go to the top of the page
 
+Quote Post
Jill
post Jun 3 2009, 01:48 PM
Post #5


High Rankings Advisor
Group Icon

Group: Admin
Posts: 29,201
Joined: 21-July 03
User's local time:
Feb 9 2010, 02:59 PM
From: Ashland, MA
Member No.: 2



Start with my meta description article.
Go to the top of the page
 
+Quote Post
Andy_Seo
post Jun 3 2009, 05:36 PM
Post #6


HR 4
****

Group: Active Members
Posts: 230
Joined: 24-May 06
User's local time:
Feb 9 2010, 07:59 PM
From: Welwyn Garden City
Member No.: 11,873



As Jill/Randy say concentrate on creating a useful and insightful snippet as this will be returned, providing the keyword is included within the tag. You can also add:

CODE
<meta name="robots" content="noodp"/>


To the <head> element, which will stop Google using your, most probably outdated, DMOZ entry.

BTW - Does anyone have a preference on closing the META tag? I always see examples that don't use the trailing slash - which I know can have an impact on the Google snippet.

This post has been edited by Andy_Seo: Jun 3 2009, 05:46 PM
Go to the top of the page
 
+Quote Post
Jill
post Jun 3 2009, 05:44 PM
Post #7


High Rankings Advisor
Group Icon

Group: Admin
Posts: 29,201
Joined: 21-July 03
User's local time:
Feb 9 2010, 02:59 PM
From: Ashland, MA
Member No.: 2



QUOTE
I always see examples that don't use the trailing slash - which I know can have an impact on the Google snippet.


The correct way is to close it, but it shouldn't make a difference.

Are you sure that it was the lack of it that had an impact on the snippet? I'd be really surprised to see that and would love to see any examples you might have!
Go to the top of the page
 
+Quote Post
Andy_Seo
post Jun 3 2009, 05:46 PM
Post #8


HR 4
****

Group: Active Members
Posts: 230
Joined: 24-May 06
User's local time:
Feb 9 2010, 07:59 PM
From: Welwyn Garden City
Member No.: 11,873



QUOTE(Jill @ Jun 3 2009, 11:44 PM) *
The correct way is to close it, but it shouldn't make a difference.

Are you sure that it was the lack of it that had an impact on the snippet? I'd be really surprised to see that and would love to see any examples you might have!

Yes will try and post some example but the snippet was awful (taking out text from a piece of code on the page) - even though the keyword term was included within the text. As you say - I would always recommend closing the tag.
Go to the top of the page
 
+Quote Post
adibranch
post Jun 4 2009, 06:21 AM
Post #9


HR 5
*****

Group: Active Members
Posts: 326
Joined: 1-May 09
User's local time:
Feb 9 2010, 02:59 PM
Member No.: 25,696



self closing the tag depends on the doctype... ie XHTML has a self closer, normal HTML4.0 etc doesnt. Dont self close if you're using an HTML doctype, only an XHTML one.

with XHTML most tags are self closing />, including the meta description. So, if you're using XHTML, you have to self close. I dont think it makes any difference to mr G though if the tags and doctype dont match, as it overlooks discrepencies like that normally.
You'll fail validation though if its the wrong one obviously.

Does anyone know if validation is taken into account in any way with serps positions? i've often wondered...

This post has been edited by adibranch: Jun 4 2009, 06:29 AM
Go to the top of the page
 
+Quote Post
Andy_Seo
post Jun 4 2009, 06:28 AM
Post #10


HR 4
****

Group: Active Members
Posts: 230
Joined: 24-May 06
User's local time:
Feb 9 2010, 07:59 PM
From: Welwyn Garden City
Member No.: 11,873



QUOTE(adibranch @ Jun 4 2009, 12:21 PM) *
self closing the tag depends on the doctype... ie XHTML has a self closer, normal HTML4.0 etc doesnt.

XHTML most tags are self closing />, including the meta description. So, if you're using XHTML, you have to self close. I dont thin it makes any difference to mr G though as it overlooks discrepencies like that normally.
You'll fail validation though if its the wrong one obviously.

Does anyone know if validation is taken into account in any way with serps positions? i've often wondered...

Yes good point - I should have mentioned the doctype - I've had trouble modifying the tag because of this.
Go to the top of the page
 
+Quote Post
adibranch
post Jun 4 2009, 06:35 AM
Post #11


HR 5
*****

Group: Active Members
Posts: 326
Joined: 1-May 09
User's local time:
Feb 9 2010, 02:59 PM
Member No.: 25,696



the simple rule is if you're using XHTML, self close the description (and everything else).. if you're not, dont. Either way, it shouldnt make the slightest bit of difference in google, its just good code.
Go to the top of the page
 
+Quote Post
Andy_Seo
post Jun 4 2009, 07:01 AM
Post #12


HR 4
****

Group: Active Members
Posts: 230
Joined: 24-May 06
User's local time:
Feb 9 2010, 07:59 PM
From: Welwyn Garden City
Member No.: 11,873



QUOTE(adibranch @ Jun 4 2009, 12:35 PM) *
the simple rule is if you're using XHTML, self close the description (and everything else).. if you're not, dont. Either way, it shouldnt make the slightest bit of difference in google, its just good code.

Sure, as I mentioned before though - I have noticed some funky snippets being returned for websites that do not close the tag.
Go to the top of the page
 
+Quote Post
adibranch
post Jun 4 2009, 07:09 AM
Post #13


HR 5
*****

Group: Active Members
Posts: 326
Joined: 1-May 09
User's local time:
Feb 9 2010, 02:59 PM
Member No.: 25,696



if it was grabbing code elements, it would just have been incorrectly formatted code, probably missed some closes completely. The type of closing tag on the description is simply good (or bad) formatting, and wont make any difference to the snippet.
Go to the top of the page
 
+Quote Post
Jill
post Jun 4 2009, 08:13 AM
Post #14


High Rankings Advisor
Group Icon

Group: Admin
Posts: 29,201
Joined: 21-July 03
User's local time:
Feb 9 2010, 02:59 PM
From: Ashland, MA
Member No.: 2



QUOTE
Does anyone know if validation is taken into account in any way with serps positions? i've often wondered...


There is a group of validation evangelists who believe it is taken into account, but my strong opinion on it is that it's not. It simply doesn't make sense for it to be.
Go to the top of the page
 
+Quote Post
adibranch
post Jun 4 2009, 08:33 AM
Post #15


HR 5
*****

Group: Active Members
Posts: 326
Joined: 1-May 09
User's local time:
Feb 9 2010, 02:59 PM
Member No.: 25,696



i must admit i've gone to the trouble of validating several, and not really seen any differences that i know of. I still believe its still good practice though... and it makes sense that some really bad code could halt spiders, if it cant follow the flow properly. In my humble opinion of course (IMG:style_emoticons/default/wink1.gif)
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >   
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



This forum is sponsored by High Rankings, a Boston SEO Agency
- Lo-Fi Version Time is now: 9th February 2010 - 02:59 PM