![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
To avoid the problem you should not display identical content for different URLs. Some argue that it is inevitable in some situations and G is not very rigorous. But even if - better safe then sorry. That worries me: I sometimes use an argument like "?menu=xxx" to show or hide a sub-menu by applying CSS (e.g. display:none) to the page. Do you think that's a risc? |
#12
| |||
| |||
|
|
Nico Schuyt wrote: To avoid the problem you should not display identical content for different URLs. Some argue that it is inevitable in some situations and G is not very rigorous. But even if - better safe then sorry. That worries me: I sometimes use an argument like "?menu=xxx" to show or hide a sub-menu by applying CSS (e.g. display:none) to the page. Do you think that's a risc? No idea, but just in case I will prefer to be on the safe side. |
#13
| |||
| |||
|
|
Borek wrote: Nico Schuyt wrote: To avoid the problem you should not display identical content for different URLs. Some argue that it is inevitable in some situations and G is not very rigorous. But even if - better safe then sorry. That worries me: I sometimes use an argument like "?menu=xxx" to show or hide a sub-menu by applying CSS (e.g. display:none) to the page. Do you think that's a risc? No idea, but just in case I will prefer to be on the safe side. In case of doubt I could the script make a minor change on the page like changing the title or a date. I can hardly imagine Google finds out it's basically the same page :-) |
#14
| |||
| |||
|
|
"Nico Schuyt" <nschuyt (AT) hotmail (DOT) com> wrote: Borek wrote: Nico Schuyt wrote: To avoid the problem you should not display identical content for different URLs. Some argue that it is inevitable in some situations and G is not very rigorous. But even if - better safe then sorry. That worries me: I sometimes use an argument like "?menu=xxx" to show or hide a sub-menu by applying CSS (e.g. display:none) to the page. Do you think that's a risc? No idea, but just in case I will prefer to be on the safe side. In case of doubt I could the script make a minor change on the page like changing the title or a date. I can hardly imagine Google finds out it's basically the same page :-) If it's the same page, you probably want only one instance in Google. 2 options: 1 nofollow: Use a href="http://www.example.com/foo.php?menu=xxx" rel="nofollow">Expand menu</a>. see: <http://www.google.com/webmasters/bot.html>, 14 2 META Have the script add META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW" when it's menu=xxx |
![]() |
| Thread Tools | |
| Display Modes | |
| |