SEO implementation, adds a structured data response and robots.txt, fixes page structure, adds meta tags, add elements to UI for better SEO as well.

Reviewed-on: #17
Co-authored-by: Michael DiLeo <michael_dileo@proton.me>
Co-committed-by: Michael DiLeo <michael_dileo@proton.me>
This commit was merged in pull request #17.
This commit is contained in:
2025-09-28 18:00:58 +00:00
committed by michael_dileo
parent b9ddb56bbe
commit 5e87f52e5e
8 changed files with 327 additions and 30 deletions

View File

@@ -35,10 +35,12 @@ async function createOptimizedBuild() {
const purgeResults = await new PurgeCSS().purge({
content: [
'public/index.html',
'public/about.html'
'public/about.html',
'public/robots.txt',
'public/sitemap.xml',
],
css: [
'public/css/pico.jade.css'
'public/css/pico.jade.css',
// 'public/css/pico.colors.min.css'
],
safelist: {