Click to See Complete Forum and Search --> : [RESOLVED] Server Side Includes


Spike201000
01-31-2011, 01:12 PM
I am creating a website with server side includes. I understand that the included files need to be uploaded to the server and that when the merged page is displayed in the browser, it will appear as though it was a fully formed html page.

What I would like to know is whether the search engines will crawl the website and find the separate include pages, as well as the merged pages, and think that this is duplicate content?

ryanbutler
02-02-2011, 12:47 PM
Shouldn't, since server-side includes are ran by the server first, then resulting output sent to the browser.

Spike201000
02-02-2011, 02:11 PM
good point. thanks.