2011/03/26

Add meta tag to blog

Meta tags are Simple HTML codes that can describe various factors of your site to the search engine spiders, meta tags allows search engines to index your web pages more accurately. The meta tags have no impact on the display of your webpage in a web browser; it is only affecting its display on search engines
  1. description meta tag which describes your site
  2. Keywords meta tag which tells about your site keywords
  3. Author meta tad which
<Meta Name="description" content="A description of blog">
<Meta Name="keywords" content=" keyword1, keyword2, keyword3 ">
<Meta Name=author content="your Name">

meta's name attribute provides a property name.
meta’s content attribute gives the corresponding value. The content attribute value may contain text and entities, but it may not contain HTML tags.

0 comments:

Post a Comment