JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Setting Search Engine Keywords

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

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor