tumblr hit counter

Specifying Keywords

Monday, October 14, 2013

We specify keywords which will be used by the search engine to search a web page. So using following tag you can specify important keywords related to your page.
<head>
<meta name="keywords" content="HTML, meta tags, metadata" />
</head>
Document Description:
This is again important information and many search engine use this information as well while searching a web page. So we should give an appropriate description of the page.
<head>
<meta name="description" content="Learn about Meta Tags." />
</head> 
Document Revision date:
This information tells about last time the document was updated.
<head>
<meta name="revised" content="HTML Tutorials, 14/10/2013" />
</head> 
Document Refreshing:
We can specify a duration after which your web page will keep refreshing. If we want our page keep refreshing after every 10 seconds then use the following syntax.
<head>
<meta http-equiv="refresh" content="10" />
</head>
Page Redirection:
We can specify a page redirection using Meta Tag. Following is an example of redirecting current page to another page. We can specify a duration after which page will be redirected.
<head>
<meta http-equiv="refresh" content="10; url=http://learnhtmlandcssonline.blogspot.com" />
</head>
If we don't provide a duration then page will be redirected immediately.


Page >> 1 2 3 4 5 6 7 8 9 10 11 12 13 14

No comments:

Post a Comment

 

Click Here to Start Learning

Get Update!

Join Us Now !
Enter your email address:

Note: Don't forget to click the confirmation link (in your email) to verify Your Entry!

LEARN WEB DESIGN