.claude/skills/blog/SKILL.md
Creates SEO+AEO optimized blog posts for MD Home Care. Handles informational NDIS/aged care content, provider comparisons, template posts, and guides with YMYL compliance and E-E-A-T standards.
npx skillsauth add adscorp100/mdhomecarebuild blogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Creates high-quality blog posts optimized for both traditional search and AI answer engines. All content must meet YMYL standards for aged care and disability services.
updatedAt frontmatter only.STOP. Before creating any new content, check if existing pages already rank for the target keyword.
cd ~/Projects/mdhomecarebuild
python3 src/scripts/advanced_gsc_analyzer.py --keywords "[TARGET_KEYWORD]"
If pages ARE found ranking: Do NOT create a new post. Update the existing top-ranking page instead. Run a full page analysis:
python3 src/scripts/advanced_gsc_analyzer.py --page "/blog/[existing-slug]"
If NO pages are found ranking: Proceed to Step 2.
Also check for blog vs service page conflicts. If a service page already ranks for a keyword, a blog post will cannibalize it. Blog posts should target informational intent, not transactional intent. See the intent-strategy skill for guidance.
MANDATORY before writing or updating any post. Use web search to gather current information.
Run these 3 searches:
[PRIMARY_KEYWORD] Australia 2026 - latest developments, policy changes, regulatory updates[PRIMARY_KEYWORD] reddit or [PRIMARY_KEYWORD] forum - what real people are asking, common frustrations, gaps in existing content[PRIMARY_KEYWORD] guide or [PRIMARY_KEYWORD] explained - what's currently ranking, what they cover, what they missFor NDIS/aged care topics, also search:
[TOPIC] NDIS price guide 2024-25 for current pricing[TOPIC] NDIS quality and safeguards commission for regulatory contextsite:ndis.gov.au [TOPIC] for official NDIS guidanceExtract from research:
Do not skip this step. YMYL content with outdated or inaccurate information will be penalized by Google.
For informational queries: "what is SIL", "NDIS funding guide", "how to apply for home care packages"
For template queries: "NDIS incident report template", "progress notes template", "care plan template". These rank well and drive high-intent traffic.
Template post structure:
For comparison queries: "best NDIS providers Sydney", "top SIL providers Melbourne". These generate immediate AEO traffic because AI assistants love structured comparison content.
Comparison post structure:
For concept queries: "NDIS core supports explained", "difference between HCP levels"
---
title: "[Primary Keyword]: [Benefit or Qualifier]"
description: "Hook + keywords + benefit (under 160 chars)"
pubDate: YYYY-MM-DD
updatedAt: YYYY-MM-DD
author: "Camila"
tags: []
image: "/assets/carer.webp"
---
--- dividers between major sections> blockquotes for important callouts (sparingly)<br> sparingly. Prefer paragraph breaks.~/Projects/mdhomecarebuild/src/content/blog/[slug].md
Slug format: lowercase-hyphenated-keywords.md
Create a new blog post:
/blog "what is supported independent living"
Create a template post:
/blog --template "ndis incident report template"
Create a comparison post:
/blog --comparison "best ndis providers sydney"
Update an existing post:
/blog --update /blog/ndis-funding-guide
development
Unified SEO and AEO optimizer for MD Home Care. Handles traditional search optimization and AI answer engine optimization together. YMYL/E-E-A-T compliant content for NDIS and aged care services with provider comparisons, local SEO, trust signals, and AI referral tracking.
development
Intent mapping and content type decision framework for MD Home Care. Determines what content type to create for a given keyword based on search intent, detects cannibalization, and guides location page expansion.
testing
Weekly experiment tracking loop for MD Home Care. Scans content changes, measures traffic impact via PostHog and GSC, and makes keep/iterate/revert decisions with lag-adjusted attribution.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.