Google is indexing both the urls

www.dapx.com/Entertainment/Sex-drive-Trailer/who_voted

and

www.dapx.com/Entertainment/Sex-drive-Trailer

hope it will be duplicate content...

even i tried ths Disallow: /who_voted but no luck

any ways 2 fix ths

Comments

philbar’s picture

Title: indexing twice » SEO - Scoop Page Indexing Twice Because of Tabs
Category: bug » feature

Rather than making a distinct "who_voted" page, the tab could be adapted to change the content of the tab with some simple JavaScript or even some created CSS rather than having to process the page server side.

I'm not familiar enough with Drupal to do this so someone else will need to complete this task. Also, this is a feature request for SEO and I have modified it as such.

mercmobily’s picture

Status: Active » Closed (works as designed)

Hi,

I realise that making something SEO friendly is important. But bending over and backwards in order to please Google is just pushing it a little too much.
The "who voted" tab is a tab for a reason. On a busy site, there could be 40, 60 votes. Or even 100. Or even 200. In that case, voters are divided into pages. Having Javascript there doesn't make sense.

Changing it would also break existing web sites. And it would make it impossible to have the list of voters if you don't have Javascript.

I even tried to make the story node optional in the who_voted tab -- unfortunately, this breaks any Drigg theme.

Google indexes FSDaily fine. Drigg doesn't exist to create sites that aree exclusively good to Google. Drigg is there to createe functional sites. SEO friendly -- yes. SEO sites -- no, thanks.

If you really don't want the "who voted" tab (and the "related links" as well), then disable it altogether, and get your theme to print out a list of users who voted for a node cutting and pasting the code in drigg/drigg_users/drigg_users.module, function drigg_users_who_voted(). Then add Javascript or whatever to make that collapsible.

Bye,

Merc.

iahead’s picture

Can i achieve it editing any template.?Please let me know

mercmobily’s picture

Hi,

It's probably possible, but it will take a lot of specialised work.
Sorry, I don't have time for free (or in fact paid) 1:1 help at the moment... :(

I suggest you ask one of the Drupal consultants.

Bye,

Merc.

iahead’s picture

Status: Closed (works as designed) » Closed (fixed)

Thanks Merc,

I Guess its easy to disable the who voted
Drigg_user there is a option to remove the link for who_voted

Thanks again