<!-- a simple exemple -->
<title>my website title</title>
<meta name="description" content="page description"/>
<meta name="author" content="me"/>
<!-- and much more! -->
          

Star Fork

Just type the data and generate the meta tags for your website

General


0{{seo.title.length}}/57

0{{seo.description.length}}/160


The image must have at most 8 MB.





Facebook






Twitter


Schema - JSON-LD

General


To be cool use at most 57 characters.

To be cool use at most 160 characters.







Facebook






Twitter


{{x.name}}

<title>{{x.title}}</title>
<meta name="description" content="{{x.description}}"/>
<meta name="author" content="{{x.author}}"/>
<link rel="base" href="{{x.base}}"/>
<link rel="canonical" href="{{x.canonical}}"/>
<meta rel="sitemap" type="application/xml" content="{{x.sitemap}}"/>
<meta name="robots" content="{{x.robots}}"/>
<meta name="googlebot" content="{{x.robots}}"/>
<meta name="theme-color" content="{{x.color}}"/>
<meta name="msapplication-navbutton-color" content="{{x.color}}"/>
<meta name="apple-mobile-web-app-status-bar-style" content="{{x.color}}"/>
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="{{x.title}}"/>
<meta itemprop="description" content="{{x.description}}"/>
<meta itemprop="image" content="{{x.image}}"/>
<!-- markup for facebook -->
<meta property="og:type" content="{{x.type}}"/>
<meta property="og:title" content="{{x.title}}"/>
<meta property="og:url" content="{{x.canonical}}"/>
<meta property="og:site_name" content="{{x.name}}"/>
<meta property="og:image" content="{{x.image}}"/>
<meta property="og:description" content="{{x.description}}"/>
<meta property="og:locale" content="{{x.locale}}"/>
<meta property="fb:app_id" content="{{x.appid}}"/>
<meta property="fb:admins" content="{{x.fbadmins}}"/>
<!-- markup for twitter -->
<meta name="twitter:card" content="{{x.ttcard}}"/>
<meta name="twitter:title" content="{{x.title}}"/>
<meta name="twitter:description" content="{{x.description}}"/>
<meta name="twitter:creator" content="{{x.author}}"/>
<meta name="twitter:image" content="{{x.image}}"/>
<!-- JSON-LD - structured data markup Google Search -->
<script type="application/ld+json">
{{jsonFormated}}
</script>

              

SeoTopper was usefull for you? How about contribute?


Star Fork