How Can I Get Indexed Better by Search Engines?

Technology CommunityCategory: HTML5How Can I Get Indexed Better by Search Engines?
VietMX Staff asked 3 years ago

It is possible to get indexed better by placing the following two statements in the <HEAD> part of your documents:

<META NAME="keywords" CONTENT="keyword keyword keyword keyword">
<META NAME="description" CONTENT="description of your site">

Both may contain up to 1022 characters. If a keyword is used more than 7 times, the keywords tag will be ignored altogether. Also, you cannot put markup (other than entities) in the description or keywords list.