No Support > Feature requests

Double page title

(1/1)

Alex Revo:
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: ---meta_keywords $ = '';
--- End code ---
insert

--- Code: ---if ($page>1) $section = $section.' - page '.$page;
--- End code ---

Also:
/index.php
before

--- Code: ---pageheader($BREADCRUMB_TEXT ? $BREADCRUMB_TEXT : $lang_index_php['welcome']);
--- End code ---
insert

--- Code: ---if ($PAGE>1) $BREADCRUMB_TEXT = $BREADCRUMB_TEXT.' - page '.$PAGE;
--- End code ---

Αndré:
Rather a feature request than a bug. Moving accordingly.

Navigation

[0] Message Index

Go to full version