Skip to content

Commit

Permalink
adds seo data
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Nov 16, 2023
1 parent b68f02e commit 3daffbb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/totp-why-you-need-it-and-how-it-works/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "What is TOTP and why you need it"
title: "What is TOTP and why do you need it?"
date: "2023-11-16"
description: " Time based one-time passwords solve a number of issues that plague traditional authentication methods. In this blog we break down TOTP and why it's so useful."
description: "Time based one-time passwords solve a number of issues that plague traditional authentication methods. In this blog we break down TOTP and why it's so useful."
cover: "totp-why-you-need-it-and-how-it-works.png"
category: "programming"
author: "Joel Coutinho"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,5 +711,28 @@
],
"title": "Adding login to your Next.js app using the app directory with SuperTokens",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/adding-login-to-your-nextjs-app-using-the-app-directory-and-supertokens\"},\"headline\":\"Adding login to your Next.js app using the app directory with SuperTokens\",\"image\":\"https://supertokens.com/blog-meta-images/adding-login-to-your-nextjs-app-using-the-app-directory-and-supertokens.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
},
{
"path": "/blog/totp-why-you-need-it-and-how-it-works",
"metaTags": [
"<meta name=\"description\" content=\"Time based one-time passwords solve a number of issues that plague traditional authentication methods. In this blog we break down TOTP and why it's so useful.\" />",
"",
"<meta name=\"keywords\" content=\"totp, authentication, open source, 2fa, security\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"What is TOTP and why do you need it?\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/totp-why-you-need-it-and-how-it-works\" />",
"<meta property=\"og:description\" content=\"This blog explains how to setup email password and social login with SuperTokens using the app directory in Next.js.\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/totp-why-you-need-it-and-how-it-works.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"What is TOTP and why do you need it?\" />",
"<meta name=\"twitter:description\" content=\"Time based one-time passwords solve a number of issues that plague traditional authentication methods. In this blog we break down TOTP and why it's so useful\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/totp-why-you-need-it-and-how-it-works\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/totp-why-you-need-it-and-how-it-works.png\" /> ",
"<!--OG Tags-->"
],
"title": "What is TOTP and why do you need it?",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/totp-why-you-need-it-and-how-it-works\"},\"headline\":\"Adding login to your Next.js app using the app directory with SuperTokens\",\"image\":\"https://supertokens.com/blog-meta-images/totp-why-you-need-it-and-how-it-works.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
}
]

0 comments on commit 3daffbb

Please sign in to comment.