Double page title Double page title
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Double page title

Started by Alex Revo, February 03, 2016, 01:13:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

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
meta_keywords $ = '';
insert
if ($page>1) $section = $section.' - page '.$page;

Also:
/index.php
before
pageheader($BREADCRUMB_TEXT ? $BREADCRUMB_TEXT : $lang_index_php['welcome']);
insert
if ($PAGE>1) $BREADCRUMB_TEXT = $BREADCRUMB_TEXT.' - page '.$PAGE;

Αndré

Rather a feature request than a bug. Moving accordingly.