Roll of links in databases in PR?

Discussion in 'Google' started by corb, Sep 21, 2008.

  1. #1
    Links effect page rank. But what if I had a php script that prints out a link? Does that have the same effect on page rank?

    Like, say a page rank 10 website links to your website. That'll do good things for you of course. But what if that website is pulling the link from a database? Does the google crawler know how to excecute scripts to pull those same links out?
     
    corb, Sep 21, 2008 IP
  2. mintoj

    mintoj Peon

    Messages:
    317
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The Google crawler will only see the links when they are rendered to the page through PHP. The links will be formatted into valid HTML before the bot sees them.
     
    mintoj, Sep 21, 2008 IP
  3. corb

    corb Peon

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the input! (also, spelling fail in the title, my bad)
     
    corb, Sep 21, 2008 IP
  4. lightlysalted

    lightlysalted Active Member

    Messages:
    2,067
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    90
    #4
    Great response and I agree that the bot will only see the rendered links. That's why database programing is not especially good from an seo point of view, but obviously excellent from a functionality perspective, especially for users.
     
    lightlysalted, Sep 21, 2008 IP
  5. freelistfool

    freelistfool Peon

    Messages:
    1,801
    Likes Received:
    101
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The technology that creates the page doesn't matter to the search engines. You can create the page in static HTML, php, jsp, asp, or anything else, but the end result is that all those technologies spew HTML. The search engines (and web browsers) make a request to the page and get back HTML so links from any technology look like a static link to the search engines.
     
    freelistfool, Sep 21, 2008 IP