TUTORIAL HTML : meta
Sample of the pdf document :
1-Meta tags and
meta data :
Meta tags are used to supply
information for search engines that will not be seen by the web surfer. These
invisible units provide a flag for search engines to investigate and will then
present that data to any potential users that stumble across your site through
a search engine.
In the past, meta tags were the
primary means for your site to be recognized by web spiders, but webmasters
abused meta tags to improve their rankings in search engines. As a result,
search engines have since modified their approach to keep results accurate.
They now rely less on meta tags. Nevertheless, you should still include meta
for those search bots that still do recognize them.
2-Meta tag
description:
Search engines are the compasses of
the web and help users navigate from site to site. Chances are, if you've used
a search engine, you've probably seen the description meta tag in action.
Meta elements must be placed inside
of the <head> element in order for them to be recognizable by web crawlers
and bots. The <meta> tag generally requires the name and content
attributes to be working together to present your web page in a good light.
HTML Code:
<head>
<meta name="description"
content="free tutorial contains webmaster tutorials." />
</head>
Click here for free Download / PDF

0 commentaires: