-
Can I use my robots.txt to block absolute URLs?
I want to prevent crawlers from accessing dev.mywebsite.com. I can see from my main property on GSC that all the pages in that domain are Crawled but not indexed and I just want to stop wasting my crawl budget.
Would the following robots.txt work?
User-agent: *
Disallow: https://dev.mywebsite.com
Log in to reply.