ecommerce-seo

Implement comprehensive SEO metadata across multi-store storefronts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/vinocrzy/StoreForge --skill ecommerce-seo-vinocrzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecommerce-seo
Source: https://github.com/vinocrzy/StoreForge/tree/main/.github/skills/ecommerce-seo
Command: npx skills add https://github.com/vinocrzy/StoreForge --skill ecommerce-seo-vinocrzy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent or missing SEO across products, categories, pages, and other public content can lead to poor search visibility and traffic. This Skill standardizes and embeds SEO best practices across the storefront.

Core Features & Use Cases

  • Meta tag management: define meta_title, meta_description, and meta_keywords for all public content.
  • Structured data: generate schema_markup (JSON-LD) for products and categories.
  • Open Graph and Twitter Cards: ensure OG and Twitter metadata for social sharing.
  • Sitemaps and store-level SEO: configure sitemap generation and default SEO settings per store.
  • Cross-store consistency: enforce uniform SEO conventions across multi-store deployments.
  • Use Case: when adding a new product or category, automatically populate SEO fields and metadata.

Quick Start

Provide SEO metadata for a new product by filling in slug, meta_title, meta_description, and schema_markup, then enable OG, Twitter, and breadcrumb data.

Frequently Asked Questions about ecommerce-seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add SEO metadata to ecommerce products and categories?

To add SEO metadata to ecommerce products and categories, populate the dedicated data model fields for slug, meta_title, meta_description, and meta_keywords. This standardizes meta tags across all public storefront content to improve search visibility.

How do I generate structured data for products using schema markup?

Generate structured data for products using schema markup by utilizing the built-in schema_markup field to output JSON-LD. This provides search engines with explicit product and category details for rich results.

Can I configure Open Graph tags for storefront content sharing?

Yes, you can configure Open Graph tags for storefront content sharing by defining og_title, og_description, and og_image fields. This ensures optimized social sharing with proper Twitter Card support.

Does this approach support sitemap generation for multi-store deployments?

Yes, this approach supports sitemap generation for multi-store deployments by providing store-level SEO configuration. It enforces uniform SEO conventions and canonical URLs across all storefronts.

What is the best way to fix inconsistent SEO practices across storefront pages?

The best way to fix inconsistent SEO practices across storefront pages is to implement a centralized service layer for SEO fields. This standardizes metadata, robots directives, and canonical URLs across all public content.

How do I manage canonical URLs for multi-store ecommerce content?

Manage canonical URLs for multi-store ecommerce content by specifying the canonical_url field within the SEO data model. This prevents duplicate content issues across multiple storefront deployments.