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. General Programming
  3. Visual Basic
  4. Mass creation of keyword meta tags into HTML pages?

Mass creation of keyword meta tags into HTML pages?

Scheduled Pinned Locked Moved Visual Basic
csharphtmldotnethelpquestion
4 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
    BungleBonce
    wrote on last edited by
    #1

    Hi, I am creating a website which will consist of a dedicated page for each city and town in the country (so a few thousand potentially). The keywords in each page will be the same apart from the city or town name. Rather than create each page manually by hand :( , is there something in the .NET framework which will help insert text into a HTML file, therefore speeding up this process? Thanks in advance Adrian

    P 1 Reply Last reply
    0
    • B BungleBonce

      Hi, I am creating a website which will consist of a dedicated page for each city and town in the country (so a few thousand potentially). The keywords in each page will be the same apart from the city or town name. Rather than create each page manually by hand :( , is there something in the .NET framework which will help insert text into a HTML file, therefore speeding up this process? Thanks in advance Adrian

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #2

      BungleBonce wrote:

      I am creating a website which will consist of a dedicated page for each city and town in the country (so a few thousand potentially).

      Are you sure this is the best solution? Have you considered developing a simple content-management system, storing your page content in an external source e.g. database or XML files? You could then develop an ASP.NET website to display the data, dynamically fetching the content for a particular city/town as required.

      Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

      B 1 Reply Last reply
      0
      • P pmarfleet

        BungleBonce wrote:

        I am creating a website which will consist of a dedicated page for each city and town in the country (so a few thousand potentially).

        Are you sure this is the best solution? Have you considered developing a simple content-management system, storing your page content in an external source e.g. database or XML files? You could then develop an ASP.NET website to display the data, dynamically fetching the content for a particular city/town as required.

        Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

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

        Thanks Paul. I could be wrong here, but by having some static pages on a website is more beneficial for Search Engine Optimisation. I still plan to have dynamically generated content on each page, but as far as keywords and title tags etc, these would be static HTML. I've read that search engine indexing does not like pages with lots of querystring parameters in the URL. The site I'm working on will only be a success if it can rank highly on search engine results, so I am conscious of making the site as Search Engine friendly as possible. Any thoughts? Thanks Adrian

        P 1 Reply Last reply
        0
        • B BungleBonce

          Thanks Paul. I could be wrong here, but by having some static pages on a website is more beneficial for Search Engine Optimisation. I still plan to have dynamically generated content on each page, but as far as keywords and title tags etc, these would be static HTML. I've read that search engine indexing does not like pages with lots of querystring parameters in the URL. The site I'm working on will only be a success if it can rank highly on search engine results, so I am conscious of making the site as Search Engine friendly as possible. Any thoughts? Thanks Adrian

          P Offline
          P Offline
          pmarfleet
          wrote on last edited by
          #4

          Search engine optimization isn't a subject I'm particularly familiar with. However a quick Google[^] search threw up some interesting articles. Url rewriting appears to be a recommended technique for optimizing dyamically generated web pages with search engines.

          Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

          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