What are Meta Tags and why we use Meta Tags?

http://www.undocopy.com/2016/07/what-are-meta-tags-and-why-we-use-meta.html

Meta tags are textual snippets used to define the website contents.


Meta tags are used to provide the deep information about the website's content to search engines. Like any other tag, that tags do not appear on the page where used. Meta tags are added to the <head> section of HTML web page. 

There are many meta tags with different attributes used to define many different aspects. Such as content's description, keywords, author's info is defined by using the meta tags. We can say that meta tags define "data about the data" that a website or web page holds. Use of meta tags is a quite good practice to fulfill a very basic SEO phase.

In that article, we will discuss the Top 10 meta tags that must be used on any blogger/website to fulfill a basic SEO phase perfectly.

How to use Meta Tags in blogger/website?


Here is an example of meta tags:
<meta name="description" content="..."></meta>

<meta name="keywords" content="..."></meta>
<meta name="author" content="..."></meta>

In any website, meta tags can be used under <head></head> tags in HTML mode. Meta tags can be used on every single HTML page manually.
In blogger, we can set the Meta tags similarly as mentioned above.


Here are some Meta tags with Top 10 different attributes that are must be used and necessaryfor SEO aspect in real.

No.1 "Description" Meta Tag

What does it mean by Description?


The description is the short textual snippet that defines our website or a web page when it appears in search engine's search result.
In blogger, there is the default option to set the description for every single post. So go for it instead of using that tag.
The Description meta tag is below here:

<meta name="description" content="..."></meta>
  • name="": Declares the attribute/property of meta tag.
  • content="": Declares the material that exists under that attribute.

Replace your descriptive textual material with the three dots under quotation sign.
Note: Quotation signs are necessary.

How Description snippet appears on Google search result?


The material under red border is defined using meta tag of description attribute.

No.2 "Keywords" Meta Tag


The Keyword meta tag is below here:
<meta name="keyword" content="..."></meta>

Meta tag with keywords attribute is used to declare the keywords of your content. You are able to declare more than one keyword using a comma sign (,) after each, under quotation marks.

No.3 "Author" Meta Tag


Author meta is below here:
<meta name="author" content="author's name"></meta>

Claim your website's or contents' authorship by using that meta tag attribution. If you have any web author for your website, you can declare that by replacing "author" with "web_author".

No.4 "Title" Tag


That does not actually look like meta tag but it works the same. It has the great impact on SEO factor. Crawlers read the title first. If you declare the title of your content properly, it will be a quite beneficial practice.

Title tag is below here:

<title>Most relevant phrase</title>

In blogger, there is the built-in option to set the Title for every post individually.

No.5 "Robots" Meta tag

Note: Don't ever use that tag without complete understanding.

Meta tag with robots attribution is used to tell the crawlers/spiders whether you want to let them index your web page or not.

The ideal meta tag with robots attribute is here below:


<meta name="robots" content="index, follow"></meta>

"index" declaration indicates that you want to let the crawlers see your web page and "follow"declaration indicates that you want to let the crawlers index your whole web page and all the other web pages linked there.

If you don't want to permit the crawlers to index your any specific web page, use "noindex, nofollow" instead. (It will not appear in search)

In blogger, there is the default option to set the option for crawlers. Go to your blogger "Dashboard", click on "Search preferences" scroll down and choose the options under "Crawlers and Indexing" tag.

There is a meta tag specifically for Google crawlers.

<meta name="googlebot" content"... , ..."></meta>

No.6 "Copyright" Meta Tag


Copywrite meta tag is below here:
<meta name="copyright" content="owner's name"></meta>

Claim your ownership using that tag. It does not impact the SEO factor practically

No.7 "Language Meta Tag


Language meta is below here:
<meta name="language" content="english"></meta>

It is quite important to declare the natural language of the website or web page in which that isindexed every time. 

No.8 "Viewport" Meta Tag

What does it mean by "Viewport"?


Initially, the websites were designed for the Computer or bigger displays only. With the passage of time, the users started to browse the websites on tabs and cell phones. Still the websites were struck to their cultural layout with fix height and width. It was quite tough to browse the website with that sticky layout on tabs and cell phones. So that meta tag was introduced to give a portable layout to any website on tabs' or cell phones' displays.

Viewport meta tag is here below:

<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"></meta>

No.9 "Content-Type" Meta Tag


Meta tag with that attribution is used to declare the character encoding of document.
Content-Type meta tag is here below:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta>

No.10 "Generator" Meta Tag


