Files
xiaolai a232a1a9ff fix(seo-bundle): remove duplicate --- separator after frontmatter (#536)
* fix(seo-bundle): remove extra --- separator after frontmatter in schema-markup and seo-fundamentals

Both SKILL.md files had a stray --- line immediately after the closing
frontmatter delimiter. Some YAML parsers treat this as the start of a
second YAML document, breaking structured metadata extraction. The
extra separator and its trailing blank line have been removed.

Co-Authored-By: Claude Code <noreply@anthropic.com>

* fix(seo): move frontmatter separator cleanup to source skill paths

---------

Co-authored-by: claude[bot] <claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-04-20 19:53:21 +02:00
..