ASP.NET MVC: MetaTags; setting methodology, best practices

Posted by MVCDummy09 on Stack Overflow See other posts from Stack Overflow or by MVCDummy09
Published on 2010-04-23T00:58:53Z Indexed on 2010/04/23 1:03 UTC
Read the original article Hit count: 310

Filed under:
|
|

When I created a default MVC application in VS2K10, the master view (Site.Master) had a ContentPlaceHolder for the <title> tag.

Is there a better way to set metatags like title and description than using a ContentPlaceHolder in the master and setting that ContentPlaceHolder's value in each view?

How do you configure your views' metatags in a large-scale site with dozens and dozens of pages?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc