xml sitemap in Robot.txt file disallow missing

Junoseo

Newbie
Joined
Oct 22, 2016
Messages
15
Reaction score
0
Hey guys,

an xml sitemap have been link to a robot txt file as following:
user agent:*
sitemap:url.

However normally when a robot txt allow access to all robots it should be written as following
user agent
disallow:
So I am wondering if the robot txt is written properly or if it could cause some issue
 
I don't understand why anyone will allow or disallow sitemap in robots .txt.
Simple delete the instance of sitemap in robots .txt and search engines will crawl it.
Even if you disallow, search engines can crawl almost any file, but may not index.
 
I don't understand why anyone will allow or disallow sitemap in robots .txt.
Simple delete the instance of sitemap in robots .txt and search engines will crawl it.
Even if you disallow, search engines can crawl almost any file, but may not index.
I am wondering if the robot txt is written properly, shouldn't it be written like this
user agent:*
disallow:
 
It will not harm your website all if you keep the current code in the robots.txt file for sitemap. As the current code does not mean that crawler has been restricted on sitemap.
 
To be indexed properly this code is written in a right manner
 
Back
Top