Search engines such as Google use metadata from meta tags to understand additional information about the webpage. They can use this information for ranking purposes, to display snippets in search results, and sometimes they can ignore meta tags.
This is the page title, description and links that Google and most other search engines show in search results for Notion.so
Meta tags are snippets of code that tell search engines important information about your web page, such as how they should display it in search results. They also tell web browsers how to display it to visitors.
Often meta tag data shows up whenever someone shares a link on social media, in messaging, or in your business chat software
Search engines scan your site to figure out what it’s all about and it’s authenticity.
<meta
name="title"
content="Notion – The all-in-one workspace for your notes, tasks, wikis, and databases."
/>
<meta
property="og:title"
content="Notion – The all-in-one workspace for your notes, tasks, wikis, and databases."
/>
<meta
property="twitter:title"
content="Notion – The all-in-one workspace for your notes, tasks, wikis, and databases."
/>
Google only gives us 60 characters for your title and about 105 characters for our description—the perfect opportunity to tightly refine our value proposition.
<meta
property="og:image"
content="https://www.notion.so/images/meta/default.png"
/>
<meta
property="twitter:image"
content="https://www.notion.so/images/meta/default.png"
/>
<meta
name="description"
content="A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team"
/>
<meta
property="og:description"
content="A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team"
/>
<meta
property="twitter:description"
content="A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team"
/>
<!-- Primary Meta Tags -->
<title>
Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.
</title>
<meta
name="title"
content="Notion – The all-in-one workspace for your notes, tasks, wikis, and databases."
/>
<meta
name="description"
content="A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.notion.so/" />
<meta
property="og:title"
content="Notion – The all-in-one workspace for your notes, tasks, wikis, and databases."
/>
<meta
property="og:description"
content="A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team"
/>
<meta
property="og:image"
content="https://www.notion.so/images/meta/default.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.notion.so/" />
<meta
property="twitter:title"
content="Notion – The all-in-one workspace for your notes, tasks, wikis, and databases."
/>
<meta
property="twitter:description"
content="A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team"
/>
<meta
property="twitter:image"
content="https://www.notion.so/images/meta/default.png"
/>