forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: Alex Revo on February 03, 2016, 01:13:37 am

Title: Double page title
Post by: Alex Revo on February 03, 2016, 01:13:37 am
SEO problem

Pages like:
/thumbnails.php?album=[id]
/thumbnails.php?album=[id]&page=2
etc...

Have the same tag Title

Fast decision:
/thumbnails.php
before
Code: [Select]
meta_keywords $ = '';insert
Code: [Select]
if ($page>1) $section = $section.' - page '.$page;
Also:
/index.php
before
Code: [Select]
pageheader($BREADCRUMB_TEXT ? $BREADCRUMB_TEXT : $lang_index_php['welcome']);insert
Code: [Select]
if ($PAGE>1) $BREADCRUMB_TEXT = $BREADCRUMB_TEXT.' - page '.$PAGE;
Title: Re: Double page title
Post by: Αndré on February 03, 2016, 09:21:19 am
Rather a feature request than a bug. Moving accordingly.