Forum Moderators: open
I recall a similar problem in the past whereby I didn't want google indexing certain pages.
I put in a meta tag <meta name="robots" content="no index"> and google indexed the pages.
I changed it to the correct format of <meta name="robots" content="noindex"> and it duly dropped them.
Maybe this is the cause...
"noindex, nofollow" instead of
"noindex,nofollow"
Believe it or not I cut and pasted the INCORRECT format directly from Google. Scroll down and you will see it:
[google.com...]
Reason : Code simplicity. All that is required is to look for the keywords. Worrying about punctuation is a waste of CPU time.
However, if the implementation uses higher level code that looks for delimited words within a string, correct syntax would be important.
Kaled.
This usually only lasts a short time. It appears that Googlebot temporarily indexes it until it redoes the whole site and then takes it out again. We don't want them indexing it because of duplicate content.