Meta Tags for SEO Explained | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 137

Meta Tags for SEO Explained

This is not a question. This is a help for everyone who don't know what meta tags are and for what they are used. The meta tags are very important for professional webpages. The meta Tags are needed to show the webpage on a higher ranking on Google(and other search engines). The most important meta tags are: <title>The title of the page</title> <meta http-equiv="language" content="EN"> Language of the page <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>The charset <meta http-e

13th Jan 2017, 2:10 PM
Fronz-Tec
Fronz-Tec - avatar
54 Answers
+ 41
<meta name="robots" content="all"> The Robots meta tags allows the Bots from Google, etc to index your webpage.
3rd Nov 2016, 3:07 PM
Fronz-Tec
Fronz-Tec - avatar
+ 35
<meta name="description" content="Description of the Page here"/> The Description will be shown under the search result of the page on the search engine
3rd Nov 2016, 3:06 PM
Fronz-Tec
Fronz-Tec - avatar
+ 34
<meta name="geo.region" content="CH-SG"/> <meta name="geo.placename" content="St. Gallen"/> <meta name="geo.position" content="47.4320370"/> <meta name="ICBM" content="9.4127590"/> This 4 meta tags is for locating the company from the site. In this example it is the city St. Gallen. The search result of the page will show a map with the location of the company. So your costumers will find your company better.
3rd Nov 2016, 3:12 PM
Fronz-Tec
Fronz-Tec - avatar
+ 28
<meta name="copyright" content="Your Company or Name here"/> This copyright meta tag is important to show that the copyright of the page belongs to you/your company
3rd Nov 2016, 3:22 PM
Fronz-Tec
Fronz-Tec - avatar
+ 21
ad geo meta - it should have both latitude and longtitude values, separated by semicolon. <meta name=”geo.position” content=”latitude; longitude“>
3rd Nov 2016, 3:39 PM
Mojmír Volf
Mojmír Volf - avatar
+ 17
This Metatags is for sharing on facebook to display Data about the page: <meta property="og:title" content="Pagetitle"/> <meta property="og:image" content="Path of a image"/> <meta property="og:description" content="Description of the page" />
3rd Nov 2016, 3:45 PM
Fronz-Tec
Fronz-Tec - avatar
+ 17
The Rel-Author is a meta tag that can be implemented that specifies who the author of a piece of content is and uses Google+ to identify them. <link rel="author" href="https://plus.google.com/[YOUR PERSONAL G+ PROFILE]"/> (:
6th Nov 2016, 12:17 AM
Petersburg IK
Petersburg IK - avatar
+ 17
Do you happen to have all this information written in a web code? It will be easier to read and find 😳 thank you so much for this valuable info 👏😊
17th May 2017, 8:26 PM
Pao
Pao - avatar
+ 15
<link rel="canonical" href="https://yourwebsite.com" /> It useful for SEO to tell Yahoo!, Live & Google that the page in question should be treated as though it were a copy of the URL yourwebsite.com and that all of the link & content metrics the engines apply should technically flow back to that URL. Reference: https://moz.com/blog/canonical-url-tag-the-most-important-advancement-in-seo-practices-since-sitemaps
8th Nov 2016, 11:58 PM
Fariz Rizaldy
Fariz Rizaldy - avatar
+ 14
(Redirecting current page to another page after 5s ) <meta http-equiv = "refresh" content = "5" URL = "page URL"/>
8th Nov 2016, 8:58 AM
darey olad
darey olad - avatar
+ 14
If you use <!DOCTYPE html>, you only need to write: <meta charset=utf-8> In html5, no need to use quote but you need to use quote if: example <meta name=viewport content="width=device-width, initial-scale=1">
10th Nov 2016, 10:16 PM
Azman Bahari
+ 13
For the Search Engine Optimizing, Yes. For the display of the page for the visitor, No. The meta tags are just for better search engine results for the page. The meta tags helps the page to become a better ranking on the Search Engines.
3rd Nov 2016, 8:43 PM
Fronz-Tec
Fronz-Tec - avatar
+ 7
in head of course
5th Nov 2016, 5:01 AM
Umid Berdiev
Umid Berdiev - avatar
+ 7
<meta> tags always go inside the <head> element.
5th Nov 2016, 1:43 PM
Haresh Suralkar
Haresh Suralkar - avatar
+ 7
@serj b what do you mean?, do the meta have a negative impact on the quality of the content?
6th Nov 2016, 6:38 AM
Sidepocket
Sidepocket - avatar
+ 7
@Andile, you can be in top, but with a low quality of your product or service, google can move you to the botoom, users search a content every time, the solution of theyr problem
7th Nov 2016, 9:35 PM
Serghei Bejenari
Serghei Bejenari - avatar
+ 6
For webpage charset <meta charset="utf-8"> is the current (HTML5) standard.
3rd Nov 2016, 3:37 PM
Mojmír Volf
Mojmír Volf - avatar
+ 6
So, where do I put all of these,the head,the body or the footer?
5th Nov 2016, 4:50 AM
Sidepocket
Sidepocket - avatar
+ 6
excellent
5th Nov 2016, 8:07 AM
manish agrawal
manish agrawal - avatar
+ 6
will all the above meta tag be in the header section of the web page?
5th Nov 2016, 1:17 PM
Adefemi Jesse
Adefemi Jesse - avatar