Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Double page title  (Read 12622 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 19 queries.