Forum Moderators: phranque
[edited by: not2easy at 2:04 pm (utc) on Jan 20, 2026]
[edit reason] Moved from another thread [/edit]
We add #tagged links to anyone's site and try to provide a real search not a Glob Gob of if yo upay more you go upPlease keep in mind that we are a community of webmasters and marketers. We discuss marketing but we are not here to actually do business with one another.
To de-index your site, simply add a noindex meta-tag to each page. If you have a GSC account and have submitted a sitemap, you can remove it and simply use robots.txt to tell Google not to crawl.Pretty sure G### recognizes the
Header set X-Robots-Tag "noindex"
directive, which can be set once and for all in config/htaccess. (I don't know how to say it in IIS, but someone can help out if needed.) <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-Robots-Tag" value="noindex,noarchive" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>