Forum Moderators: open
He has 2 pages that don’t want indexing because the content is not significant.
What he has is the following linking through to the end page 3:
PAGE 1: <meta name="robots" content="noindex,follow" />
PAGE 2: <meta name="robots" content="noindex,follow" />
PAGE 3: All the good content is here for spidering and indexing.
BUT, google seems not to go past the second page thus nothing is indexed!
I *think* this ordering is logically correct, any opinions on this?
PAGE 1: <meta name="robots" content="noindex,follow" />
On entering your site each time Google will check your robots.txt so any pages that you don't wish indexed should be place here.
Assuming your site is XML Google will understand your mata tag - however, if HTML it should be <meta name="robots" content="noindex,follow"> without a space and forward-slash to close the tag.
but if no robots.txt or a blank robots.txt is present, then the spider should then look for the robots meta tag in the pages themselves. As such the above should instruct where and what not to spider.
I'm wondering if having 2 noindex,follow is a bad thing as google wont follow two in succession like this.
If just a low level "non-content page" it just won't rank high for any qualified search terms - and you can live with that.
Site breadth is important since these pages normally link back to pages that you wish to rank on... and therefore the anchors back add relevancy to good content.