Ankur
07 Dec 2012, 12:19 PM
I want to create a blog in a clinic website, where one user will post various articles and stuff.
I can create this easily with PHP but I don't know how to optimize this blog. Basically the user wants to attract traffic from the contents of this blog.
The problem is that when he writes the article and submits it then should I store those contents in the database or on the page itself?? I mean if I store it in the DB then will the search engine read the contents?? I know that when the page is opened then the data will be retrieved from the DB.
Hope my question is understandable? Please reply. I know the technique to build it, but just want to know the storage thing.
I can create this easily with PHP but I don't know how to optimize this blog. Basically the user wants to attract traffic from the contents of this blog.
The problem is that when he writes the article and submits it then should I store those contents in the database or on the page itself?? I mean if I store it in the DB then will the search engine read the contents?? I know that when the page is opened then the data will be retrieved from the DB.
Hope my question is understandable? Please reply. I know the technique to build it, but just want to know the storage thing.