diff --git a/lighthouserc.json b/lighthouserc.json index 76ac313..06b3806 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -11,7 +11,11 @@ "categories:performance": ["warn", { "minScore": 0.5 }], "categories:accessibility": ["error", { "minScore": 0.7 }], "categories:best-practices": ["warn", { "minScore": 0.8 }], - "categories:seo": ["warn", { "minScore": 0.7 }] + "categories:seo": ["warn", { "minScore": 0.7 }], + "errors-in-console": ["warn"], + "network-dependency-tree-insight": ["warn"], + "robots-txt": ["warn"], + "unused-javascript": ["warn"] } }, "upload": { diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..f1384ca --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://cartsnitch.com/sitemap.xml