will asp.net framwork work with a SEO campaign

Discussion in 'Search Engine Optimization' started by liquidkrep, Aug 21, 2008.

  1. #1
    I have a client that wants me to do SEO for his site. I did not do the design and development of his current site { www.kooleffects.com } but it's developed in asp.net. The whole site is pretty much a gallery with zero content. Is it possible to go anywhere with the site?
     
    liquidkrep, Aug 21, 2008 IP
  2. SearchBliss

    SearchBliss Well-Known Member

    Messages:
    1,899
    Likes Received:
    70
    Best Answers:
    2
    Trophy Points:
    195
    Digital Goods:
    1
    #2
    SEO can be done using an ASP.net frame work, because content is written to the browser from the server, and is viewed by SE's as static content (unless query strings in the URLs are involved). So it is just a matter of optimizing the content and meta data.
     
    SearchBliss, Aug 21, 2008 IP
  3. catanich

    catanich Peon

    Messages:
    1,921
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It will depend on where the <head> section is used in the .Net template. Many programmers place the head section in the template and hard code it. This screws up the ability to SEO. The same problem comes with the <h1> tag and such.

    To SEO to "elements", you must have access to editing the HTML on a page by page basis so that there is no duplicate titles and descriptions.

    CMS and Shopping Carts are noted to block this type of editing (i.e. Search Engine UnFriendly) and most Dynamic Programmers do the same.

    You will have to define the SEO elements that you will need to change/edit and modify the template accordinaly.
     
    catanich, Aug 21, 2008 IP
  4. liquidkrep

    liquidkrep Guest

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well would there be anything that can be done if I don't have access to the header section.
     
    liquidkrep, Aug 21, 2008 IP