Meta Tag Generation

Discussion in 'C#' started by Weirfire, Jul 3, 2009.

  1. #1
    My project requires me to generate meta tags on all the different pages of my site. The site is precompiled using the master file inheritance.

    My ASP isn't the best so I was wondering how I might be able to add different meta tags to each page.

    I investigated this tutorial
    http://www.codeproject.com/KB/aspnet/PageTags.aspx

    but can't see how I can get it to work because of the precompilation issue.

    (Also, I don't know how to use Visual Studio)
     
    Weirfire, Jul 3, 2009 IP
  2. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Where woiuld the values for the meta tags be drawn from?
     
    camjohnson95, Jul 4, 2009 IP
  3. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    #3
    I managed to code a solution.

    The ideal solution would be from the individual pages which I managed to do. I would have been happy to be able to generate them solely on the master file for each page but I managed to find a better solution for the individual pages. :)
     
    Weirfire, Jul 16, 2009 IP