From d26035d95919af491a1514477a72098ea4fcf280 Mon Sep 17 00:00:00 2001 From: Joel Coutinho Date: Tue, 24 Dec 2024 12:21:09 +0530 Subject: [PATCH] more metadata fixes --- static/blog-seo/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json index a33ec627..992e84a0 100644 --- a/static/blog-seo/config.json +++ b/static/blog-seo/config.json @@ -2003,5 +2003,28 @@ ], "title": "9 SSO Best Practices to Strengthen Security in 2024", "schema": "" + }, { + "path": "/blog/django-user-authentication", + "metaTags": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "" + ], + "title": "A comprehensive guide to Django's user authentication system", + "schema": "" } ] \ No newline at end of file