link rel=alternate

This commit is contained in:
Cypro Freelance 2024-08-29 21:35:13 +05:30
parent 6a047acc03
commit c38d18edcc
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ export default async function BlogSlugArticle({
Back Back
</Button> </Button>
</Link> </Link>
<Link href="/rss.xml" className="ml-auto"> <Link href="/rss.xml" className="ml-auto" rel="alternate">
<Button <Button
variant={"link"} variant={"link"}
size={"lg"} size={"lg"}

View file

@ -52,7 +52,7 @@ const BlogPage = async ({
</h1> </h1>
<p className="text-muted-foreground flex-center mb-2"> <p className="text-muted-foreground flex-center mb-2">
Stay updated with our latest blog posts by subscribing to our Stay updated with our latest blog posts by subscribing to our
<Link href="/rss.xml"> <Link href="/rss.xml" rel="alternate">
<Button variant={"link"} className="mx-0 px-2"> <Button variant={"link"} className="mx-0 px-2">
<Rss className="w-5 h-5 mr-1" /> RSS feed <Rss className="w-5 h-5 mr-1" /> RSS feed
</Button> </Button>