| | |||||
| ||||||||
| Marketing Techniques Promotion and sales strategies, search engines and other online selling techniques. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Web Marketing Specialist Join Date: Oct 2003 Location: Texas, USA
Posts: 1,335
![]() ![]() ![]() | php includes affect SEO Will page includes effect the search engines ability to sniff your website? Say i have a header and a footer file and include them on the index.php file. Will the SE be able to see the header and footer file and sniff it? |
| |
| | #4 (permalink) | ||||
| New Member Join Date: Nov 2004
Posts: 13
![]() |
????: NamePros.com http://www.namepros.com/marketing-techniques/51651-php-includes-affect-search-engine-optimization.html If your concerned about your header and footer getting indexed seperately you can drop them in a seperate folder and disallow the search engines using a robots.txt file. I've seen a couple of sites who's header.html file are indexed and as such provide a unwelcome entrance into the site. | ||||
| |
| | #5 (permalink) |
| Sheriff Of Nothing Join Date: Apr 2004 Location: Florida
Posts: 220
![]() | Yes only the HTML is read meaning the output of your PHP code. The only SEO related problem that PHP seems to present is with dynamic URLs. Although you can easily fix this with Apache's mod_rewrite making easier to remember URLs that are search engine friendly.
__________________ Lowter.com - Webmaster eZine and Community Interactive eZine, Articles, Blogs, and More Norics.com | Cascading Design | Blue Programming |
| |