Questions
-
Massive Amount of Pages Deindexed
the report was run prior canonical directives Anytime remember to noindex your robots.txt https://yoast.com/x-robots-tag-play/ There are cases in which the robots.txt file itself might show up in search results. By using an alteration of the previous method, you can prevent this from happening to your website: <filesmatch "robots.txt"="">Header set X-Robots-Tag "noindex"</filesmatch> **And in Nginx:** location = robots.txt { add_header X-Robots-Tag "noindex"; }
Intermediate & Advanced SEO | | BlueprintMarketing0