Forum Moderators: open

Message Too Old, No Replies

Server Side includes (php)

How they fare with SEO

         

malcolmcroucher

6:09 pm on Jun 19, 2008 (gmt 0)

10+ Year Member



What impact does Server side includes have on optimising a site for good rankings ?

Philosopher

6:32 pm on Jun 19, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



none. Server side includes are done at the server level. This means when the page is fetched, the includes are added THEN it is sent to the requesting IP.

The end result is the page looks no different than a regular static HTML page.

malcolmcroucher

7:05 am on Jun 20, 2008 (gmt 0)

10+ Year Member



Thanks

buckworks

8:03 am on Jun 20, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



One thing to watch out for is that using includes can create a lot of identical content blocks that appear on a lot of pages.

Watch the balance between unique content versus the repetiive includes. You want to make sure your pages don't end up looking "too similar" in Google's eyes.