Forum Moderators: Robert Charlton & goodroi
Just a query regarding the design of a site. If you offer users a printable version of a webpage, which links to a stripped down version of the page without the graphics but with the same content, is it considered a duplication by Google?
I was just thinking that a site with a strong editorial focus which hundreds of articles that all link to a printed version, may be considered duplication as a whole.
However, why does this matter? Google will index one of the pages, most likely the 'screen page' if it's first in the directory structure or linked to from index pages.
If content is copied then Google will not penalise all pages, it will simply not list the 'copied' pages in it's index, the original SHOULD still be there as before.
Use a <style type="text/css" media="screen"> CSS definition for the way the page should look at the screen, and a <style type="text/css" media="print"> for the print layout. In this case you will not only solve the problem of duplicate content, but also those people that print the screen version of the page will get a proper printout.
More media types than screen and printer are supported and in this way you can also make your site accessible to handheld users, people using Braille devices etc.