PDA

View Full Version : RSS News feeds


phil2564
10-30-2005, 03:48 AM
Below is one of many sites I have intergrated the news into. I have a very simple script I created 2 php pages and with very little configuration (3 or 4 Variables edited) and you can display rss feeds (NEWS) from just about any organization that has a rss feed. Take a look at this sites news and if you like to know more email me at: {email removed}

{url not resolving}

logged
10-30-2005, 12:44 PM
I like it, it's nice..

But, your homepage redirects to /performance/ and the way you made it,may look like a doorway page for a search engines, and you migth get penalized .. unless you do it with 301 permament redirect

phil2564
10-30-2005, 06:20 PM
Thanks Logged - regarding the the redirect that really is not a problem if the SE sees the redirect going to a static page from the main URL it will be fine. I have 50+ sites up the same way pretty much and I have had no problems with getting listed and indexing.

How ever If the redirect is coming into the main url meaning mysite.com/folder/page1.html redirects to mysite.com
and
mysite.com/folder/page2.html redirects to mysite.com
and so on and so on
This would be looked at as a doorway setup
and penalization could take place.

However in my case the main url redirects to a folder called "performance" now there can only be 1 redirection on the main url or coming from the main index page. And this can be seen as organizing your directory to the SE.

REGARDING DOORWAYS
Some search engines allow doorways ----YES----WHY----Because some php pages and asp pages are unindexable and in order to beable to have your pages indexed by search engines they will allow 1 doorway for everypage dynamically generated page you have on your site.

Thanks again for the vote of confidence on the site.


Phil