Why “Meta Keywords” is important for google parsable.

Meta Keywords

The tag provides meta data about the HTML document. Meta data will not be displayed on the page, but will be google parsable.

metakeywords

Example 1 – Define keywords for search engines:

<meta name=”keywords” content=”HTML, CSS, XML, XHTML, JavaScript”>

Example 2 – Define a description of your web page:

<meta name=”description” content=”Free Web tutorials on HTML and CSS”>

Example 3 – Define the author of a page:

<meta name=”author” content=”Harish Rawal”>

Example 4 – Refresh document every 30 seconds:

<meta http-equiv=”refresh” content=”30″>

Sending
User Review
0 (0 votes)
Tags:

Leave a Reply