fix: remove duplicated headers from blog post bodies
- remove extracted title, byline, date, avatar, and featured image preambles - prevent both extraction scripts from recreating duplicated headers - add blog content duplication auditing - update migration documentation
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"crawl:live": "node tools/crawl-live-site.mjs",
|
||||
"audit:links": "node tools/audit-links.mjs",
|
||||
"audit:images": "node tools/audit-page-imagery.mjs",
|
||||
"audit:blog": "node tools/audit-blog-content.mjs",
|
||||
"generate:sitemap": "node tools/generate-sitemap.mjs",
|
||||
"generate:redirects": "node tools/generate-redirects.mjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user