- Total Members: 263,815
- Threads: 454,051
- Posts: 1,062,567
Great community. Great ideas.
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
-
Mar 16th, 2011, 11:22 PM
#1
Title generator for dynamic pages.
I've been looking for a php script that would generate unique titles for my dynamic pages. Is this possible? I've found one script but it doesn't seem to do anything:
[In the header]
<title><?php echo $pageTitle; ?> Southern Parts & Equipment</title>
<META name="description" content="<?php echo $metaDescription; ?>" />
<META name="keywords" content="<?php echo $metaTags; ?>" />
[In the page itself]
<?php
$pageTitle = "";
$metaDescription = "";
$metaTags = "";
include("header.php");
?>
-
Jan 18th, 2012, 05:21 AM
#2
mod_rewrite RewriteRule generator will take a dynamic url given to it, and generate the correct syntax to place in a .htaccess file to allow the url to be rewritten in a spiderable format. The apache module mod_rewrite converts urls in a certain format to another format, and can be very useful in helping a site with dynamic content to be indexed..
Last edited by Hugo123007; Jan 18th, 2012 at 05:27 AM.
Similar Threads
-
By gotit in forum Google Optimization
Replies: 5
Last Post: Nov 11th, 2006, 03:04 PM
-
By fisher in forum Google Optimization
Replies: 3
Last Post: Oct 11th, 2006, 10:57 AM
-
By rmccarley in forum SEO Help (General Chat)
Replies: 66
Last Post: Jul 28th, 2006, 06:23 PM
-
By Jamesraz in forum Google Optimization
Replies: 12
Last Post: Jun 14th, 2006, 04:22 AM
-
By fathom in forum Search Engine Optimization
Replies: 0
Last Post: Jan 7th, 2005, 06:25 PM