Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: adjust seo #25

Merged
merged 1 commit into from
Jul 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,38 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<!-- Search Engine -->
<meta name="description" content="Keyv is a simple key-value storage with support for multiple backend adapters (MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more).">
<meta name="description" content="It supports MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more">
<meta name="author" content="Microlink">
<meta name="image" content="https://keyv.js.org/static/banner.png">
<link rel="canonical" href="https://keyv.js.org" />
<title>Keyv is a simple key-value storage with support for multiple backend adapters (MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more).</title>
<title>Keyv is a simple key-value storage with support for multiple backends</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

<!-- Schema.org for Google -->
<meta itemprop="name" content="Keyv is a simple key-value storage with support for multiple backend adapters (MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more).">
<meta itemprop="description" content="Keyv is a simple key-value storage with support for multiple backend adapters (MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more).">
<meta itemprop="name" content="Keyv is a simple key-value storage with support for multiple backends">
<meta itemprop="author" content="Microlink">
<meta itemprop="description" content="It supports MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more">
<meta itemprop="image" content="https://keyv.js.org/static/banner.png">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="keyv">
<meta name="twitter:description" content="Keyv is a simple key-value storage with support for multiple backend adapters (MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more).">
<meta name="twitter:title" content="Keyv is a simple key-value storage with support for multiple backends">
<meta name="twitter:description" content="It supports MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more">
<meta name="twitter:site" content="https://microlink.io">
<meta name="twitter:creator" content="@microlinkhq">
<meta name="twitter:image" content="https://keyv.js.org/static/banner.png">
<meta name="twitter:image:alt" content="Keyv logo">
<meta name="twitter:label1" value="Installation" />
<meta name="twitter:data1" value="npm install @keyvhq/core --save" />

<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="keyv">
<meta property="og:title" content="Keyv is a simple key-value storage with support for multiple backends">
<meta property="og:logo" content="https://keyv.js.org/static/logo.jpg">
<meta property="og:description" content="Keyv is a simple key-value storage with support for multiple backend adapters (MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more).">
<meta property="og:description" content="It supports MySQL, PostgreSQL, SQLite, Redis, Mongo, DynamoDB, Firestore, Memcached, and more">
<meta property="og:image" content="https://keyv.js.org/static/banner.png">
<meta property="og:image:alt" content="Keyv logo">
<meta property="og:url" content="https://keyv.js.org">
<meta property="og:site_name" content="keyv.js.org">
<meta property="og:site_name" content="Keyv">
<meta property="og:type" content="website">

<!-- Favicon -->
Expand Down