
August 7th, 2006
12:46 PM
ruby on weapon
Status: Offline!
does php include will affect SEO ranking ?
a quick question that's been bugging my mind for some times.
does php include()'s function will affect SEO ranking of its website ?
im using 1 header.html to be included in 5 different pages using include().
please give me some clear explaination
thanks alot
___________________
digitalDream // complete Webdesign solution //
- - - - - - [ end signature ] - - - - - -

August 7th, 2006
01:37 PM
whoa, wtf?
Status: Offline!
NO
___________________
Fomerly known as lasnaranjas. Holler.


August 9th, 2006
08:09 AM
Development Forum Leader
Status: Offline!
To the search engine, it looks like plain ol' HTML. Clients don't care about server-side preprocessing.
___________________
irc.efnet.net #neverside
Neverside merchandise!

August 14th, 2006
06:54 PM
But they do care about the php extensions and urls.
For example:
index.php?type=1&ext=3&page=100291&display=625
is not likely to be put in search enginges, they often leave after so many additions to the query string - thats why some use mod_rewrite.
The original idea was the search engines didn't want to crash servers, now its more about protecting junk sites which use 1 template and have a million pages generated by PHP.

August 20th, 2006
05:10 AM
Oh Yeaa.
Status: Offline!
se's will block any page that uses dynamic urls....
___________________
scudworkz.com.

August 31st, 2006
10:51 AM
ruby on weapon
Status: Offline!
sure. i used mod_rewrite on my site =) my friend keep telling me that the used of include function will affect the SE ranking. its ridiculous for me so i ask you guys to make it sure 
and thanks for the responses 
___________________
digitalDream // complete Webdesign solution //
- - - - - - [ end signature ] - - - - - -