Implementing Canonical in Paginated urls

ourgarhwal

Joined: 2013-12-21
Posts: 2
Posted: Sat, 2013-12-21 17:05

Hi,

The pagination is creating duplicate Titles and content.Can you please suggest how to implement canonical url for each album.

Regards
Mahavir

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2013-12-21 18:26

Add:
<link rel="canonical" href="<?= url::abs_current("") ?>" />
to the head section of page.html.php of the theme you are using.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
ourgarhwal

Joined: 2013-12-21
Posts: 2
Posted: Sun, 2013-12-22 04:33

Many thanks Dave.