Is database content added with php search engine friendly?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bugboy
    New Member
    • Sep 2007
    • 160

    Is database content added with php search engine friendly?

    Is database content added to my html page using PHP search engine friendly? Are they cool with page.php rather than page.html?

    Thanks,

    Bugboy
  • dgreenhouse
    Recognized Expert Contributor
    • May 2008
    • 250

    #2
    Either one is okay... It all depends on the contents of the page(s) and whether or not the page has url arguments.

    i.e.
    page.php/mystuff/getit is search engine friendly
    page.php?mystuf f=getit is typically not

    Also... Are the page title and meta tags relevant to the content?

    Comment

    Working...