Leaderboard/Marketing/seobuild-onpage
Last commit on September 3, 2026·Created on March 18, 2026

gbessoni/seobuild-onpage

Produces entity-rich content designed for Google rankings and LLM citations.
Combined rank
#660
across all skills
In Marketing
#44
category rank
Stars
251
+1.2% in last 7d
Forks
39
0.0% in last 7d
Watchers
9
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill implements a Generative Engine Optimization (GEO) framework to create high-information-gain pages. It replaces traditional keyword stuffing with a structural entity placement protocol, ensuring content is formatted for both search engine visibility and retrieval by AI agents.

SEO specialists can use the Two-Gate AEO framework to move content from general retrieval pools into selected citations. The process integrates live SERP data and a specific chunk architecture to optimize for models like Gemini 3.5 Flash.

WHO IT'S FOR
SEO specialists
generate pages that rank on Google and LLMs
Content strategists
optimize content for AI answer engines
AI automation engineers
integrate SEO agents into content workflows
Digital marketers
perform forensic competitive SERP analysis
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code (Mac app / CLI)

Installs: seobuild-onpage skill · Claude Code

Before you start
  • Python 3
  • DataForSEO login and password credentials
  • The Python requests dependency; the setup script attempts to install it

Platform: Mac app / CLI

Run from: ~/.claude/skills/seobuild-onpage/scripts

  1. Run this terminal command to clone the seobuild-onpage repository into Claude Code's skills directory.

    git clone https://github.com/gbessoni/seobuild-onpage.git ~/.claude/skills/seobuild-onpage
  2. In a terminal, change to ~/.claude/skills/seobuild-onpage/scripts, then run the documented setup command. The script attempts to install requests and prompts for the required DataForSEO login and password. A Google Search Console service-account JSON path is optional and may be skipped by pressing Enter.

    python3 setup.py
scripts/setup.py · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Draft an SEO page for a target keyword

Uses seobuild-onpage

  • Target keyword, replacing [target keyword]
Use the seobuild-onpage skill to draft an SEO page for [target keyword]. Base it on current SERP evidence and include a competitive heading structure, content depth, an FAQ section, and schema markup. Treat [target keyword] as a placeholder and replace it with the keyword I provide.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026