Forum Moderators: coopster
Each page would have unique words added to the title keywords.
Each page would have unique content.
All the pages would have the same form; banner, left navigation, content, sometimes right content, footer. I have the template page call header, menus etc because some of the pages have right navigation or content as well.
thepage.php
$title="aditional title and keywords"
$somecontent="basic html code"
$somemorecontent="basic html code"
require(thetemplate.php)
require(header.php)
require(menu.php)
$content
if true $somemorecontent
elseif true require(rightnav.php)
requier(footer.php)
Thanks
Mark
What I am trying to say, is that a dynamic site getting a lower ranking is a myth, infact, when the content changes quicker, google also spiders more frequently!
When you are trying to woo the search engines, first make sure that you get a set of keywords from the organisation that the website is really about. Make sure that you mention these in all rlevant pages' meta tags.
Also instead of "click here" links, make the link more descriptive of the page.
I think your suggested example is fine, as far as I can see!
You might hang about an seo forum somewhere for some useful tidbits, that will go a long way in helping your site.
I hope I've been helpful!
[edited by: ergophobe at 4:12 pm (utc) on April 10, 2005]
[edit reason] Personal URL snipped as per User Agreement [/edit]
I mean, the robots thinks that is the same page. It is better to use mod_rewrite to rewrite your url as a new page.
Here is an example of what I mean: [domaine.com...]
Should be write like:
[domaine.com...]
Thanks
I would suggest you look around the site, there are a ton of threads that will help, try this for starters
Successful Site in 12 Months with Google Alone [webmasterworld.com]
that is only the tip of the iceberg, there are also these 2 as well
Building the Perfect Page - Part I - The Basics [webmasterworld.com]
Building the Perfect Page - Part II - The Basics [webmasterworld.com]
there are tons more but those should give a very good basis
My original site is a .co.uk, is pure html and has not been updated for 21 months (all development work has gone into the second, .com site).
The .com site now has 5-figure number of pages, is php-mysql and originally was a (manual) transferance of all the info from the .co.uk. All updates go into the .com site.
Hits on the .com have fallen each month since Dec 04, whilst the .co.uk has remained absolutely steady. The .com *used* to get twice the number of hits compared to the .co.uk, but currently gets less.
My conclusion? Google hates PHP sites.
>> Google hates PHP sites(my emphasis)
that just isn't true, no offense. I have ranked tons of them over the years.
No offense taken. My PHP site also ranked very well over the years. My point is that currently it ranks below my HTML site. I find this bizarre, would love to know why, but simply report the facts. I would agree that the conclusion is bizarre, but no more bizarre than the facts.
Another very interesting, and also bizarre, fact to recall is the way that--on more than one occasion--any search for an 'index.php' (or even one report of 'anything.php') page would bring up a Google page reporting a virus infection. You will recall that this was related to the efforts to frustrate the phpBB2 hacks.
AddType application/x-httpd-php .html .htm
I think there is something on the php site about this...