MMitrasishinmitra-blog.hashnode.dev·Jul 10 · 12 min readAstro vs Next.js SEO: Core Web Vitals and the CatchOriginally published on the Lyra blog. Astro vs Next.js SEO comes down to one variable neither framework can dodge: how much JavaScript reaches the browser before your Core Web Vitals scores lock in. 00
MMitrasishinmitra-blog.hashnode.dev·Jul 8 · 9 min readllms.txt: what it is and how to add oneOriginally published on the Lyra blog. An llms.txt file is a plain Markdown file you host at /llms.txt that hands AI crawlers a clean, curated map of your site's most important pages. It is not styled00
MMitrasishinmitra-blog.hashnode.dev·Jul 5 · 15 min readGitHub Actions SEO: gate PRs on broken links and schemaOriginally published on the Lyra blog. Code review is good at catching logic bugs. SEO bugs are different: a broken canonical does not throw a build error, a dead external link does not fail a type ch00