geo-fundamentals

Audit HTML/JSX/TSX pages for JSON-LD, headings, author, dates, and FAQ signals.

4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcusagm/Mundam --skill geo-fundamentals-marcusagm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-fundamentals
Source: https://github.com/marcusagm/Mundam/tree/main/.agent/skills/geo-fundamentals
Command: npx skills add https://github.com/marcusagm/Mundam --skill geo-fundamentals-marcusagm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

GEO Checker audits public web content to ensure AI engines can reliably cite and extract information by validating structured data, headings, dates, and attribution signals.

Core Features & Use Cases

  • JSON-LD / structured data verification to enable accurate AI indexing
  • Headline structure checks (single H1, multiple H2s) for clear topic signals
  • Author attribution and publication date presence to support trust and freshness
  • FAQ sections, tables, and data signals to boost citability
  • Suitable for audits of documentation, blogs, knowledge bases, and marketing pages

Quick Start

Run the GEO checker against your project folder: python geo_checker.py /path/to/your/project

Frequently Asked Questions about geo-fundamentals

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

FAQPage Schema
How do I check if my web content is ready for AI citations?

To check if your web content is ready for AI citations, audit HTML and JSX files for JSON-LD structured data, H1/H2 headings, author attribution, publication dates, and FAQ sections to produce a scoring report with recommended improvements.

What is JSON-LD structured data and why does it matter for AI indexing?

JSON-LD structured data is metadata embedded in HTML that helps AI engines reliably extract and cite page content. Verifying JSON-LD presence ensures accurate AI indexing and improves content citability.

Can I audit documentation and marketing pages for AI citation signals?

Yes, you can audit documentation, blogs, knowledge bases, and marketing pages. The checker scans your project folder to enforce coverage of key signals like JSON-LD, heading structure, author dates, and FAQ sections across all these page types.

How do I run an automated web content audit for structured data?

Run an automated web content audit for structured data by executing the checker script against your project directory. It analyzes your HTML, JSX, and TSX files to identify missing metadata and outputs a scoring report.

Does the GEO checker work with JSX and TSX files?

Yes, the GEO checker works with JSX and TSX files. It analyzes HTML, JSX, and TSX pages across your project to identify JSON-LD presence, heading structure, author attribution, and publication dates.

What are the limitations of automated AI citation readiness checks?

Automated AI citation readiness checks are limited to validating structural signals like JSON-LD, headings, dates, and FAQ sections. They do not evaluate the factual accuracy or semantic quality of the actual web content.