I have a site built on a php script datafeed script. The problem is the script is not SE friendly for example I have no way of modifying meta descriptions for category pages and with no php knowledge myself I can't modify the script - have thought of outsourcing but to save cash I have an idea. Create a html site, move the script over to a folder within the domain and restrict it from robots then simply copy the raw html from the script generated pages so i can implement all the current pages in to SE friendly html pages. Then I can still have the benefit of the script for creating categories filled with products (in literally seconds) but then I can fully optimize the pages for seo. Is this a good idea or not?
I think u have to do this every time when data is changed... better to get some idea from here.... http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html Regards!
yes exactly it doesnt make sense really. I just learning php so i can make my modifications to the script
So you'd have the PHP file echo the HTML text. Since that's exactly what PHP does, you've invented a description of PHP. (Not a new one, all I'm saying is that what you describe is how PHP works.) In order to do what you want you'd need knowledge of PHP. Once you had that you wouldn't bother doing it your way, since just writing the PHP code to create the HTML is easier than writing the PHP code to read an HTML file, then echoing the lines it reads.