Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Add dynamic pages to Google Search

Add dynamic pages to Google Search

Scheduled Pinned Locked Moved ASP.NET
questiondatabase
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Blikkies
    wrote on last edited by
    #1

    Hey all, I have created a blog where all the posts are stored in MS SQL. I have created user-friendly url for each of the post using ASP Routing. My question is, how do I submit the dynamic pages urls to google? Do I have to dynamically add the post url to the Sitemap and submit it to google when there is a new post? Thank you in advance

    Richard DeemingR 1 Reply Last reply
    0
    • B Blikkies

      Hey all, I have created a blog where all the posts are stored in MS SQL. I have created user-friendly url for each of the post using ASP Routing. My question is, how do I submit the dynamic pages urls to google? Do I have to dynamically add the post url to the Sitemap and submit it to google when there is a new post? Thank you in advance

      Richard DeemingR Offline
      Richard DeemingR Offline
      Richard Deeming
      wrote on last edited by
      #2

      I tend to use a dynamic sitemap file generated by a generic handler (sitemap.ashx). Google re-reads the file on a regular basis, so there's no need to re-submit it.


      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

      B 1 Reply Last reply
      0
      • Richard DeemingR Richard Deeming

        I tend to use a dynamic sitemap file generated by a generic handler (sitemap.ashx). Google re-reads the file on a regular basis, so there's no need to re-submit it.


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        B Offline
        B Offline
        Blikkies
        wrote on last edited by
        #3

        Thank you for you response :) So I only have so submit it once so that google knows about the handler, correct?

        Richard DeemingR 1 Reply Last reply
        0
        • B Blikkies

          Thank you for you response :) So I only have so submit it once so that google knows about the handler, correct?

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          That's been my experience using their Webmaster Tools[^]. It's also a good idea to add the link to your robots.txt file, so that other search engines will pick it up:

          Sitemap: http://your.domain.com/sitemap.ashx


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          B 1 Reply Last reply
          0
          • Richard DeemingR Richard Deeming

            That's been my experience using their Webmaster Tools[^]. It's also a good idea to add the link to your robots.txt file, so that other search engines will pick it up:

            Sitemap: http://your.domain.com/sitemap.ashx


            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

            B Offline
            B Offline
            Blikkies
            wrote on last edited by
            #5

            Thanks a mil!! :thumbsup:

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups