Forum Moderators: Robert Charlton & goodroi
Both is double protection, a technique I highly recommend.
I do both robots.txt and NOINDEX as a fail-safe which recently saved my bacon when I made a small mistake updating robots.txt. Thousands of pages would've been indexed in days and it takes forever to get rid of the mess. However, the redundant NOINDEX stopped Googlebot from making a big mess in the first place.
I read a post that, amongst other thing said: "2) Move any bunk content off-site"
I was previously noindex-ing these pages but now I'm not sure this is the right thing to do. Has anyone else tried moving content off-site with notable results?
So what we're telling Google is:
1) I have low quality content on my site
2) I'm blocking it from you for better rankings
3) Users can still see this low quality content
4) I'm trying to trick you
So what we're telling Google is:
So should pages like "terms", "privacy", "disclaimers", "contact" and perhaps even "about", be "noindexed"?. (Remember Google will still crawl these pages!)
noindex Privacy
In this instance, you'd probably noindex those documents in between as they really aren't something you want the visitor landing on from a search as they still have one or two more clicks to go.
I'd be willing to wager a bet that landing on a category page is a contributor to high bounce rates.On the other hand, if these "index" or "navigation" pages do have some useful content, leading to the correct topic on a given site, they may increase your visitors "dwell" time which I feel is crucial for pages to rank highly with few or no inbound links.
site:www.example.com/*
All this talk about a situation that doesn't change the user experience at all.
that doesn't change the user experience at all.
410 redirects
You have mentioned this several times now.
There is no such thing. 4xx codes are error codes.
Redirect codes are always 3xx.
410 redirectsYou have mentioned this several times now.
There is no such thing. 4xx codes are error codes.
Redirect codes are always 3xx.
Tell it to Apache [httpd.apache.org] ;)
ErrorDocument 404 /404-error-page.html ErrorDocument 404 http://example.com/404-error-page.html <a href="#More">More Content</a>
<a href="#More" rel="nofollow">More Content</a>
<a href='#' rel='nofollow'>Back to Top</a>