Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to give meta keywords in asp.net masterpages... i have developed masterpage in that i have given meta keywords by masterpage i have developed many pages so how to give meta keywords for each page,

compare to html asp.net is better to give in search engines ?

please give me idea for full seo on asp.net pages?

i am developing simple site it contains 1000 pages which is better HTML OR ASP.NET because it is static.

how to get google ranks and seo in asp.net sites.

i am confused please give me solutions
Posted

1 solution

Hi,

1. Add meta tags to master page if they are common across all content pages.
2. You can create a content place holder in master page head section, which should be populated in content placeholder in child or content pages. There meta tags are specific to content page but still appear on master pages head section.
3. For Search Engine. You can either use asp.net aspx pages or HTML. Its doesn't matter. Why because in the end aspx pages render as HTML. If you are developing in Visual Studio then aspx is better. But for static pages html is fine.
4. To get full SEO on your asp.net pages. Use anchor or hyperlinks instead of buttons server side click events for any navigation.
5. Follow other Google recommendations for SEO optimization.
6. Register your website in Google Web Master
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900