From 6f717be15c76a618f3c2e8af82327502aaf3822f Mon Sep 17 00:00:00 2001 From: Joel Coutinho Date: Thu, 3 Oct 2024 17:15:37 +0530 Subject: [PATCH] adds metadata --- static/blog-seo/config.json | 23 +++++++++++++++++++++++ static/blog-seo/sitemapconfig.json | 3 +++ 2 files changed, 26 insertions(+) diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json index a8e30190..d1c9571c 100644 --- a/static/blog-seo/config.json +++ b/static/blog-seo/config.json @@ -1628,5 +1628,28 @@ ], "title": "How To Streamline Access With Passwordless Authentication", "schema": "" + }, + { + "path": "/blog/anomaly-detection-with-supertokens", + "metaTags": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "" + ], + "title": "Anomaly Detection with SuperTokens", + "schema": "" } ] \ No newline at end of file diff --git a/static/blog-seo/sitemapconfig.json b/static/blog-seo/sitemapconfig.json index 2d5d0cb0..a6ac1a12 100644 --- a/static/blog-seo/sitemapconfig.json +++ b/static/blog-seo/sitemapconfig.json @@ -178,5 +178,8 @@ }, { "location": "https://supertokens.com/blog/clerk-alternatives" + }, + { + "location": "https://supertokens.com/blog/anomaly-detection-with-supertokens" } ] \ No newline at end of file