seo (#17)
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user