View Single Post
05-17-2008, 10:39 PM
#4
RossJJ is offline RossJJ
Status: RJ
Join date: Dec 2004
Location: Essex
Expertise:
Software:
 
Posts: 1,116
iTrader: 1 / 100%
 

RossJJ is on a distinguished road

Send a message via AIM to RossJJ Send a message via MSN to RossJJ

  Old

File extension doesn't make a difference when it looks like this:
page-name.html and page-name.php

however it makes a difference when it's like this
page-name.php?page=name&id=8&product=product-name

because some search engines cannot understand this url. So in this case it would be best to change it to something like
id-product-name.html
or id-product-name.php (doesn't matter which)

and yes <h1> can make a difference <p> cannot. Just don't overuse it.