Advanced search  

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

Pages: [1]   Go Down

Author Topic: Double page title  (Read 12619 times)

0 Members and 1 Guest are viewing this topic.

Alex Revo

  • LocalSupporter
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 637
  • Инженер человеческих душ
    • Фото Ростова-на-Дону
Double page title
« 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;
« Last Edit: February 03, 2016, 01:25:03 am by Alex Revo »
Logged

Αndrй

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Double page title
« Reply #1 on: February 03, 2016, 09:21:19 am »

Rather a feature request than a bug. Moving accordingly.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.