browse by tag: seo
sort by
Using Search Engine Friendly URLs for your Dynamic Pages
in PHP added by clearnetwork, on 29/7/2008 beginner tutorials mod rewrite seo
"Search Engine Friendly URLs" or "User Friendly URLs" are a much better way of constructing your URLs for dynamic pages. In this article I will discuss some basic ways of doing this, with a little help from mod_rewrite.
comment save reportGenerating Search Engine Friendly Titles for your URL
in PHP added by clearnetwork, on 29/7/2008 beginner tutorials seo
For most dynamic websites you will want to create "Search Engine Friendly" or "User Friendly" URLs, rather than using ugly and meaningless strings or IDs to reference your content. The way you interpret the URLs and use them to get your content is for another article and I won't go into that right now, what I want to talk about is how to turn your page titles into versions that can be used in your URL.
comment save reportMaking Clean Url's With PHP and mod_rewrite
in PHP added by Slipszenko, on 23/11/2007 clean seo urls
A tutorial on making clean (search engine friendly) urls with mod_rewrite.
comment save report