Forum Moderators: open
I know that if I DON'T want a certain page to be indexed by spiders, then in Joomla MetaData Information -Robots field, I type-nofollow
Is there such a thing as noindex, nofollow ?
Or just nofollow will suffice? Any difference at all?
And the 2nd part of my question is...
In robots.txt files in Joomla...by default I see that images directory is NOT allowed to be indexed...but below it , there's a "stories" sub-directory which contains lots of graphic images.So would Google index "stories" subdirectory ? or because a parent directory (images) is marked as not allowed to be indexed, then the robots would NOT index any subdirectories underneath it ?
IIRC the robots.txt in Joomla is written with a wildcard after the images directory which blocks the sub-directories. You might find it helpful to sign up with google webmaster tools and test your robots.txt there with different URLs.
[edited by: ergophobe at 5:05 pm (utc) on July 28, 2009]
[edit reason] typo (text -> test) [/edit]
As for the lack of space between the * and the Disallow, I suspect that is a matter of converting from a Unix filetype to Windows, which has different encoding for a new line.
And then the /images/stories disallow is superfluous because /images already disallows everything below that level.
Hope that helps.
I don't know Joomla templates, so I don't know where you would put it. Are you talking about the site owner verification for webmaster tools? I always find it easier to just use the file method (FTP a given file to the server and your done).
All sites in WMT will use the same filename for verification, so once you create the file (1 min) it takes 10 sec to FTP it to a new site. No messing with meta tags, no worry about editing templates. I find that simpler.
As for the file, you have to check the other radio button. You have the "meta tags" button checked on the verification page. Check the html file button and you'll get instructions.
You might find this useful
[google.com...]