The meta tag with generator attribute is used to specify the web builder. Declare the actual builder using which you develop a website i-e blogger developers will use the tag as defined below:
<meta name="generator" content="blogger"></meta>

"Refresh" Meta Tag (Optional)


The meta tag with that attribution is used to refresh the content after the specific time. Use it carefully because using refresh meta tag, the user losses the control on your content such as he can't stop to refresh the content.
Refresh meta tag is here below:

<meta name="refresh" content="300"></meta>

Conclusion


Use of all the meta tags defined above is a good practice. Most of the tags directly impact the SEO factor such as keywords, description, language and title.If you have any question or need any guidance, kindly contact us via support@tentoppest.com or message us directly


Meta tags are textual snippets used to define the website contents.


Meta tags are used to provide the deep information about the website's content to search engines. Like any other tag, that tags do not appear on the page where used. Meta tags are added to the <head> section of HTML web page. 

There are many meta tags with different attributes used to define many different aspects. Such as content's description, keywords, author's info is defined by using the meta tags. We can say that meta tags define "data about the data" that a website or web page holds. Use of meta tags is a quite good practice to fulfill a very basic SEO phase.

In that article, we will discuss the Top 10 meta tags that must be used on any blogger/website to fulfill a basic SEO phase perfectly.

How to use Meta Tags in blogger/website?


Here is an example of meta tags:
<meta name="description" content="..."></meta>

<meta name="keywords" content="..."></meta>
<meta name="author" content="..."></meta>

In any website, meta tags can be used under <head></head> tags in HTML mode. Meta tags can be used on every single HTML page manually.
In blogger, we can set the Meta tags similarly as mentioned above.


Here are some Meta tags with Top 10 different attributes that are must be used and necessaryfor SEO aspect in real.

No.1 "Description" Meta Tag

What does it mean by Description?


The description is the short textual snippet that defines our website or a web page when it appears in search engine's search result.
In blogger, there is the default option to set the description for every single post. So go for it instead of using that tag.
The Description meta tag is below here:

<meta name="description" content="..."></meta>
  • name="": Declares the attribute/property of meta tag.
  • content="": Declares the material that exists under that attribute.

Replace your descriptive textual material with the three dots under quotation sign.
Note: Quotation signs are necessary.

How Description snippet appears on Google search result?


The material under red border is defined using meta tag of description attribute.

No.2 "Keywords" Meta Tag


The Keyword meta tag is below here:
<meta name="keyword" content="..."></meta>

Meta tag with keywords attribute is used to declare the keywords of your content. You are able to declare more than one keyword using a comma sign (,) after each, under quotation marks.

No.3 "Author" Meta Tag


Author meta is below here:
<meta name="author" content="author's name"></meta>

Claim your website's or contents' authorship by using that meta tag attribution. If you have any web author for your website, you can declare that by replacing "author" with "web_author".

No.4 "Title" Tag


That does not actually look like meta tag but it works the same. It has the great impact on SEO factor. Crawlers read the title first. If you declare the title of your content properly, it will be a quite beneficial practice.

Title tag is below here:

<title>Most relevant phrase</title>

In blogger, there is the built-in option to set the Title for every post individually.

No.5 "Robots" Meta tag

Note: Don't ever use that tag without complete understanding.

Meta tag with robots attribution is used to tell the crawlers/spiders whether you want to let them index your web page or not.

The ideal meta tag with robots attribute is here below:


<meta name="robots" content="index, follow"></meta>

"index" declaration indicates that you want to let the crawlers see your web page and "follow"declaration indicates that you want to let the crawlers index your whole web page and all the other web pages linked there.

If you don't want to permit the crawlers to index your any specific web page, use "noindex, nofollow" instead. (It will not appear in search)

In blogger, there is the default option to set the option for crawlers. Go to your blogger "Dashboard", click on "Search preferences" scroll down and choose the options under "Crawlers and Indexing" tag.

There is a meta tag specifically for Google crawlers.

<meta name="googlebot" content"... , ..."></meta>

No.6 "Copyright" Meta Tag


Copywrite meta tag is below here:
<meta name="copyright" content="owner's name"></meta>

Claim your ownership using that tag. It does not impact the SEO factor practically

No.7 "Language Meta Tag


Language meta is below here:
<meta name="language" content="english"></meta>

It is quite important to declare the natural language of the website or web page in which that isindexed every time. 

No.8 "Viewport" Meta Tag

What does it mean by "Viewport"?


Initially, the websites were designed for the Computer or bigger displays only. With the passage of time, the users started to browse the websites on tabs and cell phones. Still the websites were struck to their cultural layout with fix height and width. It was quite tough to browse the website with that sticky layout on tabs and cell phones. So that meta tag was introduced to give a portable layout to any website on tabs' or cell phones' displays.

