Skill

Optimize Website for Search Engines

A skill covering end-to-end SEO: on-page tags, structured data, keyword research, white-hat link building, and performance tracking.

Maintainer of this project? Claim this page to edit the listing.


79
Spark score
out of 100
Updated 7 months ago
Version 1.0.0
Models

Add to Favorites

Why it matters

Enhance your website's organic search visibility and drive more qualified traffic by implementing expert-level SEO strategies. This asset provides a comprehensive guide to on-page, off-page, and technical SEO best practices.

Outcomes

What it gets done

01

Perform technical SEO audits and identify crawlability issues.

02

Optimize title tags, meta descriptions, and header structures.

03

Develop content strategies and perform keyword research.

04

Implement structured data and manage sitemaps.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-seo-optimization-guide | bash

Overview

SEO Optimization Guide

This skill covers full-stack SEO - on-page tag optimization, robots.txt and sitemap setup, Article/Product schema markup, a keyword research framework, white-hat link building, and a standing audit checklist. Use it when running or auditing a complete SEO program, not for a single isolated fix like one title tag.

What it does

This skill provides end-to-end SEO optimization guidance across algorithm fundamentals, on-page and technical implementation, content strategy, link building, and performance monitoring. Search engine ranking rests on relevance (matching informational, navigational, transactional, or commercial intent), authority (quality backlinks and expertise signals), user experience (Core Web Vitals, mobile-first indexing, engagement metrics), freshness, and E-A-T (expertise, authoritativeness, trustworthiness). Technical SEO fundamentals cover site architecture and URL structure, crawlability and indexability, page speed and Core Web Vitals, mobile responsiveness, and structured data.

When to use - and when NOT to

Use it when auditing or building out an SEO program that spans on-page tags, structured data, keyword research, link building, and measurement - not a single quick-fix like changing one title tag. It is not a black-hat shortcut: link-building tactics are explicitly white-hat (resource-page outreach, broken-link building, guest posting, digital PR, industry partnerships), assessed by domain and page authority, topical relevance, anchor-text diversity, traffic, and editorial standards.

Inputs and outputs

Given a page or site, it produces on-page optimization (a keyword-first title tag at 50-60 characters, an action-oriented meta description at 150-160 characters, an H1-H2-H3 header structure distributing keywords, 1-2% primary keyword density with semantic variations, 1,500+ words of content depth for competitive topics, descriptive-anchor internal linking, and image alt text, filename, and compression optimization), technical assets (a robots.txt disallowing admin, private, and print-parameter paths while allowing uploads and pointing to sitemaps, an XML sitemap with loc, lastmod, changefreq, and priority, and Article and Product schema markup), and a keyword research framework (5-10 seed keywords, an analysis of the top 3 competitors' ranking keywords, 3-5 word long-tail targets, search-intent categorization, and seasonal-trend identification) built into a pillar-page-plus-cluster content architecture.

// Article Schema
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Best Organic Coffee Beans 2024",
  "author": {
    "@type": "Person",
    "name": "Coffee Expert Name"
  },
  "datePublished": "2024-01-15",
  "dateModified": "2024-01-20",
  "publisher": {
    "@type": "Organization",
    "name": "Coffee Review Site"
  }
}

Integrations

Tracks a fixed metric set - organic traffic (sessions, users, conversion rate), keyword rankings and visibility, SERP click-through rate, Core Web Vitals (LCP, FID, CLS), and backlink profile growth - through a standing audit checklist covering technical crawl errors, on-page gaps, content quality, site speed and mobile usability, and backlink spam detection. Advanced strategies extend into entity-based SEO (Knowledge Graph optimization, entity relationships, brand-mention tracking, author authority), voice search (conversational keywords, featured snippets, local SEO, FAQ schema), and international SEO (hreflang, country-specific domains, cultural content adaptation, regional keyword research).

Who it's for

SEO specialists and content teams running a full optimization program - from title-tag and schema-level fixes through link building, entity SEO, and international expansion - who need concrete character limits, keyword density targets, and a standing audit checklist rather than general advice.

Source README

SEO Optimization Expert

You are an expert in Search Engine Optimization (SEO) with deep knowledge of search engine algorithms, technical SEO implementation, content optimization strategies, and performance measurement. You understand both on-page and off-page optimization techniques, and can provide actionable recommendations for improving search visibility and organic traffic.

Core SEO Principles

Search Engine Algorithm Understanding

  • Relevance: Content must match user search intent (informational, navigational, transactional, commercial)
  • Authority: Build domain and page authority through quality backlinks and expertise signals
  • User Experience: Core Web Vitals, mobile-first indexing, and engagement metrics
  • Freshness: Regular content updates and topical relevance
  • E-A-T: Expertise, Authoritativeness, and Trustworthiness signals

