{
  "schemaVersion": "1.0",
  "item": {
    "slug": "seo-optimizer",
    "name": "Seo Optimizer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/seo-optimizer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/seo-optimizer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/seo-optimizer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=seo-optimizer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/robots.txt",
      "index.js",
      "package.json",
      "references/schema_markup_guide.md",
      "references/seo_checklist.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "seo-optimizer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T16:35:43.968Z",
      "expiresAt": "2026-05-15T16:35:43.968Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=seo-optimizer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=seo-optimizer",
        "contentDisposition": "attachment; filename=\"seo-optimizer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "seo-optimizer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/seo-optimizer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/seo-optimizer",
    "agentPageUrl": "https://openagent3.xyz/skills/seo-optimizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seo-optimizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seo-optimizer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "This skill provides comprehensive SEO optimization capabilities for HTML/CSS websites. It analyzes websites for SEO issues, implements best practices, and generates optimization reports covering all critical SEO aspects including meta tags, heading structure, image optimization, schema markup, mobile optimization, and technical SEO."
      },
      {
        "title": "When to Use This Skill",
        "body": "Use this skill when the user requests:\n\n\"Analyze my website for SEO issues\"\n\"Optimize this page for SEO\"\n\"Generate an SEO audit report\"\n\"Fix SEO problems on my website\"\n\"Add proper meta tags to my pages\"\n\"Implement schema markup\"\n\"Generate a sitemap\"\n\"Improve my site's search engine rankings\"\nAny task related to search engine optimization for HTML/CSS websites"
      },
      {
        "title": "1. Initial SEO Analysis",
        "body": "Start with comprehensive analysis using the SEO analyzer script:\n\npython scripts/seo_analyzer.py <directory_or_file>\n\nThis script analyzes HTML files and generates a detailed report covering:\n\nTitle tags (length, presence, uniqueness)\nMeta descriptions (length, presence)\nHeading structure (H1-H6 hierarchy)\nImage alt attributes\nOpen Graph tags\nTwitter Card tags\nSchema.org markup\nHTML lang attribute\nViewport and charset meta tags\nCanonical URLs\nContent length\n\nOutput Options:\n\nDefault: Human-readable text report with issues, warnings, and good practices\n--json: Machine-readable JSON format for programmatic processing\n\nExample Usage:\n\n# Analyze single file\npython scripts/seo_analyzer.py index.html\n\n# Analyze entire directory\npython scripts/seo_analyzer.py ./public\n\n# Get JSON output\npython scripts/seo_analyzer.py ./public --json"
      },
      {
        "title": "2. Review Analysis Results",
        "body": "The analyzer categorizes findings into three levels:\n\nCritical Issues (🔴) - Fix immediately:\n\nMissing title tags\nMissing meta descriptions\nMissing H1 headings\nImages without alt attributes\nMissing HTML lang attribute\n\nWarnings (⚠️) - Fix soon for optimal SEO:\n\nSuboptimal title/description lengths\nMultiple H1 tags\nMissing Open Graph or Twitter Card tags\nMissing viewport meta tag\nMissing schema markup\nHeading hierarchy issues\n\nGood Practices (✅) - Already optimized:\n\nProperly formatted elements\nCorrect lengths\nPresent required tags"
      },
      {
        "title": "3. Prioritize and Fix Issues",
        "body": "Address issues in priority order:\n\nPriority 1: Critical Issues\n\nMissing or Poor Title Tags:\n\n<!-- Add unique, descriptive title to <head> -->\n<title>Primary Keyword - Secondary Keyword | Brand Name</title>\n\nKeep 50-60 characters\nInclude target keywords at the beginning\nMake unique for each page\n\nMissing Meta Descriptions:\n\n<!-- Add compelling description to <head> -->\n<meta name=\"description\" content=\"Clear, concise description that includes target keywords and encourages clicks. 150-160 characters.\">\n\nMissing H1 or Multiple H1s:\n\nEnsure exactly ONE H1 per page\nH1 should describe the main topic\nShould match or relate to title tag\n\nImages Without Alt Text:\n\n<!-- Add descriptive alt text to all images -->\n<img src=\"image.jpg\" alt=\"Descriptive text explaining image content\">\n\nMissing HTML Lang Attribute:\n\n<!-- Add to opening <html> tag -->\n<html lang=\"en\">\n\nPriority 2: Important Optimizations\n\nViewport Meta Tag (critical for mobile SEO):\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\nCharset Declaration:\n\n<meta charset=\"UTF-8\">\n\nOpen Graph Tags (for social media sharing):\n\n<meta property=\"og:title\" content=\"Your Page Title\">\n<meta property=\"og:description\" content=\"Your page description\">\n<meta property=\"og:image\" content=\"https://example.com/image.jpg\">\n<meta property=\"og:url\" content=\"https://example.com/page-url\">\n<meta property=\"og:type\" content=\"website\">\n\nTwitter Card Tags:\n\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:title\" content=\"Your Page Title\">\n<meta name=\"twitter:description\" content=\"Your page description\">\n<meta name=\"twitter:image\" content=\"https://example.com/image.jpg\">\n\nCanonical URL:\n\n<link rel=\"canonical\" href=\"https://example.com/preferred-url\">\n\nPriority 3: Advanced Optimization\n\nSchema Markup - Refer to references/schema_markup_guide.md for detailed implementation. Common types:\n\nOrganization (homepage)\nArticle/BlogPosting (blog posts)\nLocalBusiness (local businesses)\nBreadcrumb (navigation)\nFAQ (FAQ pages)\nProduct (e-commerce)\n\nExample implementation:\n\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"Article Title\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Author Name\"\n  },\n  \"datePublished\": \"2024-01-15\",\n  \"image\": \"https://example.com/image.jpg\"\n}\n</script>"
      },
      {
        "title": "4. Generate or Update Sitemap",
        "body": "After fixing issues, generate an XML sitemap:\n\npython scripts/generate_sitemap.py <directory> <base_url> [output_file]\n\nExample:\n\n# Generate sitemap for website\npython scripts/generate_sitemap.py ./public https://example.com\n\n# Specify output location\npython scripts/generate_sitemap.py ./public https://example.com ./public/sitemap.xml\n\nThe script:\n\nAutomatically finds all HTML files\nGenerates proper URLs\nIncludes lastmod dates\nEstimates priority and changefreq values\nCreates properly formatted XML sitemap\n\nAfter generation:\n\nUpload sitemap.xml to website root\nAdd reference to robots.txt\nSubmit to Google Search Console and Bing Webmaster Tools"
      },
      {
        "title": "5. Update robots.txt",
        "body": "Use the template from assets/robots.txt and customize:\n\nUser-agent: *\nAllow: /\n\n# Block sensitive directories\nDisallow: /admin/\nDisallow: /private/\n\n# Reference your sitemap\nSitemap: https://yourdomain.com/sitemap.xml\n\nPlace robots.txt in website root directory."
      },
      {
        "title": "6. Verify and Test",
        "body": "After implementing fixes:\n\nLocal Testing:\n\nRun the SEO analyzer again to verify fixes\nCheck that all critical issues are resolved\nEnsure no new issues were introduced\n\nOnline Testing:\n\nDeploy changes to production\nTest with Google Rich Results Test: https://search.google.com/test/rich-results\nValidate schema markup: https://validator.schema.org/\nCheck mobile-friendliness: https://search.google.com/test/mobile-friendly\nMonitor in Google Search Console"
      },
      {
        "title": "7. Ongoing Optimization",
        "body": "Regular maintenance:\n\nUpdate sitemap when adding new pages\nKeep meta descriptions fresh and compelling\nEnsure new images have alt text\nAdd schema markup to new content types\nMonitor Search Console for issues\nUpdate content regularly"
      },
      {
        "title": "Pattern 1: New Website Setup",
        "body": "For a brand new HTML/CSS website:\n\nRun initial analysis: python scripts/seo_analyzer.py ./public\nAdd essential meta tags to all pages (title, description, viewport)\nEnsure proper heading structure (one H1 per page)\nAdd alt text to all images\nImplement organization schema on homepage\nGenerate sitemap: python scripts/generate_sitemap.py ./public https://yourdomain.com\nCreate robots.txt from template\nDeploy and submit sitemap to search engines"
      },
      {
        "title": "Pattern 2: Existing Website Audit",
        "body": "For an existing website needing optimization:\n\nRun comprehensive analysis: python scripts/seo_analyzer.py ./public\nIdentify and prioritize issues (critical first)\nFix critical issues across all pages\nAdd missing Open Graph and Twitter Card tags\nImplement schema markup for appropriate pages\nRegenerate sitemap with updates\nVerify fixes with analyzer\nDeploy and monitor"
      },
      {
        "title": "Pattern 3: Single Page Optimization",
        "body": "For optimizing a specific page:\n\nAnalyze specific file: python scripts/seo_analyzer.py page.html\nFix identified issues\nOptimize title and meta description for target keywords\nEnsure proper heading hierarchy\nAdd appropriate schema markup for page type\nVerify with analyzer\nUpdate sitemap if new page"
      },
      {
        "title": "Pattern 4: Blog Post Optimization",
        "body": "For blog posts and articles:\n\nEnsure unique title (50-60 chars) with target keyword\nWrite compelling meta description (150-160 chars)\nUse single H1 for article title\nImplement proper H2/H3 hierarchy for sections\nAdd alt text to all images\nImplement Article or BlogPosting schema (see references/schema_markup_guide.md)\nAdd Open Graph and Twitter Card tags for social sharing\nInclude author information\nAdd breadcrumb schema for navigation"
      },
      {
        "title": "Detailed Guides",
        "body": "references/seo_checklist.md:\nComprehensive checklist covering all SEO aspects:\n\nTitle tags and meta descriptions guidelines\nHeading structure best practices\nImage optimization techniques\nURL structure recommendations\nInternal linking strategies\nPage speed optimization\nMobile optimization requirements\nSemantic HTML usage\nComplete technical SEO checklist\n\nReference this for detailed specifications on any SEO element.\n\nreferences/schema_markup_guide.md:\nComplete guide for implementing schema.org structured data:\n\nJSON-LD implementation (recommended format)\n10+ common schema types with examples\nOrganization, LocalBusiness, Article, BlogPosting, FAQ, Product, etc.\nRequired properties for each type\nBest practices and common mistakes\nValidation tools and resources\n\nReference this when implementing schema markup for any content type."
      },
      {
        "title": "Scripts",
        "body": "scripts/seo_analyzer.py:\nPython script for automated SEO analysis. Analyzes HTML files for common issues and generates detailed reports. Can output text or JSON format. Deterministic and reliable for repeated analysis.\n\nscripts/generate_sitemap.py:\nPython script for generating XML sitemaps. Automatically crawls directories, estimates priorities and change frequencies, and generates properly formatted sitemaps ready for submission to search engines."
      },
      {
        "title": "Assets",
        "body": "assets/robots.txt:\nTemplate robots.txt file with common configurations and comments. Customize for specific needs and place in website root directory."
      },
      {
        "title": "Key Principles",
        "body": "User-First: Optimize for users first, search engines second. Good user experience leads to better SEO.\n\n\nUnique Content: Every page should have unique title, description, and H1. Duplicate content hurts SEO.\n\n\nMobile-First: Google uses mobile-first indexing. Always include viewport meta tag and ensure mobile responsiveness.\n\n\nAccessibility = SEO: Accessible websites (alt text, semantic HTML, proper headings) rank better.\n\n\nQuality Over Quantity: Substantial, valuable content ranks better than thin content. Aim for comprehensive pages.\n\n\nTechnical Foundation: Fix critical technical issues (missing tags, broken structure) before advanced optimization.\n\n\nStructured Data: Schema markup helps search engines understand content and can lead to rich results.\n\n\nRegular Updates: SEO is ongoing. Keep content fresh, monitor analytics, and adapt to algorithm changes.\n\n\nNatural Language: Write for humans using natural language. Avoid keyword stuffing.\n\n\nValidation: Always validate changes with testing tools before deploying to production."
      },
      {
        "title": "Tips for Maximum Impact",
        "body": "Start with critical issues: Fix missing title tags and meta descriptions first - these have the biggest impact\nBe consistent: Apply optimizations across all pages, not just homepage\nUse semantic HTML: Use proper HTML5 semantic tags (<header>, <nav>, <main>, <article>, <aside>, <footer>)\nOptimize images: Compress images, use descriptive filenames, always include alt text\nInternal linking: Link to related pages with descriptive anchor text\nPage speed matters: Fast-loading pages rank better\nTest on mobile: Majority of searches are mobile - ensure excellent mobile experience\nMonitor Search Console: Use Google Search Console to track performance and identify issues\nUpdate regularly: Fresh content signals active, valuable websites"
      },
      {
        "title": "Quick Reference Commands",
        "body": "# Analyze single file\npython scripts/seo_analyzer.py index.html\n\n# Analyze entire website\npython scripts/seo_analyzer.py ./public\n\n# Generate sitemap\npython scripts/generate_sitemap.py ./public https://example.com\n\n# Get JSON analysis output\npython scripts/seo_analyzer.py ./public --json"
      }
    ],
    "body": "SEO Optimizer\nOverview\n\nThis skill provides comprehensive SEO optimization capabilities for HTML/CSS websites. It analyzes websites for SEO issues, implements best practices, and generates optimization reports covering all critical SEO aspects including meta tags, heading structure, image optimization, schema markup, mobile optimization, and technical SEO.\n\nWhen to Use This Skill\n\nUse this skill when the user requests:\n\n\"Analyze my website for SEO issues\"\n\"Optimize this page for SEO\"\n\"Generate an SEO audit report\"\n\"Fix SEO problems on my website\"\n\"Add proper meta tags to my pages\"\n\"Implement schema markup\"\n\"Generate a sitemap\"\n\"Improve my site's search engine rankings\"\nAny task related to search engine optimization for HTML/CSS websites\nWorkflow\n1. Initial SEO Analysis\n\nStart with comprehensive analysis using the SEO analyzer script:\n\npython scripts/seo_analyzer.py <directory_or_file>\n\n\nThis script analyzes HTML files and generates a detailed report covering:\n\nTitle tags (length, presence, uniqueness)\nMeta descriptions (length, presence)\nHeading structure (H1-H6 hierarchy)\nImage alt attributes\nOpen Graph tags\nTwitter Card tags\nSchema.org markup\nHTML lang attribute\nViewport and charset meta tags\nCanonical URLs\nContent length\n\nOutput Options:\n\nDefault: Human-readable text report with issues, warnings, and good practices\n--json: Machine-readable JSON format for programmatic processing\n\nExample Usage:\n\n# Analyze single file\npython scripts/seo_analyzer.py index.html\n\n# Analyze entire directory\npython scripts/seo_analyzer.py ./public\n\n# Get JSON output\npython scripts/seo_analyzer.py ./public --json\n\n2. Review Analysis Results\n\nThe analyzer categorizes findings into three levels:\n\nCritical Issues (🔴) - Fix immediately:\n\nMissing title tags\nMissing meta descriptions\nMissing H1 headings\nImages without alt attributes\nMissing HTML lang attribute\n\nWarnings (⚠️) - Fix soon for optimal SEO:\n\nSuboptimal title/description lengths\nMultiple H1 tags\nMissing Open Graph or Twitter Card tags\nMissing viewport meta tag\nMissing schema markup\nHeading hierarchy issues\n\nGood Practices (✅) - Already optimized:\n\nProperly formatted elements\nCorrect lengths\nPresent required tags\n3. Prioritize and Fix Issues\n\nAddress issues in priority order:\n\nPriority 1: Critical Issues\n\nMissing or Poor Title Tags:\n\n<!-- Add unique, descriptive title to <head> -->\n<title>Primary Keyword - Secondary Keyword | Brand Name</title>\n\nKeep 50-60 characters\nInclude target keywords at the beginning\nMake unique for each page\n\nMissing Meta Descriptions:\n\n<!-- Add compelling description to <head> -->\n<meta name=\"description\" content=\"Clear, concise description that includes target keywords and encourages clicks. 150-160 characters.\">\n\n\nMissing H1 or Multiple H1s:\n\nEnsure exactly ONE H1 per page\nH1 should describe the main topic\nShould match or relate to title tag\n\nImages Without Alt Text:\n\n<!-- Add descriptive alt text to all images -->\n<img src=\"image.jpg\" alt=\"Descriptive text explaining image content\">\n\n\nMissing HTML Lang Attribute:\n\n<!-- Add to opening <html> tag -->\n<html lang=\"en\">\n\nPriority 2: Important Optimizations\n\nViewport Meta Tag (critical for mobile SEO):\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\nCharset Declaration:\n\n<meta charset=\"UTF-8\">\n\n\nOpen Graph Tags (for social media sharing):\n\n<meta property=\"og:title\" content=\"Your Page Title\">\n<meta property=\"og:description\" content=\"Your page description\">\n<meta property=\"og:image\" content=\"https://example.com/image.jpg\">\n<meta property=\"og:url\" content=\"https://example.com/page-url\">\n<meta property=\"og:type\" content=\"website\">\n\n\nTwitter Card Tags:\n\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:title\" content=\"Your Page Title\">\n<meta name=\"twitter:description\" content=\"Your page description\">\n<meta name=\"twitter:image\" content=\"https://example.com/image.jpg\">\n\n\nCanonical URL:\n\n<link rel=\"canonical\" href=\"https://example.com/preferred-url\">\n\nPriority 3: Advanced Optimization\n\nSchema Markup - Refer to references/schema_markup_guide.md for detailed implementation. Common types:\n\nOrganization (homepage)\nArticle/BlogPosting (blog posts)\nLocalBusiness (local businesses)\nBreadcrumb (navigation)\nFAQ (FAQ pages)\nProduct (e-commerce)\n\nExample implementation:\n\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"Article Title\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Author Name\"\n  },\n  \"datePublished\": \"2024-01-15\",\n  \"image\": \"https://example.com/image.jpg\"\n}\n</script>\n\n4. Generate or Update Sitemap\n\nAfter fixing issues, generate an XML sitemap:\n\npython scripts/generate_sitemap.py <directory> <base_url> [output_file]\n\n\nExample:\n\n# Generate sitemap for website\npython scripts/generate_sitemap.py ./public https://example.com\n\n# Specify output location\npython scripts/generate_sitemap.py ./public https://example.com ./public/sitemap.xml\n\n\nThe script:\n\nAutomatically finds all HTML files\nGenerates proper URLs\nIncludes lastmod dates\nEstimates priority and changefreq values\nCreates properly formatted XML sitemap\n\nAfter generation:\n\nUpload sitemap.xml to website root\nAdd reference to robots.txt\nSubmit to Google Search Console and Bing Webmaster Tools\n5. Update robots.txt\n\nUse the template from assets/robots.txt and customize:\n\nUser-agent: *\nAllow: /\n\n# Block sensitive directories\nDisallow: /admin/\nDisallow: /private/\n\n# Reference your sitemap\nSitemap: https://yourdomain.com/sitemap.xml\n\n\nPlace robots.txt in website root directory.\n\n6. Verify and Test\n\nAfter implementing fixes:\n\nLocal Testing:\n\nRun the SEO analyzer again to verify fixes\nCheck that all critical issues are resolved\nEnsure no new issues were introduced\n\nOnline Testing:\n\nDeploy changes to production\nTest with Google Rich Results Test: https://search.google.com/test/rich-results\nValidate schema markup: https://validator.schema.org/\nCheck mobile-friendliness: https://search.google.com/test/mobile-friendly\nMonitor in Google Search Console\n7. Ongoing Optimization\n\nRegular maintenance:\n\nUpdate sitemap when adding new pages\nKeep meta descriptions fresh and compelling\nEnsure new images have alt text\nAdd schema markup to new content types\nMonitor Search Console for issues\nUpdate content regularly\nCommon Optimization Patterns\nPattern 1: New Website Setup\n\nFor a brand new HTML/CSS website:\n\nRun initial analysis: python scripts/seo_analyzer.py ./public\nAdd essential meta tags to all pages (title, description, viewport)\nEnsure proper heading structure (one H1 per page)\nAdd alt text to all images\nImplement organization schema on homepage\nGenerate sitemap: python scripts/generate_sitemap.py ./public https://yourdomain.com\nCreate robots.txt from template\nDeploy and submit sitemap to search engines\nPattern 2: Existing Website Audit\n\nFor an existing website needing optimization:\n\nRun comprehensive analysis: python scripts/seo_analyzer.py ./public\nIdentify and prioritize issues (critical first)\nFix critical issues across all pages\nAdd missing Open Graph and Twitter Card tags\nImplement schema markup for appropriate pages\nRegenerate sitemap with updates\nVerify fixes with analyzer\nDeploy and monitor\nPattern 3: Single Page Optimization\n\nFor optimizing a specific page:\n\nAnalyze specific file: python scripts/seo_analyzer.py page.html\nFix identified issues\nOptimize title and meta description for target keywords\nEnsure proper heading hierarchy\nAdd appropriate schema markup for page type\nVerify with analyzer\nUpdate sitemap if new page\nPattern 4: Blog Post Optimization\n\nFor blog posts and articles:\n\nEnsure unique title (50-60 chars) with target keyword\nWrite compelling meta description (150-160 chars)\nUse single H1 for article title\nImplement proper H2/H3 hierarchy for sections\nAdd alt text to all images\nImplement Article or BlogPosting schema (see references/schema_markup_guide.md)\nAdd Open Graph and Twitter Card tags for social sharing\nInclude author information\nAdd breadcrumb schema for navigation\nReference Materials\nDetailed Guides\n\nreferences/seo_checklist.md: Comprehensive checklist covering all SEO aspects:\n\nTitle tags and meta descriptions guidelines\nHeading structure best practices\nImage optimization techniques\nURL structure recommendations\nInternal linking strategies\nPage speed optimization\nMobile optimization requirements\nSemantic HTML usage\nComplete technical SEO checklist\n\nReference this for detailed specifications on any SEO element.\n\nreferences/schema_markup_guide.md: Complete guide for implementing schema.org structured data:\n\nJSON-LD implementation (recommended format)\n10+ common schema types with examples\nOrganization, LocalBusiness, Article, BlogPosting, FAQ, Product, etc.\nRequired properties for each type\nBest practices and common mistakes\nValidation tools and resources\n\nReference this when implementing schema markup for any content type.\n\nScripts\n\nscripts/seo_analyzer.py: Python script for automated SEO analysis. Analyzes HTML files for common issues and generates detailed reports. Can output text or JSON format. Deterministic and reliable for repeated analysis.\n\nscripts/generate_sitemap.py: Python script for generating XML sitemaps. Automatically crawls directories, estimates priorities and change frequencies, and generates properly formatted sitemaps ready for submission to search engines.\n\nAssets\n\nassets/robots.txt: Template robots.txt file with common configurations and comments. Customize for specific needs and place in website root directory.\n\nKey Principles\n\nUser-First: Optimize for users first, search engines second. Good user experience leads to better SEO.\n\nUnique Content: Every page should have unique title, description, and H1. Duplicate content hurts SEO.\n\nMobile-First: Google uses mobile-first indexing. Always include viewport meta tag and ensure mobile responsiveness.\n\nAccessibility = SEO: Accessible websites (alt text, semantic HTML, proper headings) rank better.\n\nQuality Over Quantity: Substantial, valuable content ranks better than thin content. Aim for comprehensive pages.\n\nTechnical Foundation: Fix critical technical issues (missing tags, broken structure) before advanced optimization.\n\nStructured Data: Schema markup helps search engines understand content and can lead to rich results.\n\nRegular Updates: SEO is ongoing. Keep content fresh, monitor analytics, and adapt to algorithm changes.\n\nNatural Language: Write for humans using natural language. Avoid keyword stuffing.\n\nValidation: Always validate changes with testing tools before deploying to production.\n\nTips for Maximum Impact\nStart with critical issues: Fix missing title tags and meta descriptions first - these have the biggest impact\nBe consistent: Apply optimizations across all pages, not just homepage\nUse semantic HTML: Use proper HTML5 semantic tags (<header>, <nav>, <main>, <article>, <aside>, <footer>)\nOptimize images: Compress images, use descriptive filenames, always include alt text\nInternal linking: Link to related pages with descriptive anchor text\nPage speed matters: Fast-loading pages rank better\nTest on mobile: Majority of searches are mobile - ensure excellent mobile experience\nMonitor Search Console: Use Google Search Console to track performance and identify issues\nUpdate regularly: Fresh content signals active, valuable websites\nQuick Reference Commands\n# Analyze single file\npython scripts/seo_analyzer.py index.html\n\n# Analyze entire website\npython scripts/seo_analyzer.py ./public\n\n# Generate sitemap\npython scripts/generate_sitemap.py ./public https://example.com\n\n# Get JSON analysis output\npython scripts/seo_analyzer.py ./public --json"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/seo-optimizer",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/seo-optimizer",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/seo-optimizer",
    "downloadUrl": "https://openagent3.xyz/downloads/seo-optimizer",
    "agentUrl": "https://openagent3.xyz/skills/seo-optimizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seo-optimizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seo-optimizer/agent.md"
  }
}