Forum Moderators: open
I know that google have problems with positioning websites with long dynamic address (for example www.name.com/name.php?lotsofsomething343231231232).
What do you thing about PHP portal system which looks like this?
[snip]
[snip]
For Google thatīs looks like HTML and in theory should have better position than typical PHP.
[edited by: pageoneresults at 2:39 pm (utc) on Nov. 15, 2004]
[edit reason] Removed URI References - Please refer to TOS [/edit]
You might have to tweak any generic templating system to make it dump static looking urls, but I would be suprised to find that you would be the the first to want to do that with any particular content cystem.
http://example.com/cloud_przemyslenia_dark_cloud_a,articles,pub.html
It's a good start, but the URL structure could be improved further. One thing to note is to avoid underscores. Use hyphens instead - an underscore on an underlined link disappears, so it is not clear if it is an underscore or a space. If you can, avoid commas as well.
Ideally, you would end up with something more like this:
http://example.com/articles/cloud-przemyslenia-dark-cloud-a.html "Articles" appears to be the section of the site (so make it a fake directory), then your file name is made up of the keywords relating to the article itself. Make sure you avoid as much "cruft" as possible, such as "pub", etc. unless vital for your CMS.
example.com/keyworded/folder/path/
That way, if your site development changes and you're requirement to change file types, it won't be an issue and the change would not affect established rankings for those folder URLs.
short answer: the extension makes not one bit of difference. You can serve up HTM, HTML, ASP, ASPX, PHP, PHP3, JSP, CFM... whatever! They all get indexed the same.
Perhaps, but why be an easy target if one day they are not all indexed the same?
If you are all .html then you are generic, and generic is never bad.
Set apache to process all files thru php, and make all your files .html