implementation-patterns

Copy-paste JSON-LD patterns for every common schema type. Replace ALL_CAPS placeholders with real values. Test at rich-results.google.com before deploying.

Content Preview
# Implementation Patterns

Copy-paste JSON-LD patterns for every common schema type. Replace ALL_CAPS placeholders with real values. Test at rich-results.google.com before deploying.

---

## Article (Blog Post)

```json
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "ARTICLE_TITLE_MAX_110_CHARS",
  "description": "ARTICLE_DESCRIPTION_150_TO_300_CHARS",
  "image": {
    "@type": "ImageObject",
    "url": "https://YOURDOMAIN.COM/images/ARTICLE_IMAGE.jpg",
    "width
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/implementation-patterns.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/schema-markup/references/implementation-patterns.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/schema-markup/references/implementation-patterns.md

Related Skills