Create a Meta tags Generator Using C#
Author: DevASP
Download Source Code : 472_MetatagsGenerator.zip
Meta-tags are used frequently by most search engines. They identify your website content using your meta-tags. This simple tool will allow you to configure them easily!
Create a new ASP.Net application using C#, and drag five text boxes, a button and 7 label controls. Meta-tags are used by search engines so that they identify the website content. In order to generate a meta tags you have to get the following information:
- Website Title
- Website Description
- Website Keywords
- Website Author
Get this informtion using textbox control, set the IDof the textboxes as:
- txttittle: to get the information about Website Title
- txtdes: to get the information about Website Description
- txtkey: to get the information about Website Keywords
- txtauth: to get the information about Website Author name
Now write the following code on the button click event: