Meta Tags Analyzer Tool
Analyze the meta tags on any website for free.
Instructions
This meta tags analyzer tool will return all the tags on a webpage. Using it is easy.
1) Enter the url of the page you want us to analyze the meta tags for.
2) Click "Analyze".
3) You'll get the results in just a few seconds. It's that easy.
What tags will you return?
A better question would be what tags won't we return! Here are some of the basics, but if we find more, we'll return more.
Meta title tag
The meta title tag is an HTML tag that specifies the title of a web page. It's used to provide a brief and concise summary of the page's content, and is displayed in the search results of search engines like Google. The meta title tag is placed in the head section of the HTML code for a web page, and looks like this:
<head>
<title>Page Title</title>
</head>
The text within the title tags is typically displayed in the browser tab or window title, and is also used by search engines as the title of the search result. The title should be relevant to the content of the page and should accurately describe the main topic or purpose of the page. It should also be unique, as having multiple pages with the same title can cause confusion for search engines and users alike.
Meta description tag:
The meta description tag is an HTML tag that provides a brief summary of a web page's content. It's displayed in the search results of search engines like Google, beneath the page's title and URL. The meta description tag is placed in the head section of the HTML code for a web page, and looks like this:
<head>
<meta name="description" content="This is a description of the web page.">
</head>
The text within the content attribute of the meta description tag is used to provide a brief and concise summary of the page's content. It should be written in a way that accurately reflects the main topic or purpose of the page, and should be written for both humans and search engines.
The meta description tag is not a ranking factor for search engines, but it can influence the way that a page is perceived by users. A well-written and relevant meta description can encourage users to click through to the page from the search results, which can help to improve the page's overall visibility and traffic. It is important to note that the meta description tag is separate from the main content of the page, and should not be used as a substitute for high-quality and relevant content.
Meta keywords:
Well, my dear non-hippo, the meta keyword tag is an HTML tag that is used to provide a list of keywords that are relevant to the content of a web page. It is placed in the head section of the HTML code for a web page, and looks like this:
<head>
<meta name="keywords" content="keyword1, keyword2, keyword3">
</head>
These keywords are meant to help search engines understand the main topics and themes of the page, and to determine how relevant the page is to certain search queries.
However, it's important to note that the meta keyword tag is not as important as it used to be, as many search engines no longer give it much weight in their ranking algorithms. In fact, some search engines may even penalize websites that stuff their meta keyword tags with too many irrelevant keywords, as it can be seen as a form of spamming.
So, while the meta keyword tag can still be useful in some cases, it's generally a good idea to focus on creating high-quality and relevant content, and to use other SEO techniques like optimizing the page's title and meta description, and building high-quality backlinks.
Meta viewports:
Silly human, everybody knows this one! The meta viewport tag is an HTML tag that is used to control the way that a web page is displayed on different devices. It is placed in the head section of the HTML code for a web page, and looks like this:
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
The viewport tag is used to specify the width of the web page, as well as the initial zoom level when the page is first loaded. This is especially important when the page is being viewed on a small screen, like a smartphone, as it helps to ensure that the page is displayed correctly and is easy to read.
By setting the width of the viewport to "device-width," the web page will be displayed at the full width of the device, making it easier to read on small screens. The "initial-scale" attribute is used to specify the initial zoom level of the page, which can be set to a value between 1 and 10.
Using the viewport tag can help to improve the user experience for visitors who are viewing your website on a variety of devices, and can also help to ensure that your website is displayed correctly on different devices. So, if you're a website owner, be sure to include the viewport tag in the head section of your HTML code to help improve the way that your website is displayed on different devices.
Meta robots:
The meta robots tag is an HTML tag that is used to tell search engines how to crawl and index a web page. It is placed in the head section of the HTML code for a web page, and looks like this:
<head>
<meta name="robots" content="index, follow">
</head>
The meta robots tag is used to instruct search engines whether or not to include a particular page in their search results, and if so, how to follow the links on that page. The "index" attribute tells search engines whether or not to include the page in their search results, while the "follow" attribute tells search engines whether or not to follow the links on the page.
By setting the "index" attribute to "no," you can prevent search engines from indexing a particular page, which can be useful if you want to keep certain pages of your website private or if you want to prevent duplicate content from appearing in the search results. Similarly, by setting the "follow" attribute to "no," you can prevent search engines from following the links on a particular page, which can be useful if you want to prevent search engines from crawling certain pages of your website.
It's important to note that the meta robots tag is just one of many factors that search engines consider when ranking and indexing web pages, and it is not a guarantee that a particular page will be included or excluded from the search results. However, it can be a useful tool for website owners who want to have more control over how their website is crawled and indexed by search engines.
Meta author:
The meta author tag is an HTML tag that is used to specify the author of a web page or document. It is placed in the head section of the HTML code for a web page, and looks like this:
<head>
<meta name="author" content="John Doe">
</head>
The meta author tag is used to provide the name of the person or organization who created the content on the page. This information is typically displayed in the search results of search engines like Google, and can be useful for users who want to know more about the source of the content.
In addition to displaying the author's name, the meta author tag can also be used to provide a link to the author's website or online profile. This can be helpful for users who want to learn more about the author, and can also help to establish the author's credibility and expertise on a particular topic.
It's important to note that the meta author tag is not a ranking factor for search engines, and it will not directly influence the visibility or ranking of a web page in the search results. However, it can be a useful tool for website owners who want to provide more information about the authors of their content, and for users who want to learn more about the sources of the content they are reading.