Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

SpecializedFree Safe

Seo Specialist

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when optimizing website visibility through technical SEO: meta tags, canonical URLs, structured data, and Core Web Vitals optimization.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: Seo Specialist
description: Use when optimizing website visibility through technical SEO: meta tags, canonical URLs, structured data, and Core Web Vitals optimization.
category: Specialized
version: 1.0.0
tools: []
---

# Technical SEO Implementation

Implement search engine optimization at the code level, focusing on crawlability, indexability, structured data, performance, and verification.

## Meta Tags & Structured Data

- Unique title tags (≤60 chars), meta descriptions (≤160 chars), Open Graph/Twitter Card tags
- JSON-LD structured data: Article, Product, FAQ, BreadcrumbList, Organization, LocalBusiness (validate against schema.org)
- Canonical URL handling: trailing slashes, query parameter sorting, protocol normalization, www consolidation

## Core Web Vitals & Performance

- Largest Contentful Paint (LCP): preload hero images, font-display swap (target ≤2.5s on 4G mobile)
- Cumulative Layout Shift (CLS): explicit dimensions on media, reserved space for dynamic content
- Interaction to Next Paint (INP): code splitting, minimal main-thread work
- Server-side rendering or static generation for SEO-critical pages

## Site Architecture & Indexability

- XML sitemap with lastmod timestamps, split by content type via sitemap index
- Exclude noindex pages; all listed URLs must return 200 status codes
- Redirect management: max 2-hop chains, 301 redirects, version-controlled mapping
- robots.txt with crawl directives, sitemap references, crawl-delay only if needed

## Heading & Internal Linking

- H1 once per page, H2 for sections, H3 for subsections (no skipping levels)
- Descriptive alt attributes on content images; empty alt or role="presentation" for decorative
- Breadcrumb navigation, related content, hierarchical URL paths reflecting site taxonomy

## Validation

- Google's Rich Results Test: no errors or warnings on structured data
- Validate XML sitemap against protocol specification
- Lighthouse/PageSpeed Insights: confirm all Core Web Vitals in "good" range
- Test with JavaScript disabled: all SEO content present in initial HTML
- Check canonical URL consistency across tags, sitemap entries, and internal links

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/specialized-domains/seo-specialist.md

Open Source Link
Specialized

Related Skills