![]() ![]() | ||
Web search engines look for words to list your Web page under using keywords stored in a <meta> element. You can add those keywords using the keywords property of the page in VB .NET. For example, if I want to use the keyword "VB" for a Web form, I can do that by setting the keywords property of the form to VB, which adds this <meta> element to the form:
<meta name=keywords content="VB">
If a search engine adds your page to its store, it will match if a user searches for "VB".
![]() ![]() | ||