Skip to content

Commit ef28ba9

Browse files
committed
fix: correct speakable CSS selectors in schema markup
1 parent 1253ce4 commit ef28ba9

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@ Thumbs.db
2929
node_modules/
3030
.wrangler/
3131

32-
# Claude
32+
# AI Coding
33+
.agent/
34+
.agents/
35+
.codex/
36+
.gemini/
37+
.goose/
38+
.opencode/
3339
.claude/
34-
35-
# Factory
3640
.factory/
37-
38-
# Cursor
3941
.cursor/
42+
.github/skills
4043

4144
# Archives
4245
.skill-archive/

website/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Sitemap: https://opc.dev/sitemap.xml`, {
255255
"inLanguage": "en-US",
256256
"speakable": {
257257
"@type": "SpeakableSpecification",
258-
"cssSelector": [".subtitle", "h1", ".skill-desc", ".stats-bar"]
258+
"cssSelector": ["h1", ".skill-desc", ".stats-bar", ".compatibility-note"]
259259
},
260260
"mainEntity": { "@id": "https://opc.dev/#skillcollection" }
261261
},

0 commit comments

Comments
 (0)