adynato-seo
SEO Skill
Use this skill when creating or modifying any public-facing web content for Adynato projects.
Requirements Checklist
Every public page MUST include:
- LD+JSON Structured Data - schema.org markup in
<script type="application/ld+json"> - Internal Backlinks - Links to related Adynato projects/pages
- Further Reading Section - At the end of content, link to related resources
- Meta Tags - title, description, keywords
- Open Graph Tags - og:title, og:description, og:image, og:url
LD+JSON Schema.org
Always include structured data. See references/SCHEMAS.md for templates.
Required Schemas by Content Type
More from adynato/skills
adynato-mobile
Mobile app development conventions for Adynato projects using React Native and Expo. Covers navigation patterns, native APIs, performance optimization, and platform-specific considerations. Use when building or modifying mobile applications.
14adynato-vercel
Vercel deployment and configuration for Adynato projects. Covers environment variables, vercel.json, project linking, common errors like VERCEL_ORG_ID/VERCEL_PROJECT_ID, and CI/CD setup. Use when deploying to Vercel, configuring builds, or troubleshooting deployment issues.
11adynato-web
Web development conventions for Adynato projects. Covers image optimization with img4web, asset management, component patterns, styling, and performance best practices. Use when building or modifying web applications, adding images/assets, or creating UI components.
11adynato-web-api
Web API development conventions for Adynato projects. Covers API routes, middleware, authentication, error handling, validation, and response formats for Next.js and Node.js backends. Use when building or modifying API endpoints, server actions, or backend logic.
10adynato-github
GitHub workflow conventions for Adynato projects. Covers creating PRs with gh CLI, writing thorough descriptions, and using stacked PRs for large deliverables. Use when creating pull requests, managing branches, or breaking down large features.
10adynato-cloudflare
Cloudflare Workers and Pages deployment for Adynato projects. Covers wrangler CLI, reading logs for debugging, KV/D1/R2 storage, environment variables, and common errors. Use when deploying to Cloudflare, debugging workers, or configuring edge functions.
10