feat: article tags link to articles with the same tag
This commit is contained in:
parent
1b1bbae3ce
commit
aa26e7cd55
10 changed files with 309 additions and 363 deletions
|
@ -3,6 +3,8 @@ import type { APIRoute } from "astro";
|
|||
const getRobotsTxt = (sitemapURL: URL) => `
|
||||
User-agent: *
|
||||
Disallow: /cv
|
||||
Disallow: /tags
|
||||
Disallow: /tags/*
|
||||
Allow: /
|
||||
|
||||
Sitemap: ${sitemapURL.href}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue