Skip to content

Commit

Permalink
adds more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed May 30, 2024
1 parent 3e2a546 commit f855984
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Binary file added static/blog-meta-images/what-is-tls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,5 +1165,27 @@
],
"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>"
},{
"path": "/blog/what-is-tls",
"metaTags": [
"<meta name=\"author\" content=\"Mostafa Ibrahim\" /> ",
"<meta name=\"description\" content=\"In this article we explore TLS, it's vulnerabilities, and how to secure web communications against cyber threats\" />",
"",
"<meta name=\"keywords\" content=\"what is tls, tls handshake failed, tls vs ssl, tls handshake failed\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"Understanding Transport layer Security\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/what-is-tls\" />",
"<meta property=\"og:description\" content=\"In this article we explore TLS, it's vulnerabilities, and how to secure web communications against cyber threats\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/what-is-tls.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"IIn this article we explore TLS, it's vulnerabilities, and how to secure web communications against cyber threats\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/what-is-tls\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/what-is-tls.png\" /> ",
"<!--OG Tags-->"
],
"title": "Understanding Transport layer Security",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/what-is-tls\"},\"headline\":\"Understanding Transport layer Security\",\"image\":\"https://supertokens.com/blog-meta-images/what-is-tls.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 @@ -130,5 +130,8 @@
},
{
"location": "https://supertokens.com/blog/what-is-cross-site-request-forgery"
},
{
"location": "https://supertokens.com/blog/what-is-tls"
}
]

0 comments on commit f855984

Please sign in to comment.