Search metadata
The page title and meta description help search engines understand the subject of a page. They may also be used when the page appears in search results, although search engines can generate their own titles and snippets.
Complete HTML head generator
Generate SEO, Open Graph, Twitter Card, canonical, robots, browser appearance and JSON-LD markup in one place.
Complete your HTML head
Generate a modern favicon pack with ICO, SVG, Apple Touch Icon, PWA icons, a maskable icon and a ready-to-use web app manifest.
Open Favicon GeneratorStructured data
JSON-LD stands for JavaScript Object Notation for Linked Data. It is a machine-readable format used to describe the meaning and structure of a page.
While ordinary meta tags describe how a page may appear in search or social previews, JSON-LD can identify the entity represented by the page. That entity may be an article, organization, person, product, software application, website or another supported Schema.org type.
Search engines can use valid structured data to better understand page content and, where their requirements are met, make the page eligible for enhanced search features. Structured data does not guarantee a rich result or a higher search ranking.
SoftwareApplication
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "MetaTag",
"description": "A browser-based metadata generator.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any"
}
</script>