Several sites that I have redone with PHPRunner and used location redirect in index.htm file has lost valuable search engine ratings. What was on the first page of search engines, now are not showing up at all. To find out why, I ran several sites with online meta tag checker and I get this same message:
Found web page with a redirect.
The most search engines do not index web pages with a redirect to a other web page.
Any ideas on how I can correct this without having to create a separate html index page. I have a database for pages, so that users can easily update their website pages online. I changed the forwarding on the index page from login to the actual view page I want to be home page. Is there a solution for this? If search engines are not indexing pages that are generated from a redirect, then this could be a problem.
I suggest that PHPRunner in their next version have an index.php file that is editable like the login page. It be great if you can add snippets from the editor page so that you can tie it to database information to show up on the front page.
I don't think login page should be the first thing that shows up. Why not have an index.php file with login feature that you can customize. 99% of the website I am using this on no one uses the login unless they are editing something on the website. Most people are guest visiting the website.
Anyone have any suggestion to help correct this problem?
Kim