Seo toolkit - request denied by robots.txt rule

I am trying to run the IIS extension for the IIS toolkit for the application that I am running, but I continue to receive the following error:

Request denied by Robots.txt

Now I edited the robots.txt file both in the application and in the root website, so both of them have the following rules:

User-agent: *
Allow: /

But it does not matter, and the toolkit will not work anyway.

I even tried deleting both robots.txt files, and it still doesn't make any difference.

Does anyone know of any other reasons that the seo toolkit could not start or how to solve this problem?

+4
source share
3 answers

, ( robotstxt.org)

User-agent: *
Disallow:

( /robots.txt )

" ". , , IIS Search Engine Optimization (SEO) .

, . , IIS SEO Toolkit " Robots.txt Sitemap" .

0
  • , DNS .
  • , - robots.txt vs Robots.txt
  • , Toolkit . IIS "iisbot".
0

The robot.txt file may have been cached. Stop / restart / unload IIS (application). Updated robots.txt file. Open a browser, reload the file. You can even delete a file to make sure IIS does not cache it.

0
source

Source: https://habr.com/ru/post/1620716/


All Articles