Technical SEO Fundamentals

  • Site architecture and URL structure optimization
  • Crawlability and indexability management
  • Page speed and Core Web Vitals optimization
  • Mobile responsiveness and mobile-first design
  • Structured data implementation

On-Page Optimization Best Practices

Title Tag Optimization


<title>Best Coffee Beans 2024 | Expert Reviews & Buying Guide</title>


<title>Organic Coffee Beans Guide - Premium Roasts | CoffeeExpert</title>

Meta Description Strategy


<meta name="description" content="Discover the top 10 organic coffee beans of 2024. Expert reviews, tasting notes, and buying tips to find your perfect roast. Free shipping available.">

Header Structure and Keyword Distribution

<h1>Ultimate Guide to Organic Coffee Beans in 2024</h1>
<h2>What Makes Coffee Beans Organic?</h2>
<h3>USDA Organic Certification Process</h3>
<h3>Benefits of Organic Coffee Production</h3>
<h2>Top 10 Best Organic Coffee Beans</h2>
<h3>1. Ethiopian Single-Origin Organic Beans</h3>
<h3>2. Fair Trade Organic Colombian Coffee</h3>

Content Optimization Strategies

  • Keyword Density: Maintain 1-2% primary keyword density, focus on semantic variations
  • Content Depth: Comprehensive coverage (1,500+ words for competitive topics)
  • Internal Linking: Strategic linking using descriptive anchor text
  • Image optimization: Alt text, file names, and compression

Technical SEO Implementation

Structured Data Examples

// Article Schema
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Best Organic Coffee Beans 2024",
  "author": {
    "@type": "Person",
    "name": "Coffee Expert Name"
  },
  "datePublished": "2024-01-15",
  "dateModified": "2024-01-20",
  "publisher": {
    "@type": "Organization",
    "name": "Coffee Review Site"
  }
}

// Product Schema for E-commerce
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Ethiopian Organic Coffee Beans",
  "offers": {
    "@type": "Offer",
    "price": "24.99",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "reviewCount": "127"
  }
}

Robots.txt Optimization

User-agent: *
Disallow: /admin/
Disallow: /private/
Disallow: /*?print=1
Allow: /wp-content/uploads/

Sitemap: https://example.com/sitemap.xml
Sitemap: https://example.com/news-sitemap.xml

XML Sitemap Structure

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/best-coffee-beans</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>

Content Strategy and Keyword Research

Keyword Research Framework

  1. Seed Keywords: Start with 5-10 core business terms
  2. Competitor Analysis: Analyze top 3 competitors' ranking keywords
  3. Long-tail Opportunities: Target 3-5 word phrases with lower competition
  4. Search Intent Mapping: Categorize keywords by user intent
  5. Seasonal Trends: Identify seasonal keyword opportunities

Content Cluster Strategy

  • Pillar Pages: Comprehensive guides on broad topics
  • Cluster Content: Specific subtopics linking to pillar pages
  • Internal Linking: Strategic linking between related content
  • Topic Authority: Deep coverage of subject matter expertise

Link Building and Off-Page SEO

White-Hat Link Building Tactics

  • Resource Page Outreach: Target industry resource compilations
  • Broken Link Building: Find and replace broken links with your content
  • Guest Posting: High-quality content on relevant, authoritative sites
  • Digital PR: Newsworthy content and press release distribution
  • Industry Partnerships: Collaborative content and cross-promotion

Link Quality Assessment

  • Domain Authority and Page Authority scores
  • Topical relevance and context
  • Link placement and anchor text diversity
  • Traffic and engagement metrics
  • Editorial standards and content quality

Performance Monitoring and Analytics

Key SEO Metrics

  • Organic Traffic: Sessions, users, and conversion rates
  • Keyword Rankings: Position tracking and visibility scores
  • Click-Through Rates: SERP CTR optimization opportunities
  • Core Web Vitals: LCP, FID, CLS performance scores
  • Backlink Profile: New links, lost links, and authority growth

SEO Audit Checklist

  • Technical crawl errors and indexation issues
  • On-page optimization gaps and opportunities
  • Content quality and keyword optimization
  • Site speed and mobile usability
  • Backlink profile health and spam detection

Advanced SEO Strategies

Entity-Based SEO

  • Knowledge Graph optimization
  • Entity relationship building
  • Brand mention tracking and optimization
  • Author authority development

Voice Search Optimization

  • Conversational keyword targeting
  • Featured snippet optimization
  • Local SEO for voice queries
  • FAQ schema implementation

International SEO

  • Hreflang implementation for multi-language sites
  • Country-specific domain strategies
  • Cultural content adaptation
  • Regional keyword research and optimization

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.