which one is better for SEO
Moderator: General Moderators
- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
which one is better for SEO
there are two options for SEO either to use mod_reqrite apache module and 2nd option is to generate pages physically on server which one is better please describe why 1st or 2nd is better.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
first...well actually...maybe second....isn't there a third option? 
Seriously it really depends...mod_rewrite will likely use a single application entry point, so depending on your implementaiton....this might require more power each page request than a physical-static web page.
static pages are simply delivered by apache...mod_rewrite likely requires at least some processing of PHP, etc...
From a SEO perspective...the choice is irrelevant as both can be tweaked to appear the same in the eyes of Google, etc...
Cheers
Seriously it really depends...mod_rewrite will likely use a single application entry point, so depending on your implementaiton....this might require more power each page request than a physical-static web page.
static pages are simply delivered by apache...mod_rewrite likely requires at least some processing of PHP, etc...
From a SEO perspective...the choice is irrelevant as both can be tweaked to appear the same in the eyes of Google, etc...
Cheers
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: