Skip to content

Commit

Permalink
updates seo info
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed May 15, 2024
1 parent de5711e commit 19f1a59
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1143,5 +1143,27 @@
],
"title": "2FA & MFA: Enhancing Security Without Compromising User Experience",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/mfa-best-practices\"},\"headline\":\"2FA & MFA: Enhancing Security Without Compromising User Experience\",\"image\":\"https://supertokens.com/blog-meta-images/mfa-best-practices.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/what-is-cross-site-request-forgery",
"metaTags": [
"<meta name=\"author\" content=\"Mostafa Ibrahim\" /> ",
"<meta name=\"description\" content=\"In this article we deep dive into the world of CSRF attacks, what they are and how to protect your application against them\" />",
"",
"<meta name=\"keywords\" content=\"what is csrf, cross site request forgery, csrf issues, csrf prevention\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"What is CSRF (Cross Site Request Forgery)\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/what-is-cross-site-request-forgery\" />",
"<meta property=\"og:description\" content=\"In this article we deep dive into the world of CSRF attacks, what they are and how to protect your application against them\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/what-is-cross-site-request-forgery.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"In this article we deep dive into the world of CSRF attacks, what they are and how to protect your application against them\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/what-is-cross-site-request-forgery\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/what-is-cross-site-request-forgery.png\" /> ",
"<!--OG Tags-->"
],
"title": "What is CSRF (Cross Site Request Forgery)",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/what-is-cross-site-request-forgery\"},\"headline\":\"What is CSRF (Cross Site Request Forgery)\",\"image\":\"https://supertokens.com/blog-meta-images/what-is-cross-site-request-forgery.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>"
}
]
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@
},
{
"location": "https://supertokens.com/blog/mfa-best-practices"
},
{
"location": "https://supertokens.com/blog/what-is-cross-site-request-forgery"
}
]

0 comments on commit 19f1a59

Please sign in to comment.