Switch to full style
HTML code examples
Post a reply

keywords and description of HTML page using meta tag

Sun Feb 19, 2012 1:09 am

In this example we show how to add keywords meta and description meta to your web page , take in mind that is will increase your site search engine visibility. Google doesn't care much about keywords meta but it cares about the description meta.
Code:
<html>
<
head>
<
title>
  
Using meta tag for keywords and description
</title>
<
meta name="description"
content="zoo Definition">

<
meta name="keywords"
content="zoo, animals, tiger, elephant">

</
head>

<
body>
<
p>
 
Zoo is the place where we keep the animals and we take care of them.
</
p>
</
body>
</
html>
 




Post a reply
  Related Posts  to : keywords and description of HTML page using meta tag
 How meta tags can be written in HTML     -  
 add pagination to html page using JQuery     -  
 draw a horizontal line in your html page     -  
 SEO Keywords Suggestion     -  
 java language keywords     -  
 help in meta tags     -  
 redirect webpage using meta tag     -  
 Author information using meta tag     -  
 Re: V-LAN DESCRIPTION     -  
 usage of the meta tag for content encoding     -  

Topic Tags

HTML Meta