BigDave

msg:3234583 | 4:42 am on Jan 28, 2007 (gmt 0) |
That seems right to me. The print page is mostly a duplicate of the standard page without all the other stuff on it. Google figured it out and kept your orignal content in the regular index and moved the printable pages into the supplemental index. It isn't like a penalty was applied or something against your main pages. I could see you complaining about it if the print pages stayed in the main index and the regular versions went supplemental.
|
appi2

msg:3234591 | 5:01 am on Jan 28, 2007 (gmt 0) |
Use a separate print style sheet. <link rel="stylesheet" href="style.css" type="text/css" media="screen,projection" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> Set display:none for things you dont want to show in the print version.
|
koan

msg:3234642 | 7:29 am on Jan 28, 2007 (gmt 0) |
I don't think searchers are interested in landing on your print pages if they are mere duplicates of your real pages, so it is fitting that they end up as supplementals only. Now if that bothers you, just block search engines from these pages with your robots.txt file. Otherwise, I don't see how it is harming your site.
|
fendy

msg:3234657 | 8:24 am on Jan 28, 2007 (gmt 0) |
Thanks I needded to hear this I though I was getting bad points from google
|
g1smd

msg:3236463 | 10:13 pm on Jan 29, 2007 (gmt 0) |
I would stop the Print pages being indexed. Put a <meta name="robots" content="noindex"> tag on every one of them. As they contain no navigation to the rest of your site, they aren't useful to visitors that may directly land on them from a search result.
|
|