SEO Meta Tag Optimizer

v1.0.0

Generate and optimize meta tags, Open Graph, Twitter Cards, and JSON-LD structured data tailored to your web page type for better SEO and social sharing.

0· 46·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for noahcraft-open/seo-meta-optimizer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "SEO Meta Tag Optimizer" (noahcraft-open/seo-meta-optimizer) from ClawHub.
Skill page: https://clawhub.ai/noahcraft-open/seo-meta-optimizer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install seo-meta-optimizer

ClawHub CLI

Package manager switcher

npx clawhub@latest install seo-meta-optimizer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (meta tags, OG, Twitter Cards, JSON-LD) align with the SKILL.md content. The skill requests no credentials, binaries, or installs, which is appropriate for an offline text-generation/templating task.
Instruction Scope
Runtime instructions stay on-topic: ask user for URL or content, determine page type, generate tags, and apply simple validation rules. The SKILL.md does not instruct the agent to read local files, access system config, or send data to third-party endpoints. One small note: it suggests validating JSON-LD against schema.org but does not specify an external validator or network calls—so any automatic validation would require additional steps not described.
Install Mechanism
No install spec and no code files. This is the lowest-risk model for a skills package since nothing is written to disk or downloaded.
Credentials
Requires no environment variables, credentials, or config paths. That is expected for a content-generation helper and is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent presence or elevated privileges and does not instruct changes to other skills or system settings.
Assessment
This is an instruction-only SEO helper and appears safe and coherent: it doesn't request credentials or install software. Before installing, consider whether you want the agent to fetch a live URL (the skill asks for a URL but doesn't specify fetching behavior); if you supply page content manually you avoid any network access. Also verify generated JSON-LD and canonical URLs yourself or with a known validator if you need strict compliance. If you plan to let an autonomous agent fetch pages, review its network permissions first.

Like a lobster shell, security has layers — review code before you run it.

json-ldvk9743rwxe61pbbngv579x1dmwh85nv6platestvk9743rwxe61pbbngv579x1dmwh85nv6pmeta-tagsvk9743rwxe61pbbngv579x1dmwh85nv6popengraphvk9743rwxe61pbbngv579x1dmwh85nv6pseovk9743rwxe61pbbngv579x1dmwh85nv6pstructured-datavk9743rwxe61pbbngv579x1dmwh85nv6ptwitter-cardsvk9743rwxe61pbbngv579x1dmwh85nv6p
46downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

SEO Meta Tag Optimizer

Analyze and generate optimized meta tags, Open Graph tags, Twitter Cards, and JSON-LD structured data for any web page. Boost search engine visibility and social media sharing.

When to use

Use this skill when the user needs to:

  • Generate meta tags for a web page or blog post
  • Create Open Graph tags for social media sharing
  • Add Twitter Card markup
  • Generate JSON-LD structured data (Article, Product, FAQ, Organization, etc.)
  • Audit existing meta tags for SEO issues
  • Optimize title tags and meta descriptions for click-through rate

How it works

  1. Ask the user for the page URL or content details (title, description, type of page)
  2. Determine the page type (article, product, FAQ, homepage, etc.)
  3. Generate all required meta tags
  4. Provide character count validation (title: 50-60 chars, description: 150-160 chars)
  5. Output copy-paste ready HTML

Meta Tags to Generate

Basic Meta Tags

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[Optimized title - 50-60 characters]</title>
<meta name="description" content="[150-160 characters]">
<meta name="robots" content="index, follow">
<link rel="canonical" href="[URL]">

Open Graph Tags

<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:type" content="website|article|product">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="">
<meta property="og:locale" content="">

Twitter Card Tags

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<meta name="twitter:site" content="@handle">

JSON-LD Structured Data

Generate appropriate schema based on page type:

  • Article: headline, author, datePublished, image
  • Product: name, description, price, availability, review
  • FAQ: mainEntity with Question/Answer pairs
  • Organization: name, url, logo, contactPoint
  • BreadcrumbList: navigation hierarchy
  • WebSite: search action for sitelinks

Validation Rules

  • Title: 50-60 characters (warn if outside range)
  • Meta description: 150-160 characters
  • OG image: recommend 1200x630px minimum
  • Canonical URL: must be absolute URL
  • JSON-LD: validate against schema.org specs
  • No duplicate meta tags

Output Format

Provide the complete HTML snippet ready to paste into <head>:

  1. Basic meta tags
  2. Open Graph tags
  3. Twitter Card tags
  4. JSON-LD script block
  5. Character count summary with pass/warn indicators

Example

User: "Generate meta tags for my blog post about 'Best Free Invoice Generators in 2026'"

Response: Complete set of meta tags with optimized title, description, OG tags, Twitter Card, and Article JSON-LD with proper schema.org markup.

Comments

Loading comments...