Meta Tag Generator
The purpose of meta tags is to describe the content of the web page. Meta tags are typically defined in HTML <head> section and help indexing services like Google and Bing to understand the contents of the page. Without meta tags, a search engine may not be able to classify your page into the correct category or display it at all.
Most of the time, you will see several different meta tags on a single page, but there are a few important ones that you should be aware of:
- Title - This tag is used to describe the main topic of the page. It is best to use keywords related to your site’s topic when setting this tag.
<meta name="title" content="The title of your page">
- Description - This tag is used to describe what the page is about in more detail so that people can understand why they should read it.
<meta name="description" content="What your page is about">
- Keywords - The keywords tag allows you to provide search engines with keywords that they can use as an indication of what your site is about.
<meta name="keywords" content="dog, pets, cat">
- Robots Meta Tag - The robots meta tag tells search engines what programs they should follow, such as spiders or other crawlers, when indexing your site.
<meta name="robots" content="noindex, nofollow">
This tool will help you generate Meta Tags easily. You can also analyze meta tags by using our Meta Tag Analyzer tool.