which one is better for SEO

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

which one is better for SEO

Post by itsmani1 »

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

Post by alex.barylski »

first...well actually...maybe second....isn't there a third option? :P

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 :)
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Hockey is right, in pure SEO sense there isn't much of a difference, if any.
Post Reply