First of all check out killingfloor411.com 1. "Does using a feed program to show your feed on a website affect your SEO?". Because when you View source it only shows as a javascript code. So basically, a website using a feed burner script, will that improve SEO? 2. The content is generated via PHP function. You should notice the links on my website are "?page=" That means anything that goes after that is shown in the website "Content box". Im wondering if that affects my SEO. Because I have over 20+ Pages on my website, but when i search "site:killingfloor411.com" it only shows one result. So I suppose PHP functions for content = bad?
PHP is handled (preprocessed) on the server side, not the client side, so it should make no difference to user-agents such as yourself or spiders.
PHP functions are fine and widely used. It looks like your title and meta description tags are the same on every page. This is most likely the problem. You want unique titles and meta description for each page. Googles Webmaster Tools will assist you for some of this.
Thanks for the clear up, I am now researching the php functions for titles & meta. Can anyone else help me on the RSS issue? Like I use feed burner to get it, the Source Code shows as a one line javascript. Will that affect anything..?
look at the html source if content is generated in the html then everything is ok. there is nothing bad in using php to generate the html content...