Results 1 to 4 of 4

Thread: Creating blog with PHP and MySQL - Search Engine readable

  1. #1
    Join Date
    Dec 2010
    Posts
    26

    Creating blog with PHP and MySQL - Search Engine readable

    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.

  2. #2
    Join Date
    Feb 2011
    Location
    Wiltshire, England
    Posts
    390
    As long as the content that is stored in the database is displayed on a page on your website then google should be able to crawl it.

    However might I suggest going with a pre-made blog such as WordPress as this will give you far better optimization then a bespoke hand programmed one as google already knows how to crawl a wordpress blog.
    If ever in doubt about a threads purpose report it and let webdev mods or admins be the judge. If we don't know we can't help.
    "Coffee is the saviour of mankind!"
    Web Design Wiltshire
    My Blog

  3. #3
    Join Date
    Jan 2013
    Posts
    6
    Agreed. Wordpress has good SEO already and then there are also free SEO plugins such as Wordpress SEO by Yoast iss pretty good and kind of scores your post for SEO and gives you hints on how to improve it. Creating a blog from scratch I think would be unnecessary.

  4. #4
    Join Date
    Oct 2011
    Posts
    116
    Thanks for sharing the information .

Similar Threads

  1. Search Engine Database (PHP)
    By Jonnyb42 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 09 Apr 2010, 02:07 AM
  2. php search engine script help!
    By goochee in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 31 Jul 2007, 03:39 AM
  3. Creating a search-engine website
    By ritkaa in forum General Questions
    Replies: 0
    Last Post: 22 Jan 2007, 01:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •