From 36c0a3ebd50f1580cada0de79baf6ff5bb841c4e Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Fri, 25 Apr 2025 17:59:24 +0200 Subject: [PATCH] chore: Move SEO audit to /web Signed-off-by: Bjorn Lammers --- SEO.md => web/SEO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SEO.md => web/SEO.md (99%) diff --git a/SEO.md b/web/SEO.md similarity index 99% rename from SEO.md rename to web/SEO.md index fadd4f9e..0ff7d210 100644 --- a/SEO.md +++ b/web/SEO.md @@ -913,4 +913,4 @@ By implementing these SEO improvements, Dashboard Icons will significantly enhan 8. [Google Search Central Documentation](https://developers.google.com/search) 9. [Next.js 15.3 App Router SEO Checklist](https://dev.to/simplr_sh/nextjs-15-app-router-seo-comprehensive-checklist-3d3f) 10. [Mobile Optimization - Google Search Central](https://developers.google.com/search/mobile-sites) -11. [Next.js 15.3 Performance Optimization](https://nextjs.org/docs/app/building-your-application/optimizing) \ No newline at end of file +11. [Next.js 15.3 Performance Optimization](https://nextjs.org/docs/app/building-your-application/optimizing)