I am running into an issue:
I need to design a system which serves a page for an article. My first thought was to store a .txt or .cfg or .xml or whatever per article (or, even better, a database) with individual information and serve them all with a single PHP script, which would greatly facilitate editing and managing the data in general. However, I figured this would create SEO problems, as the crawlers wouldn't see every single page.
Are there any elegant solutions to this problem?
I need to design a system which serves a page for an article. My first thought was to store a .txt or .cfg or .xml or whatever per article (or, even better, a database) with individual information and serve them all with a single PHP script, which would greatly facilitate editing and managing the data in general. However, I figured this would create SEO problems, as the crawlers wouldn't see every single page.
Are there any elegant solutions to this problem?