Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Search engine friendly pages ASP

  1. #11
    Join Date
    Jun 2004
    Posts
    224
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by Sol
    This is why a site should implement a Robots.txt file. What you shuld do is create a page that produces links from the database query (ie. a page that gets all results). You then add this page to your robots.txt to tell the search engine to crawl this page and follow the links.
    Can you elaborate a little more on how to do this please?
    Mark

    MightyGroup.net
    www.MightyGroup.net

  2. #12
    Join Date
    Jan 2006
    Location
    Buckinghamshire
    Posts
    605
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by TonesUniverse.com
    Can you elaborate a little more on how to do this please?
    Just google robots.txt and you'll find loads of information.

  3. #13
    Join Date
    Jun 2004
    Posts
    224
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by Ourpcman
    Just google robots.txt and you'll find loads of information.
    Im not that bad i can make a robots.txt lol i meant more info on the "What you shuld do is create a page that produces links from the database query (ie. a page that gets all results)."

    Mark

    MightyGroup.net
    www.MightyGroup.net

  4. #14
    Join Date
    Jun 2005
    Posts
    1,080
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    VB.Net code
    Code:
    For Each record In recordset
         Response.Write(String.Format("<a href='/page.asp?Id={0}'>Page {0}</a><br />", record.Id)
    Next

  5. #15
    Join Date
    Jan 2006
    Location
    Buckinghamshire
    Posts
    605
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by TonesUniverse.com
    Im not that bad i can make a robots.txt lol i meant more info on the "What you shuld do is create a page that produces links from the database query (ie. a page that gets all results)."

    Ah, sorry, misunderstood. See what you mean now.

  6. #16
    Join Date
    Jun 2004
    Posts
    224
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by Ourpcman
    Ah, sorry, misunderstood. See what you mean now.
    lol no probs!
    Mark

    MightyGroup.net
    www.MightyGroup.net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom error pages.....
    By jigsawsrusdotcom in forum Sales and Service Feature Enquiries
    Replies: 5
    Last Post: 17th November 2006, 04:54 PM
  2. Search Engine Optimization
    By JamesU2002 in forum General Technical Support
    Replies: 1
    Last Post: 11th May 2006, 06:52 PM
  3. Yellow pages
    By Jaro in forum Portal/CMS Applications
    Replies: 2
    Last Post: 29th December 2005, 12:38 PM
  4. search engine script/classified scr./
    By HostCan in forum Portal/CMS Applications
    Replies: 0
    Last Post: 5th October 2005, 11:39 AM
  5. Exclude search engine bots in smarterstats?
    By RobvK in forum Technical Support
    Replies: 0
    Last Post: 7th September 2005, 10:45 AM

Bookmarks

Posting Permissions

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