Hi,
The pagination is creating duplicate Titles and content.Can you please suggest how to implement canonical url for each album.
Regards Mahavir
Add: <link rel="canonical" href="<?= url::abs_current("") ?>" /> to the head section of page.html.php of the theme you are using.
<link rel="canonical" href="<?= url::abs_current("") ?>" />
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Many thanks Dave.
Posts: 27300
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
Posts: 2
Many thanks Dave.