From 19f1a591df59a3c194e7e3ea9c95aa37a8e9e1b4 Mon Sep 17 00:00:00 2001 From: Joel Coutinho Date: Wed, 15 May 2024 16:32:16 +0530 Subject: [PATCH] updates seo info --- static/blog-seo/config.json | 22 ++++++++++++++++++++++ static/blog-seo/sitemapconfig.json | 3 +++ 2 files changed, 25 insertions(+) diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json index ed1495ad..a73b83e0 100644 --- a/static/blog-seo/config.json +++ b/static/blog-seo/config.json @@ -1143,5 +1143,27 @@ ], "title": "2FA & MFA: Enhancing Security Without Compromising User Experience", "schema": "" + },{ + "path": "/blog/what-is-cross-site-request-forgery", + "metaTags": [ + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "" + ], + "title": "What is CSRF (Cross Site Request Forgery)", + "schema": "" } ] \ No newline at end of file diff --git a/static/blog-seo/sitemapconfig.json b/static/blog-seo/sitemapconfig.json index dc56d0d0..a895a7b6 100644 --- a/static/blog-seo/sitemapconfig.json +++ b/static/blog-seo/sitemapconfig.json @@ -127,5 +127,8 @@ }, { "location": "https://supertokens.com/blog/mfa-best-practices" + }, + { + "location": "https://supertokens.com/blog/what-is-cross-site-request-forgery" } ] \ No newline at end of file