Closed (fixed)
Project:
CCK Pager
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 May 2010 at 12:22 UTC
Updated:
19 Jun 2010 at 15:30 UTC
I use this great module here http://www.zori.ro/reclame/top-reclame-tv-interzise-partea-1
In header I have
<link rel="canonical" href="http://www.zori.ro/reclame/top-reclame-tv-interzise-partea-1" />
and shouldn't be on this page, canonical should be use only on pages like
http://www.zori.ro/reclame/top-reclame-tv-interzise-partea-1?cck_pager_f...
Comments
Comment #1
idflorin commentedThis could be a solution:
step 1. remove
drupal_set_html_head('<link rel="canonical" href="'. $canonical_url .'" />');step 2. add:
Comment #2
peximo commentedThe last dev should fix the problem: the canonical URL is not setted if there isn't the query_param in the current URL.
Comment #3
peximo commented