Reversing the Text Bold Effect to Emphasize/De-Emphasize Words
April 23rd, 2007One of the most widely-used HTML tag is the BOLD tag and is denoted by either a or a tag. This is also one of the most important tag in search engine optimization where words or phrases inside these tags are treated to have more dominance over others that do not. Take this code as an example:
This text is more dominant than this one outside the bold tags.
In our example, the phrase “This text is more dominant” will be marked by search engines as one of the dominant keywords in the page while “than this one outside the bold tags” will be treated just as an ordinary phrase and will be have less dominance over the other phrases. This is very important as the amount of emphasis (or weight) given to a certain keyword or keyphrase will be the basis of search engines in deciding what particularly your page is all about and how to place you in the listing for that particular search keyword.
There are, however, some instances that you will need to set a non-keyword phrase’s formatting to bold or set a dominant keyword’s formatting to normal for design considerations without hurting your SEO strategy. Luckily, with the help of CSS, reversing the effect of bold tag is now possible. If my targeted keywords for a certain page are ‘SEO’, ‘CSS’ and ‘bold tag’, my page may look like the one below:
Hurting your SEO strategies. An example is the bold tag which plays a
Significant role on how search engines analyze your pages.
Normally, this page will display as follows:
SEO Tips: The CSS Bold Tag
With CSS you can manipulate how texts appear in your pages without
Hurting your SEO strategies. An example is the bold tag which plays a
Significant role on how search engines analyze your pages.
Read the rest of this entry »
