I'm interested in SEO of print pages. I have a page with an article and a link to the same address with the suffix /print/, which then shows the came content, but with a print-like stylesheet.
This creates duplicities in search results, because both pages are the same, just the address is a bit different.
I already did a little research on this topic and there are a few options to use: * set rel=canonical to the original page from the print pagee * meta noindex for the print page * rel=nofollow for links
What do you think is the best solution?
media='print'and it will be used when the document is sent to the printer. But displayed on screen will look the same. – Set Sail Media Nov 4 '11 at 15:37