Jump to content

Google leave them pages well alone


Scooby-Doo

Recommended Posts

Can use robots.txt

 

some for instances, * will do pattern matching, the $ at end will be specific endings

 

User-agent: *

Disallow: /users/

Disallow: /images/

Disallow /print*/

Disallow: /*.pdf$

 

To not follow links on a page add this

<meta name="robots" content="nofollow" />

 

To not follow a specific page, add similar to this

<a href="links.html" rel="nofollow" />

 

May also use this in your http headers

X-Robots-Tag: noindex

Link to comment
Share on other sites

<meta name="robots" content="nofollow">

 

Means the page will be indexed, to avoid this use:

<meta name="robots" content="noindex,nofollow">

 

To add to that for the OP:  nofollow does not mean that Google will not crawl/follow links on that page.  Nofollow is often a very misunderstood feature in that it's set by a page to basically say, "the links on this page are not very trustworthy and we do not want to take responsibility for their content".  With that said, using nofollow on your site for internal link structure is not a good idea.  People say you can use it for PR sculpting, but that's BS.  Overuse of nofollow on internal links can damage your trust.  Just let the juice flow.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.