Results 1 to 1 of 1
-
31st Oct 2010, 09:33 PM #1OPMemberWebsite's:
photostash.me videostash.orgDLE pagination and duplicate title tag
OK. I saw that many DLE sites have this problem (freshwap has 22000 pages with same title tag) so I fixed this on my site on this way.
First you need to edit this and than you will be able to put php code in main.tpl
PHP Code:Open file index.php
Find
echo $tpl->result['main'];
Replace to
eval (' ?' . '>' . $tpl->result['main'] . '<' . '?php ');
Code:<head>
PHP Code:<?php
$uri = $_SERVER['REQUEST_URI'];
$findme = "/page/";
$pos = strpos($uri, $findme);
if ($pos !== false) {
$pieces = explode("/", $uri);
$fort = $pieces[2];
echo "<title>Page $fort Your Homepage Title</title>";
}
?>
After that your title tag will be
Page "pagenumber" Homepage TitleJohn Reviewed by John on . DLE pagination and duplicate title tag OK. I saw that many DLE sites have this problem (freshwap has 22000 pages with same title tag) so I fixed this on my site on this way. First you need to edit this and than you will be able to put php code in main.tpl Open file index.php Find echo $tpl->result; Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Colorful Pagination Set (PSD)
By amerriaz in forum Graphics AreaReplies: 2Last Post: 4th Apr 2012, 10:08 PM -
[WCDDL] Pagination Help
By c0rrupt in forum Web Application/Script SupportReplies: 0Last Post: 21st Jul 2011, 04:47 PM -
Duplicate Title Tags
By xTreme in forum IP.BoardReplies: 4Last Post: 7th Jun 2011, 05:38 PM -
Prevent duplicate title posts in Wordpress ??
By Ashleyuk1984 in forum Technical Help Desk SupportReplies: 2Last Post: 26th May 2011, 02:59 PM -
[MYBB] Custom title after every topic title [SEO Trick]
By Gat Dat in forum Web Application/Script SupportReplies: 0Last Post: 22nd Jul 2009, 11:09 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...