Web content in database -- Google and other search engines

  •  03-10-2009, 1:24 PM

    Web content in database -- Google and other search engines

    I have built a simple website using Visual Studio 2008. The content of each page is being put into a simple SQL 2005 table that has two fields: PageName and HTML.
     
    When a page loads, it reads the the HTML from the database and places it into the ContentPlaceHolder.
     
    Can Google and other search engines find the data and load it into their search engine? When search engines are crawling the web - to they "open" the pages and they update their content.
     
    OR
     
    The fact that I am placing my content into a database mean that I will never be found when someone "googles me".
     
     
View Complete Thread