Viewport meta tag is here below:

<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"></meta>

No.9 "Content-Type" Meta Tag


Meta tag with that attribution is used to declare the character encoding of document.
Content-Type meta tag is here below:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta>

No.10 "Generator" Meta Tag


The meta tag with generator attribute is used to specify the web builder. Declare the actual builder using which you develop a website i-e blogger developers will use the tag as defined below:
<meta name="generator" content="blogger"></meta>

"Refresh" Meta Tag (Optional)


The meta tag with that attribution is used to refresh the content after the specific time. Use it carefully because using refresh meta tag, the user losses the control on your content such as he can't stop to refresh the content.
Refresh meta tag is here below:

<meta name="refresh" content="300"></meta>

Conclusion


Use of all the meta tags defined above is a good practice. Most of the tags directly impact the SEO factor such as keywords, description, language and title.If you have any question or need any guidance, kindly contact us via support@tentoppest.com or message us directly

; font-style: Lucida Sans Unicode; font-variant: Lucida Sans Unicode; font-weight: Lucida Sans Unicode; line-height: Lucida Sans Unicode; margin: 0px; padding: 0px; text-align: left; vertical-align: baseline;" trbidi="on"> Original Post from :http://www.tentoppest.com/2016/04/top-meta-tags-must-be-used-in-blogger-and-website.html

COMMENTS

Name

(Green Living),7,2019 web development trends,1,4Sleep,1,7 day programmable thermostat,1,adjustable beds,1,adobe pdf translator,1,adobe pdf translator online,1,amerisleep as3,1,Android,1,Android and Apple Online Data Safety,1,Apple,1,aviya,1,azza mattress,1,Backlink,1,Bamboo Vs Cotton Bed Sheets,1,Bamboo vs. Cotton,1,be green,2,bedroom,1,beds for sale,1,Best Advice for Choosing The Best Sleep,1,BEST CENTRIFUGAL JUICER REVIEW INDIA,1,Best Day To Book Flights,1,Best juicer,1,best juicer 2019,4,best juicer 2020,4,BEST JUICERS BUYING GUIDE,1,BEST MASTICATING JUICER 2019,1,BEST MASTICATING JUICER 2020,1,BEST MASTICATING JUICERS IN 2020 INDIA,1,best mattress,7,best mattress for sleep apnea,1,best mattresses for back pain,1,best memory foam mattress,2,best pdf translator,1,Best Sleep Mattress For Back Pain,1,Best Time-Frame to Book Flights Tickets,1,best type of mattress for side sleepers,3,best websites 2019,1,Blogging,164,building green,2,buy sleep,2,casper mattress,1,CENTRIFUGAL JUICER,1,CENTRIFUGAL JUICER 2020,1,ChatGpt,5,cheap mattress,1,Choose a Best Sleep Mattress for Your Preferred Sleep Position,1,CHOOSE A MASTICATING JUICER,1,choose a mattress for back pain,1,choose mattress india,1,choose mattress usa,1,Computer,29,Computer Hardware Tips,2,Data Recovery,1,Design,41,digital thermostat,1,Dot Matrix Printers,1,double bed spring mattress price,2,dozebeds,1,Dye-Sublimation Printers,1,e-learning,4,eco friendly,1,eco friendly cooking,1,eco friendly electric stove,1,eco friendly kitchen appliances,1,eco friendly living room,1,eco friendly living tips,1,eco friendly paper,1,Eco Friendly Products That Really Make a Difference,1,eco friendly things in our house,1,Eco-Friendly,1,Eco-Friendly Tips for Saving Money,1,Education,120,File Recovery Software,1,Global Positioning system,1,global wifi rental,1,go green,2,go green images,1,good night's sleep meaning,1,GPRS Tracking,1,GPS technology,1,GPS Tracking,1,Green Kitchen,1,Green Living,8,green living show,1,green news,1,hand juicer,1,health,9,HEALTHY LIFE,35,Helix,1,home remedies for good sleep,2,honeywell thermostat,1,how to be a web designer from home,1,how to become a professional web designer,1,how to become a web designer from home,1,how to become web designer career,1,how to choose a mattress for back pain,1,how to choose a web designer,1,how to choose sleep mattress,1,how to get a good night sleep,2,how to make your home environmentally friendly,1,how to sleep better at night naturally,1,Ideas,190,inexpensive mattresses for sale,5,Inkjet Printers,1,Inkjet Technology,1,Internet,41,Internet Tips,162,Juice & Your Health,3,juice maker,1,juicer machine,1,Juicing versus Raw fruits and veggies,1,king mattress,1,king size mattress size,5,Know the History Facts About the Memory Foam Mattress,1,Laser Printers,2,leed certification canada,1,leed certification checklist,1,leed certification cost,1,leed certification exam,1,leed certification wiki,1,leed platinum buildings,1,life,41,loom & leaf,1,Make Money online,44,make your home green,1,MASTICATING JUICERS IN INDIA,1,mattress,1,mattress america reviews,1,mattress buying guide,1,mattress dealers,2,mattress for kids,1,mattress mattress,2,mattress selector tool,3,mattress size,3,mattress sizes,4,memory foam density guide,1,memory foam mattress,3,memory foam mattress buying guide,1,memory foam mattress information,1,memory foam mattress reviews,1,minimalist web design 2019,1,mobile malwares,1,Mobiles,70,Mother's Day 2018,1,Mother's Day Best Unique Gift Ideas 2018,1,Multi-Function Inkjet Printers,1,NASA Memory Foam Technology,1,naturally,1,navigation technology,1,nectar mattress reviews,3,needle mattress,1,new,75,new website trends 2019,1,nomad mattress,1,OMEGA JUICER,1,online pdf translator,1,Online Safety,1,orange juice,1,other,36,PDF Translator Online,1,pdf translator software,1,pocket wifi,1,Portable Inkjet Printers,1,portable wifi rental,1,POS (Point of Sale) Receipt Printer,1,Printer,1,Printers,1,programmable thermostat home depot,1,Project:LOVE NATURE,2,queen mattress,1,ransomware,1,revive mattress,1,revive mattress r2,1,RIGHT AND BEST JUICER,1,saatva,1,satellite system,1,Satnam Shri Waheguru Ji,22,SEO,38,Short Term Internet Hotspot Rental,1,should i buy a memory foam mattress,1,single mattress deals,4,skyroam,1,sleep at night fast,1,sleep mattress,4,sleep mattress near me,1,sleep mattress reviews,1,sleep mattress usa,1,Sleep Mattresses,7,sleep number bed,1,SLOW JUICER,1,slow juicer masticating juicer,1,small juicer,1,smart thermostat,1,Smartphone Security,1,smartphones,1,Software,84,Solid Ink Printers,1,Spring Mattress,1,spring mattress king size,1,spring mattress pocket spring mattress india,1,spring mattress price,1,Supermarket vs Homemade Fresh Juices,3,sustainable living communities,1,Tattoo Removal,1,tep wireless,1,The Basics of Cryptocurrency,1,the matress,1,thermostat,1,thermostats,1,tips on how to sleep through the night,2,top web design trends 2019,1,translate large pdf,1,travel wifi,1,twin mattress,1,updates,152,us mattress,8,viola,1,viruses,1,Wahegur Ji,1,ways to go green,1,web design trends 2019,1,website trends for 2019,1,what is a green apartment,1,What’s New Online,67,WhatsApp,1,which mattress is good spring or coir or foam,1,Why Choose to Go Eco-Friendly? (Green Living),1,wifi hotspot for international travel,1,winkbeds,1,zenhaven,1,
ltr
item
||ੴ||ਇੱਕ ਓਅੰਕਾਰ Satnam Shri Waheguru Ji A Web Blog about Product Review, Blogging Tips, Tech Reviews: What are Meta Tags and why we use Meta Tags?
What are Meta Tags and why we use Meta Tags?
http://www.undocopy.com/2016/07/what-are-meta-tags-and-why-we-use-meta.html
https://2.bp.blogspot.com/-6OqTmd5iM2o/V4xuOG_FssI/AAAAAAAACCI/81NzSYxh_icDnEfgUrSmwStO2l5MgEOOQCLcB/s400/Meta-Tags.jpg
https://2.bp.blogspot.com/-6OqTmd5iM2o/V4xuOG_FssI/AAAAAAAACCI/81NzSYxh_icDnEfgUrSmwStO2l5MgEOOQCLcB/s72-c/Meta-Tags.jpg
||ੴ||ਇੱਕ ਓਅੰਕਾਰ Satnam Shri Waheguru Ji A Web Blog about Product Review, Blogging Tips, Tech Reviews
https://www.undocopy.com/2016/07/what-are-meta-tags-and-why-we-use-meta.html
https://www.undocopy.com/
https://www.undocopy.com/
https://www.undocopy.com/2016/07/what-are-meta-tags-and-why-we-use-meta.html
true
4597144398420216702
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy