Meta Tags & SERP Preview

Meta Tags & SERP Preview

Write title and description; preview in Google and copy ready meta code.

31 / 60
103 / 160

Google preview

example.com

example.com/page

Example Page Title — Your Brand

The short description shown in search results. 150–160 characters is ideal and should encourage clicks.

Ready meta tags

<title>Example Page Title — Your Brand</title>
<meta name="description" content="The short description shown in search results. 150–160 characters is ideal and should encourage clicks." />
<link rel="canonical" href="https://example.com/page" />

<!-- Open Graph -->
<meta property="og:title" content="Example Page Title — Your Brand" />
<meta property="og:description" content="The short description shown in search results. 150–160 characters is ideal and should encourage clicks." />
<meta property="og:url" content="https://example.com/page" />
<meta property="og:type" content="website" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Example Page Title — Your Brand" />
<meta name="twitter:description" content="The short description shown in search results. 150–160 characters is ideal and should encourage clicks." />