If pages are in database can they be found via search engine?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default If pages are in database can they be found via search engine?

    I'm in the process of writing a system that stores the
    pages of a website into a database, is it possible that
    those pages be found via a search engine like Google? If
    not, is there are way around this?

    Thank you for all your help!
    Shawn Guest

  2. Similar Questions and Discussions

    1. dw8 how do you name search engine friendly pages andpage titles?
      i am creating a website and i want to ensure that i am doing everything i can on my part to get a good listing on the search engines. what do i need...
    2. Search Engine Help
      What is the best way to get listed on the major search engines? Should I use a search engine submission company or ... Any ideas? Garling
    3. Search engine
      The Search Companion on my computer comes up constantly when I'm working in programs. The main time is when I'm in Microsoft Works Spreadsheet. ...
    4. XML search engine
      I'm relatively new to flash, but designing a searchable database for a lab group that I work with. I've looked all over the place, and can't find...
    5. PHP Search Engine
      Hi, I currently have a website (running on RedHat Linux) comprising a large number of HTML files and PDF's. I currently use PHPMySearch...
  3. #2

    Default Re: If pages are in database can they be found via search engine?

    Google won't go querying your database for pages... It doesn't matter where
    your pages are stored. How do people get to them? Querystring?
    [url]www.mysite.com/?page=somepage.htm[/url] If so, see here.
    [url]http://www.aspfaq.com/2232[/url]

    Ray at work

    "Shawn" <sfergus2@cscc.edu> wrote in message
    news:0be501c34163$f3e3b4a0$a301280a@phx.gbl...
    > I'm in the process of writing a system that stores the
    > pages of a website into a database, is it possible that
    > those pages be found via a search engine like Google? If
    > not, is there are way around this?
    >
    > Thank you for all your help!

    Ray at Guest

  4. #3

    Default Re: If pages are in database can they be found via search engine?

    Shawn wrote:
    > I'm in the process of writing a system that stores the
    > pages of a website into a database, is it possible that
    > those pages be found via a search engine like Google? If
    > not, is there are way around this?
    not really, but you could write a page which contains
    all the data (or even better) contains links (like page.asp?key=1) to
    the pages you want the searchengine to index.

    --
    rgndrp
    rgndrp Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139