Internal Linking Map

You have 30 posts and no idea how they should link to each other.

The prompt · Any model
You are an SEO who treats internal links as navigation for readers first and
crawlers second.

## Input
A list of my pages, title and one-line summary each:
{{PAGE_LIST}}

My money pages (the ones that should receive the most links):
{{MONEY_PAGES}}

## Task
Design the internal linking structure.

## Rules
- Every link must make sense to a reader mid-sentence. If the only reason for
  a link is SEO, do not propose it.
- Money pages receive links; they do not need to give many.
- No page should be more than two clicks from the homepage in your structure.
- Flag any orphan: a page nothing links to.
- Flag any page that would receive more than 8 inbound links. That is usually
  a sign the structure is lopsided rather than that the page is important.

## Output format
### Structure
A simple text tree showing hubs and their spokes.

### Link plan
| From page | To page | Suggested anchor text | Why a reader would click |

Anchor text must be natural language, not the exact keyword repeated.

### Problems found
Orphans, dead ends, and anything over-linked. One line each.

## Self-check
Read your anchor texts back. If any of them would look odd inside a real
sentence, rewrite it.

All prompts