Forum Moderators: coopster

Message Too Old, No Replies

Making dynamic links look static

         

DFrag

9:39 pm on Jan 19, 2004 (gmt 0)

10+ Year Member



Hello all,

Hope this is in the correct section.

Is there a way to make the dynamic links in php pages look static so that Search Engines like Google recognize the page better?

I feel that the php page with variables is giving Google troubles when it comes to page ranking.

Thanks
DFrag

Zygimantas

10:42 pm on Jan 19, 2004 (gmt 0)

10+ Year Member



use mod_rewrite

Timotheos

11:46 pm on Jan 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check this out.
ht*p://www.devarticles.com/c/a/Apache/Using-ForceType-For-Nicer-Page-URLs/

also some more resources here
ht*p://www.searchtools.com/robots/goodurls.html

DFrag

2:33 am on Jan 20, 2004 (gmt 0)

10+ Year Member



Thanks people. I'll check them out.

ergophobe

5:55 am on Jan 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month




php pages look static so that Search Engines like Google recognize the page better?

Google will recognize php links just fine even with GET parameters. The reasons to do this are so that
- humans will recognize the link better
- you don't have to change the link just because you change server technologies. Ideally, your link should have no extension at all, not .php or .html

The php manual and the microsoft site employ this pretty well

www.php.net/mysql_fetch_assoc

takes you straight to the page on that function (or should)

and

www.microsoft.com/word

takes you straight to the page on that product.