|
Meta
Tags are used to provide information about the
content of your pages. This information is not
shown in the website itself, but it's used for
search engines to crawl more information about
your website such as description and keywords.
Meta tags can be used also define the refresh rate
of the page.
Meta
Tags are placed in <HEAD>.
●
Defining Keywords:
<meta
name="keywords" content="HTML, HTML resource, HTML
guide, web development" />
Keywords
most be related to your website’s topic and
content.
Each
keyword will be separated from the other by a
comma.
●
Defining Description:
<meta
name="description" content="Best Resource for
HTML beginners" />
●
Defining Refresh Rate:
<meta
http-equiv="refresh" content="12" />
Refresh
the page every 12 seconds.
Meta
tags are very important for your website to be
recognized and crawled by search engines, and most
be defined correctly to express the content of
your website.
|