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?
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.
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.