Forum Moderators: open
Please help before I covert all my pages and possible lose all my future search engine traffic.
Thank you,
Clark
Know of any references to the methods of "Search Engine Friendly" pages?
With 10 Days, Googlebot was eating those new static looking urls up like wildfire.
My conclusion is that how willing googlebot is to read and index dynamic pages is somehow dependent on pagerank, backlinks, etc.
when the page loads i check in the database to find the ID of the database entry with File_Name=websitepage.php and draw the content just as if it had been index.php?pageid=10
The next step i took after that for content pages and similar (pages that dont do anything fancy) was to read websitepage.php and save the HTML output of php to a flat HTML file - thus giving the search engines exactly what they want.
I forgot to add that the Search engine results were a vast improvement in my PR ratings and a much deeper crawl.
I hope that makes some kind of sense, it's quite difficult to explain.
ta,
Hughie
If you are doing a catalog, do things like category=books for your navigation pages, and item=SEO-book for the individual items. That way, someone looking at the URL will know what the link is to, and it will also make the search engine happier.
Also, if you do use session IDs, turn them off if the user-agent is one of the search engine spiders.
Leave your site as it is and add in the dynamic pages as a new section of the site. Thus you will be able to test how effective the dynamic pages are in respects to the static pages. This means that any problems that may be encounted will only affect these new pages and not all 10000. When you are happy with the new structure start merging existing files into it.
One site I converted from static to URL had a PR of 5. It took a month for the new dynamic pages to get into the index. Meanwhile old pages which were bringing in visitors vanished from the idex, resulting in huge drop in revenues and visitors. Better to keep both options alive till the dynamic pages are in the index, and then remove the static pages.