Forum Moderators: coopster
I've got a site built around a few php programs, when the page is requested it uses htaccess to call a php program with the page name. This page name is used to extract title/description/keywords/h1/h2/alttext/copy etc from a database and then populate the page.
The site works well and I only have 2 or 3 programs to run a large site based on a database.
The problem is when I run it through the spider test on this site it doesn't pick up the title/description or keywords.
Is this something to do with the page being built on the fly, and if so does anyone have a solution to this?
Cheers
Andy
Well, is it possible that you are using the wrong type of redirect, that instead of doing an invisible redirect is simply redirecting the client/spider?