Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo

NOODP and NOYDIR


  • Please log in to reply
38 replies to this topic

#16 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 02 March 2007 - 11:18 PM

You forgot a word in there Michael.

You should have said I suspect that both Google and Yahoo! wrongly concluded at some point ... lol.gif

Reality is it's the same type of mistake pretty much every webmaster makes on their own site(s). And if you get set in your ways, never testing alternatives, you wouldn't know it was a bad conclusion based upon faulty data.

Who knows for sure why they did it in the beginning. It could be simply the way it was always done because back in the day their snippet grabbers weren't all that great. Those automated processes have certainly gotten much better than they were back in the 90's.

But on the other hand I can see how someone might make an assumption that unconnected editoral comments might be the way to go. And that might even be right if sites never changed. Unfortunately for them that's just not the way the world works.

#17 St0n3y

St0n3y

    HR 4

  • Active Members
  • PipPipPipPip
  • 202 posts
  • Location:Reno, NV

Posted 02 March 2007 - 11:51 PM

Flawed concluding.

I separated my robots tags:

<META NAME="ROBOTS" CONTENT="NOYDIR">
<META NAME="ROBOTS" CONTENT="NOODP">

Got spidered by Yahoo and now its not showing Yahoo Directory title/description. I'll keep track and see what Google does.

#18 Michael Martinez

Michael Martinez

    HR 9

  • Active Members
  • PipPipPipPipPipPipPipPipPip
  • 4,805 posts
  • Location:Georgia

Posted 04 March 2007 - 03:24 AM

QUOTE(St0n3y @ Mar 2 2007, 10:51 PM) View Post
Flawed concluding.

I separated my robots tags:

<META NAME="ROBOTS" CONTENT="NOYDIR">
<META NAME="ROBOTS" CONTENT="NOODP">

Got spidered by Yahoo and now its not showing Yahoo Directory title/description. I'll keep track and see what Google does.


Do please let us know what Google does. I'll be interested to see if they grab the second tag or not.

#19 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,315 posts

Posted 04 March 2007 - 08:57 AM

Well it certainly doesn't bother Yahoo, Michael.

#20 Michael Martinez

Michael Martinez

    HR 9

  • Active Members
  • PipPipPipPipPipPipPipPipPip
  • 4,805 posts
  • Location:Georgia

Posted 04 March 2007 - 02:38 PM

But "not bothering Yahoo!" doesn't tell us whether it will work. I don't think people should be using duplicate meta tags, but if a search engine will not only tolerate them but also uses the duplicates, that will help everyone to know. Think of all the possible site reviews where people might say, "You have duplicate robots tags and Google ignores the second". What if we're wrong to say that?

I'd like to know. smile.gif

#21 qwerty

qwerty

    HR 10

  • Moderator
  • 8,287 posts
  • Location:Somerville, MA

Posted 04 March 2007 - 02:50 PM

Makes sense to me.

FWIW, I'm testing the other setup. I have a site that's listed in both ODP and the Y directory, and I've added the single robots tag:
HTML
<meta name="robots" content="noodp, noydir">

Google's been using the meta description for the snippet on searches for the site name for some time, so I won't see a change there, but MSN uses the ODP description and Yahoo has been using their directory description for years.

Neither one has picked up the change yet, and it's been about three or four days so far.

#22 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,315 posts

Posted 04 March 2007 - 10:30 PM

QUOTE
Think of all the possible site reviews where people might say, "You have duplicate robots tags and Google ignores the second". What if we're wrong to say that?


Most likely, anyone who has ever said that is probably wrong. I haven't tested it, but I'd be very, very surprised if that were the case.

I'm certainly interested in seeing what others tests show, but I think I already know the answer.

#23 St0n3y

St0n3y

    HR 4

  • Active Members
  • PipPipPipPip
  • 202 posts
  • Location:Reno, NV

Posted 05 March 2007 - 09:29 AM

Still waiting to see a current cache date but I want to note that I already had the NOODP tag so with the addition of the NOYDIR (first) we'll see if Google ignores the second and starts using ODP again.

#24 WebGeek182

WebGeek182

    HR 2

  • Members
  • PipPip
  • 14 posts
  • Location:Los Angeles

Posted 05 March 2007 - 12:26 PM

Anyone have info on how this affects interactions with other ROBOTS directives such as NOARCHIVE, NOFOLLOW, and NOINDEX?

#25 qwerty

qwerty

    HR 10

  • Moderator
  • 8,287 posts
  • Location:Somerville, MA

Posted 05 March 2007 - 01:09 PM

It would be superfluous with noindex, since if you're making sure they don't index the page, you needn't worry about what they'd use for the snippet if they were to index it. As far as the others go, I'm assuming that if it works to combine noodp and noydir, it should be fine to add noarchive or nofollow. I can't test that, as the page I'm doing this with needs to be archived and followed.

#26 WebGeek182

WebGeek182

    HR 2

  • Members
  • PipPip
  • 14 posts
  • Location:Los Angeles

Posted 05 March 2007 - 01:13 PM

Right....meant to put INDEX. Thanks for the input. smile.gif Let us know how the results turn out.

#27 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,315 posts

Posted 05 March 2007 - 11:01 PM

QUOTE
Right....meant to put INDEX. T


No need to tell the engines to index. They do that as the default.

#28 qwerty

qwerty

    HR 10

  • Moderator
  • 8,287 posts
  • Location:Somerville, MA

Posted 05 March 2007 - 11:18 PM

Official word from Google:
QUOTE
Multiple content values
We recommend that you place all content values in one meta tag. This keeps the meta tags easy to read and reduces the chance for conflicts. For instance:

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

If the page contains multiple meta tags of the same type, we will aggregate the content values. For instance, we will interpret

<META NAME="ROBOTS" CONTENT="NOINDEX">
<META NAME="ROBOTS" CONTENT="NOFOLLOW">

The same way as:

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

Makes sense to me. It doesn't cover how Yahoo or MSN will deal with it, but I doubt it's going to be an issue.

#29 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,315 posts

Posted 05 March 2007 - 11:25 PM

That's a good post with good info.

#30 Michael Martinez

Michael Martinez

    HR 9

  • Active Members
  • PipPipPipPipPipPipPipPipPip
  • 4,805 posts
  • Location:Georgia

Posted 06 March 2007 - 03:31 AM

Yes. Shame on me for not having noticed that before. embarrassed.gif




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users