What is Meta Tags..?
<meta> Tag is a HTML Tag Which Describe the metadata Within your Web
Page or document Such as Description , Author , Keywords , Charset. These
Meta Tags Values We use inside the name Attribute of the Meta Tag . it is
The most important tag for the search engine , so within your HTML
Document you carefully use it .
Attribute Value
Description : Define the Description of your HTML document or Web page
Ex : <meta name="description" content="Technical blog">
Keywords : Defines the Keywords of your HTML document For
Search Engine
Ex : <meta name="keywords" content="meta Tag">
Author : Author of your Web Page
Ex : <meta name="author" content="Deepak Gupta">
Charset : Specifies Character Encoding for your Web page
Ex : <meta charset="UTF-8">
Here , Simple HTML Code To Add meta Tags in your Web Page .
Ex :
<html>
<head>
<title> i-World-Tech </title>
<meta name="description" content="Technical blog">
<meta name="keywords" content="meta Tag">
<meta name="author" content="Deepak Gupta">
<meta charset="UTF-8">
</head>
<body>
<h1> i-World-Tech </h1>
Enter Other Code HERE....
</body>
</html>
Add Meta Tag To Blogger
If you are a Web Programmer , Than you Can easily Add a Meta Tag in your
Web page According to the Above Method But if you dont know any Web
Programming Language Than You Follow The below Steps To Add Meta
Tag on your Webpage..
Step-1. Sign in into your blogger Account and Go To The Settings Option.
Step-2. Inside the Settings Option , You Select Search preferences
Sub-option
Step-3. Here , you find a meta tags options , Click on Edit link to Add
Meta Tag in your Web Page .
Step-4.
Enable Search description : Select Yes
Description : in Text Area , you Enter description According your Web Page
Save changes and Hence , your Specified meta tag Will be Added to Your
Web site or blog . Now , Search Engines Easily identify your Web site or blog.
Thank You To All My Reader
Deepak Gupta
www.i-world-tech.blogspot.in
Related Post
1. SEO Tutorial : Beginner
2. How to Optimize images for Better Search Engine Ranking
3. What are noFollow and doFollow Links ?
4. World Wide Web Consortium (W3C)
5. How to Add a Custom Favicon to blogger
6. Some basic Windows Keyboard Shortcuts
7. Bluetooth : Advance Bluetooth Technology
8. What is Alexa Rank and How We improve it
9. How to Magnify the desktop screen in Windows
10. How to Choose your Default Program in Windows 7
Comments
Post a Comment