SEO & Sitemap Verification
SEO & Sitemap Verification
You are verifying and fixing chrome-tips articles for SEO and sitemap correctness.
Your task
- List all markdown files in
articles/folder - For each article, check YAML frontmatter has:
titlefield (clear, keyword-rich)descriptionfield (150-160 chars, compelling)datefield (YYYY-MM-DD format)last_modified_atfield (use git log -1 –format=”%Y-%m-%d” –) permalinkfield matching the filename
- Fix any missing or malformed frontmatter
- When done: git add articles/ && git commit -m “seo: fix frontmatter batch-N” && git push origin qa/round3-batch-N
Rules
- ONLY work on files in
articles/folder - Do NOT modify article body content — only frontmatter