What are HTML Keywords
Keywords in HTML are words that you are targeting on a web page. They are typically short phrases that represent what the page is about. They are also, hopefully, the words that someone might type into a search engine and find your page. In general, HTML keywords are found whether you intend them to be there or not. Keywords are just text like any other text, and when a search engine views your page, they look at the text and attempt to make a decision regarding what the page is about based on the text it sees.
Meta Data in HTML
But the most common use of the term “keywords” in HTML is as meta data. This is typically thought of as the meta keywords tag, and is written in HTML like this: <meta name="keywords" content="keywords,html keywords,meta keywords,keyword data" />
A More Important HTML Meta Tag Than Keywords: Description
If you are going to include meta data on your web pages, you should ignore the keywords tag, and instead use the meta description tag. This is meta data that nearly every search engine uses to describe your web page in their index. And that extra information could mean the difference from a customer clicking on your site for information or someone else's.
HTML Keywords and Search Engines
Instead of using the keywords meta tag, you should think about keywords in the actual content of your web page. These are the terms that the search engines will use to evaluate what the page is about, and thus where it should appear in their search results. This allows you to first write content that is useful, and then focus on search engine optimization to optimize that content for the keywords you are focusing on for that page.
How to Choose HTML Keywords
When you are choosing the keyword phrase for a web page, you should first focus on just one phrase per web page. It is not a good idea to try to optimize one web page for many different things, as this will confuse not only the search engines, but more importantly your readers. One strategy that may seem counter-intuitive, but works well for many sites is to choose “long-tail” keywords. These are the keywords that don't get huge amounts of search traffic. Because they aren't as popular with searchers, they aren't as competitive and it's possible to rank higher in search for them. This gets your site noticed and gets you more credibility. And as your site gains credibility it will start ranking higher for more popular terms.
Comments