My site's robots.txt contains one extra Disallow: /forums/-/

Xfactormaster

Registered Member
Joined
Mar 10, 2013
Messages
51
Reaction score
0
My site's robots.txt contains one extra Disallow: /forums/-/
Remaining Disallows are same as xenforo forum.
I want to know what is this meaning. Does it hurt google indexing and ranking?

Thank you
 
I am not 100% sure what this /-/ is doing there. Or do you have a subdirectory called "-" within "forums"?

If the latter, this line in your robots.txt basically means that bots are not allowed to visit everything that is within the "-" directory.
You should check that folders content via ftp. If there is content you want to be indexed, remove this line from your robots.txt, otherwise keep it.
 
Do you actually want Google to crawl the forum directory? If you remove the /-/ you'll be moving the problem onto the next directory up the tree.
 
Back
Top