Is there a way to get indexed better by the search engines?
Answer Posted / guest
Yes. Put these 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 can't put markup (other than entities)
in the description or keywords list. Infoseek and Alta Vista
are using this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why to use
tags in html?
How do I change the title of a framed document?
Is html still used for websites?
Why is label used in html?
What is quirks mode in html5?
What is the difference between linking to an image, a website, and an email address?
What is dhtml? What are the features of dhtml?
List out image related elements in html5?
When should I use html5?
What are the new types for form validation in html5?
How to redirect using HTML?
What is a benefit of using the label element?
Create a web page that will have separate links to show map of India and World. When user will open a map of India, create links to display the information of each state i.e. highlighted in the map in a separate window/document. (The information should be brief i.e. not more than 3-4 sentences.) When user will open a world map, show the list of countries on clicking the image in a new window.
how do I make a picture a link?
What is text tag in html?