Author Topic: Duplicate content (duplicate pages)  (Read 8556 times)

0 Members and 1 Guest are viewing this topic.

Offline I_Want_Mods_2

  • Newbie
  • *
  • Posts: 21
    • View Profile
Duplicate content (duplicate pages)
« on: March 15, 2009, 09:56:16 AM »
site.com/details.php?image_id=22 and site.com/details.php?image_id=22&mode=search has duplicate content. Don't you think this may cause troubles with the search engines?
I use 4images 1.7.6

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Duplicate content (duplicate pages)
« Reply #1 on: March 15, 2009, 10:04:20 AM »
and i hope, you don't use multilanguage... a lot of duplicate content  8O  :wink:

site.com/details.php?image_id=22&l=deutsch
site.com/details.php?image_id=22&l=english
site.com/details.php?image_id=22&l=french
....
site.com/index.php?image_id=22&l=deutsch
site.com/index.php?image_id=22&l=english
site.com/index.php?image_id=22&l=french
...

Kurt
« Last Edit: March 15, 2009, 10:16:32 AM by KurtW »

Offline I_Want_Mods_2

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Duplicate content (duplicate pages)
« Reply #2 on: March 15, 2009, 11:11:50 AM »
and i hope, you don't use multilanguage... a lot of duplicate content  8O  :wink:

site.com/details.php?image_id=22&l=deutsch
site.com/details.php?image_id=22&l=english
site.com/details.php?image_id=22&l=french
....
site.com/index.php?image_id=22&l=deutsch
site.com/index.php?image_id=22&l=english
site.com/index.php?image_id=22&l=french
...

Kurt
wtf?!?!?!?!?!?!?!?!?  8O :? :( :x :cry: :evil:
How can I put noindex in site.com/details.php?image_id=22&mode=search  :?:
I use 4images 1.7.6

Offline I_Want_Mods_2

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Duplicate content (duplicate pages)
« Reply #3 on: March 18, 2009, 05:26:12 PM »
I want to disallow site.com/details.php?image_id=22&mode=search to be indexed. Can I do this by writing
Code: [Select]
User-agent: *
Disallow: /search.php
Disallow: /*&mode=search$
in robots.txt?
I use 4images 1.7.6

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Duplicate content (duplicate pages)
« Reply #4 on: March 18, 2009, 07:39:06 PM »
yes,
disallow command belongs to robots.txt

more on http://www.google.com/support/webmasters/bin/answer.py?answer=40360&hl=en
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: Duplicate content (duplicate pages)
« Reply #5 on: March 18, 2009, 07:43:15 PM »
a little correction:
no $ sign in this line
Code: [Select]
Disallow: /*&mode=search$
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.

Offline I_Want_Mods_2

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Duplicate content (duplicate pages)
« Reply #6 on: March 19, 2009, 10:47:00 AM »
no $ sign in this line
Code: [Select]
Disallow: /*&mode=search$
Why?
I use 4images 1.7.6

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Duplicate content (duplicate pages)
« Reply #7 on: March 19, 2009, 02:04:31 PM »
because there is no guerantee that mode=search will the last item in the url
if anything this should be better:
Code: [Select]
Disallow: /*&mode=search(&|$)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline AntiNSA2

  • Hero Member
  • *****
  • Posts: 774
  • As long as I can finish my site before I die.
    • View Profile
    • http://www.thelifephotography.com
Re: Duplicate content (duplicate pages)
« Reply #8 on: May 17, 2009, 08:56:06 PM »
CAn you tell me V@no if there are bad things to disallowing google bots to use search.php ?

Will this lower the content indexed or have other negative effects?
As long as I can finish my site before I die.

Offline whosthis.ee

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Duplicate content (duplicate pages)
« Reply #9 on: June 12, 2009, 05:57:54 PM »
the correct way to avoid search pages indexing in google is

add
Disallow: /*search.htm$

to robots.txt