From ea19c704130c5bb0da016833fcde98e0f0208257 Mon Sep 17 00:00:00 2001 From: Abhijeet Bagade Date: Tue, 10 Jun 2025 15:51:46 +0530 Subject: [PATCH] fix-seo codes --- public/robots.txt | 2 +- src/pages/blogs/[id].astro | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index e2554b5..5a7e249 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Disallow: /_DIZ_ADMIN/ + Sitemap: https://akadmyapp.com/sitemap.xml \ No newline at end of file diff --git a/src/pages/blogs/[id].astro b/src/pages/blogs/[id].astro index 8170219..4f2d079 100644 --- a/src/pages/blogs/[id].astro +++ b/src/pages/blogs/[id].astro @@ -35,7 +35,17 @@ export async function getStaticPaths() { return []; } } +{console.log('blogData000',blogData, `https://akadmyapp.com/blogs/${id}`)} --- - + + \ No newline at end of file