Tag archive for ‘seo’
PHP Digg Style Auction Pagination with SEO
I’m trying to mimic what was displayed in iCollector’s pagination. So I came across this Digg style pagination and integrate it with SEO friendly urls. First, thanks to guys at Stranger Studios for this awesome pagination function the have provided. And also, thank’s to the URL Routing tricks at PHP Addiction for the SEO urls [...]
Clean URLS via PHP URL Routing Class
Having SEO in mind when creating and developing websites is very crucial. Therefore, URL router/dispatcher comes to play in creating basic URL friendly urls.
I’m totally fed up with query string especially on list and paginations. Luckily I came across with PHP Addictions’s Axial_UrlInterpreter php class using $_REQUEST variables.

