Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Odierno851

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

This is as easy as including this disallow rule in your robots.txt file:

User-Agent: *
Disallow: /*print=1


That will only work for bots that actually support wildcards in robots.txt. Google, Bing, and Yahoo all do, but minor search engines may not.

You could also configure your server to include a meta robots noindex directive in the print version of the page:

<META NAME="ROBOTS" CONTENT="NOINDEX">

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme