I’ve begun using PHP includes in my web coding to relieve some of the burden of editing mutiple web pages.  My concern was if these pages with PHP Includes would be SEO friendly for Google and other search engines.  After researching the issue I can safely say that using PHP Includes are safe for search engines because they are server side, so search engines see the complete output, not the Include statement.  Hope that helps someone out there!

Like this post? Subscribe to my RSS feed and get loads more!