Skip to content

Caolnvv/global-site-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Global Site Launchpad

From overseas site ideas to SEO-ready launches.

global-site-launchpad is a Codex skill for planning, building, auditing, launching, and iterating overseas websites for beginners, founders, and developers.

It is designed for Chinese-speaking builders who want to create international websites, tool sites, AI tools, content sites, SaaS landing pages, affiliate sites, or AdSense-driven sites, but need a practical workflow for SEO, content, launch, and growth.

What It Helps With

  • Turn a vague site idea into a one-page project plan.
  • Find demand from SERPs, competitors, ads, app stores, communities, trends, and Search Console data.
  • Choose small/new keywords and map them to real page types.
  • Plan tool sites, AI tools, directories, calculators, converters, templates, and programmatic pages.
  • Audit technical SEO for static HTML output.
  • Build launch checklists for Search Console, analytics, sitemap, robots, canonical, metadata, schema, and mobile UX.
  • Review AI-generated content for usefulness, evidence, and risk.
  • Plan multilingual or multi-region SEO.
  • Match page intent to monetization: AdSense, subscription, affiliate, leads, ecommerce, templates, or hybrid models.
  • Create 7/30/90 day review plans based on indexing, impressions, queries, clicks, conversions, and revenue.

Skill Structure

global-site-launchpad/
├── SKILL.md
├── agents/
│   └── openai.yaml
├── references/
│   ├── ai-content.md
│   ├── analytics-and-iteration.md
│   ├── case-studies-and-cold-start.md
│   ├── compliance.md
│   ├── content-quality.md
│   ├── intake.md
│   ├── international-seo.md
│   ├── launch-checklist.md
│   ├── monetization.md
│   ├── opportunity-research.md
│   ├── platform-selection.md
│   ├── programmatic-seo.md
│   ├── site-architecture.md
│   ├── source-boundaries.md
│   ├── technical-seo.md
│   ├── templates.md
│   └── tool-site-playbooks.md
└── scripts/
    └── audit_static_site.py

How To Use

Place the global-site-launchpad/ folder in your Codex skills directory, then ask Codex for tasks such as:

Use global-site-launchpad to plan an English AI tool site for invoice generation.
Use global-site-launchpad to audit this Next.js site before launch.
Use global-site-launchpad to create a 90-day SEO plan for an image format converter tool site.
Use global-site-launchpad to evaluate these 50 AI-generated English articles.
Use global-site-launchpad to plan programmatic SEO pages from this dataset.

Static SEO Audit Script

The first bundled script audits built static HTML output:

python3 global-site-launchpad/scripts/audit_static_site.py ./dist --base-url https://example.com --output seo-audit.md

It checks:

  • Title and meta description presence and duplication.
  • H1 presence and count.
  • Canonical URLs.
  • noindex robots meta.
  • Viewport meta.
  • Image alt attributes.
  • Broken internal links in the static output.
  • JSON-LD syntax.
  • Hreflang indicators.
  • Root index.html, robots.txt, and sitemap.xml.

This is a first-pass static audit. It does not replace live crawling, Search Console, PageSpeed Insights, rich result validation, or human review.

Knowledge Boundary

This skill packages original operational workflows for overseas website building, SEO, tool sites, programmatic SEO, AdSense, Search Console, AI tools, and growth.

The repository does not include private source materials, extracted source text, or raw reference documents. The public files contain only restructured references, templates, checklists, and scripts. Policy-sensitive guidance should be verified against current official documentation, especially Google Search Central, Search Console Help, AdSense policies, framework docs, hosting docs, and Schema.org.

Design Principles

  • Evidence before building.
  • One search intent, one useful page or tool.
  • Minimum viable page before scale.
  • Programmatic SEO needs data and quality gates, not empty templates.
  • AI content needs human review, original value, and fact checks.
  • Tool sites need input, processing, output, save/share, and a measurable next action.
  • New sites should watch indexing and impressions before obsessing over clicks.
  • Case studies should separate copyable variables from non-copyable timing, brand, links, audience, and assets.
  • No ranking, indexing, approval, or revenue guarantees.

Validation

Basic local checks:

python3 -c 'import ast, pathlib; ast.parse(pathlib.Path("global-site-launchpad/scripts/audit_static_site.py").read_text()); print("syntax ok")'
python3 global-site-launchpad/scripts/audit_static_site.py --help

The Codex quick_validate.py skill validator may require PyYAML in the local Python environment. If unavailable, validate manually that SKILL.md frontmatter contains only name and description, references exist, and scripts run.

Roadmap

  • Add more deterministic audit scripts for sitemap, hreflang, metadata, and JSON-LD validation.
  • Add example project briefs and anonymized case teardown examples.
  • Add optional agents/openai.yaml metadata for Codex UI discovery.
  • Add tests for the static SEO audit script.
  • Keep SEO and AdSense policy guidance aligned with official docs.

License

No license has been selected yet. Choose a license before publishing if you want others to reuse, modify, or redistribute this repository.

Releases

No releases published

Packages

 
 
 

Contributors

Languages