Google index database

Discussion in 'MySQL' started by litebulb1, Sep 14, 2007.

  1. #1
    If a dynamic site has a database that can only be accessed through a search on the website how can google crawl the database?
     
    litebulb1, Sep 14, 2007 IP
  2. met0555

    met0555 Well-Known Member

    Messages:
    349
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #2
    i'm not a pro, but i don't think it's a possible
     
    met0555, Sep 14, 2007 IP
  3. Kuldeep1952

    Kuldeep1952 Active Member

    Messages:
    290
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #3
    If the database can only be accessed through a search on the website,
    then google can't crawl the database.

    To allow Google to crawl the database, you have to create browse lists.
     
    Kuldeep1952, Sep 14, 2007 IP
  4. muhammad arif

    muhammad arif Well-Known Member

    Messages:
    1,326
    Likes Received:
    176
    Best Answers:
    0
    Trophy Points:
    185
    #4
    well i don't know anything about it but if someone mentione it it wil be helpful.
     
    muhammad arif, Sep 14, 2007 IP
  5. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    muhammad arif as far as I understand it you could create a page that would do something similar to this:

    A - B - C - D...

    with each letter being a different query for records that start with that letter.
     
    litebulb1, Sep 14, 2007 IP
  6. hamidof

    hamidof Peon

    Messages:
    619
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can have tags, that is in your front page (or where ever) put the search terms you like (or describes the database) best for example if there are articles about PHP, I would put tags like this:

    PHP Articles - PHP Session - PHP MySQL Tutorials

    Then link these tags to search result pages, like:
    <a href="search?q=PHP MySQL Tutorials">PHP MySQL Tutorials</a>

    Also, this is good for SEO:)
     
    hamidof, Sep 14, 2007 IP
  7. JenniP

    JenniP Peon

    Messages:
    250
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Google wont find anything that isn't linked to by something else, it wont generate any interaction with your site so in your cause if the only way you can find something is by searching for something it wont be found.

    One way around is the index already suggested another way would be to create a Google site map could by generated by dumping out your database into a site map standard.

    Depending on what database your using, its fairly easy with SQL Server but not sure about mySQL.

    Jen
     
    JenniP, Sep 15, 2007 IP
  8. hamidof

    hamidof Peon

    Messages:
    619
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Oh believe me MySQL is easier:)
     
    hamidof, Sep 15, 2007 IP
  9. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #9
    Hello,
    Maybe you should be the links, for example if someone search running potatoes, you could save it in your database an create a link like

    <a href="search.php?search?=running-potatoes>Running Potatoes</a>

    This is a good idea to create content
     
    jakomo, Sep 15, 2007 IP
  10. Aron Schatz

    Aron Schatz Peon

    Messages:
    201
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Search google for a sitemap. That's how Google handles this type of content.
     
    Aron Schatz, Sep 17, 2007 IP
  11. Forrest

    Forrest Peon

    Messages:
    500
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Google "warned" site owners not to let their internal search results be indexed by GoogleBot through Matt Cutts.
     
    Forrest, Sep 21, 2007 IP