Catalog / aowiki.uk
65

SEO audit for aowiki.uk

Angels Online Wiki — Complete Game Database

other

Health 65/100 (fair) · 50 pages crawled · generated 2026-08-26

Download Markdown report (feed to ChatGPT / Claude / Cursor)
Screenshot of aowiki.uk
50
pages crawled
50
indexable pages
0
errors
314
warnings
427
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Links 31 0 115 0
Canonical 70 0 50 0
Meta Description 70 0 50 0
Content 73 0 45 27
Headings 74 0 43 1
Duplicate 96 0 7 0
Rendering 98 0 4 0
Agent Readiness 100 0 0 3
Crawlability 100 0 0 46
Images 100 0 0 2
Performance 100 0 0 105
Security 100 0 0 50
Sitemap 100 0 0 41
Social 100 0 0 100
Structured Data 100 0 0 50
URL 100 0 0 2
Findings

Warnings (9 rules)

warning Duplicate page content

Rule duplicate.content · Duplicate · 2 occurrence(s)

warning Homepage duplicated across protocol/host variants (no redirect)

Rule duplicate.protocol_host · Duplicate · 3 occurrence(s)

  • https://aowiki.uk/ — http://aowiki.uk/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.
  • https://aowiki.uk/ — http://www.aowiki.uk/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.
  • https://aowiki.uk/ — https://www.aowiki.uk/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.

warning Duplicate <title> across pages

Rule duplicate.title · Duplicate · 2 occurrence(s)

warning Internal link points to a redirect

Rule links.redirect_target · Links · 115 occurrence(s)

warning Content only rendered by JavaScript (invisible to non-JS crawlers & AI)

Rule rendering.js_shell · Rendering · 4 occurrence(s)

  • https://aowiki.uk/boxes.html — Raw HTML has 18 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
  • https://aowiki.uk/events.html — Raw HTML has 19 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
  • https://aowiki.uk/leveling.html — Raw HTML has 14 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.
  • https://aowiki.uk/prestige.html — Raw HTML has 8 words and 0 links — this page is built by JavaScript in the browser. Googlebot renders JS but delays it, and most crawlers and AI assistants (ChatGPT, Perplexity, Claude) don't run JavaScript at all, so to them the page looks empty. Server-render or pre-render your main content and navigation.

Notices (20 rules)

notice Heading levels skip a level

Rule agent.heading_skip · Agent Readiness · 1 occurrence(s)

notice No llms.txt for AI agents

Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)

  • https://aowiki.uk/ — no llms.txt found at the site root — add one so AI agents get a curated site summary

notice No main landmark for AI agents

Rule agent.no_main_landmark · Agent Readiness · 1 occurrence(s)

notice Main text is hard to read (low Flesch Reading Ease)

Rule content.readability_poor · Content · 3 occurrence(s)

  • https://aowiki.uk/ — this page reads as very difficult (Flesch Reading Ease 19, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
  • https://aowiki.uk/achievements.html — this page reads as very difficult (Flesch Reading Ease -261, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
  • https://aowiki.uk/index.html — this page reads as very difficult (Flesch Reading Ease 19, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.

notice Missing <!DOCTYPE html> (quirks-mode rendering risk)

Rule encoding.doctype_missing · Content · 1 occurrence(s)

notice Multiple <h1> elements

Rule h1.multiple · Headings · 1 occurrence(s)

notice Likely hero image lacks fetchpriority=high

Rule images.hero_no_fetchpriority · Performance · 2 occurrence(s)

  • https://aowiki.uk/ — the likely hero/LCP image (icon-pets.png) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://aowiki.uk/index.html — the likely hero/LCP image (icon-pets.png) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.

notice Images without width/height (layout shift / CLS)

Rule images.missing_dimensions · Images · 2 occurrence(s)

notice Missing Open Graph tags

Rule og.missing · Social · 50 occurrence(s)

notice Large DOM (over 1500 elements) slows rendering & interaction

Rule perf.dom_size_large · Performance · 1 occurrence(s)

  • https://aowiki.uk/achievements.html — the page has 9074 DOM elements (recommended maximum is around 1500) — a large DOM increases style-recalculation, layout and paint cost, hurting LCP and INP. Flatten deep nesting, paginate long lists/tables, and lazy-render off-screen elements.

notice Legacy image format (jpg/png/gif) with no next-gen fallback

Rule perf.images_legacy_format · Performance · 2 occurrence(s)

  • https://aowiki.uk/ — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://aowiki.uk/index.html — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.

notice No ETag header (no conditional GET for unchanged pages)

Rule perf.no_etag · Performance · 50 occurrence(s)

  • https://aowiki.uk/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/achievements.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/armor-sets.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/armors.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/boots.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/builds.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/combat.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/drops.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/gloves.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/halos.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/index.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/items.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/monsters.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/npcs.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/npcskills.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/pages/expansions.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/pages/monster/monster_old-scarecrow.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/pets.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/quests.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/robots.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/shops.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/skills.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/staves.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/weapons.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://aowiki.uk/zones.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.

notice No Last-Modified header (no conditional GET for unchanged pages)

Rule perf.no_last_modified · Performance · 50 occurrence(s)

  • https://aowiki.uk/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/achievements.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/armor-sets.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/armors.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/boots.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/builds.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/combat.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/drops.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/gloves.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/halos.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/index.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/items.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/monsters.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/npcs.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/npcskills.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/pages/expansions.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/pages/monster/monster_old-scarecrow.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/pets.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/quests.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/robots.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/shops.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/skills.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/staves.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/weapons.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://aowiki.uk/zones.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.

notice URL redirects to another URL

Rule redirect.single · Crawlability · 46 occurrence(s)

notice Indexable page not listed in sitemap

Rule sitemap.orphan_not_listed · Sitemap · 41 occurrence(s)

notice Underscores in URL path (prefer hyphens)

Rule url.underscores · URL · 2 occurrence(s)

Pages (showing 50 of 50)
URLStatusIndexableWordsIn-links
https://aowiki.uk/drops.html
Drop Tables — Angels Online Wiki
200 yes 76 6
https://aowiki.uk/items.html
Items — Angels Online Wiki
200 yes 26 6
https://aowiki.uk/monsters.html
Monsters — Angels Online Wiki
200 yes 72 6
https://aowiki.uk/zones.html
Zones — Angels Online Wiki
200 yes 27 6
https://aowiki.uk/index.html
Angels Online Wiki — Complete Game Database
200 yes 762 4
https://aowiki.uk/pages/expansions.html
Expansions — Angels Online Wiki
200 yes 101 3
https://aowiki.uk/classes.html
Classes — Angels Online Wiki
200 yes 22 4
https://aowiki.uk/quests.html
Quests — Angels Online Wiki
200 yes 57 4
https://aowiki.uk/pages/map_progression.html
Map Progression Guide — Angels Online Wiki
200 yes 525 2
https://aowiki.uk/skills.html
Magic Skills — Angels Online Wiki
200 yes 37 3
https://aowiki.uk/achievements.html
Achievements — Angels Online Wiki
200 yes 16331 2
https://aowiki.uk/armor-sets.html
Armor Sets — Angels Online Wiki
200 yes 55 2
https://aowiki.uk/armors.html
Equipment — Angels Online Wiki
200 yes 65 2
https://aowiki.uk/badges.html
Badges & Trinkets — Angels Online Wiki
200 yes 37 2
https://aowiki.uk/bags.html
Backpacks — Angels Online Wiki
200 yes 19 2
https://aowiki.uk/boots.html
Boots — Angels Online Wiki
200 yes 23 2
https://aowiki.uk/boxes.html
Lucky Boxes / Roulette — Angels Online Wiki
200 yes 18 2
https://aowiki.uk/builds.html
Builds & Roadmap — Angels Online Wiki
200 yes 193 2
https://aowiki.uk/char-skills.html
Character Skills — Angels Online Wiki
200 yes 35 2
https://aowiki.uk/cloaks.html
Capes & Cloaks — Angels Online Wiki
200 yes 25 2
https://aowiki.uk/combat.html
Combat & Damage Formula — Angels Online Wiki
200 yes 1190 2
https://aowiki.uk/crafting.html
Crafting — Angels Online Wiki
200 yes 25 2
https://aowiki.uk/crowns.html
Crown Titles — Angels Online Wiki
200 yes 25 2
https://aowiki.uk/dialogues.html
NPC Dialogues — Angels Online Wiki
200 yes 28 2
https://aowiki.uk/events.html
Events — Angels Online Wiki
200 yes 19 2
https://aowiki.uk/exchange.html
Exchange Shop — Angels Online Wiki
200 yes 16 2
https://aowiki.uk/farmcalc.html
Farm Calculator — Angels Online Wiki
200 yes 79 2
https://aowiki.uk/fashion.html
Fashion — Angels Online Wiki
200 yes 40 2
https://aowiki.uk/gems.html
Gems — Angels Online Wiki
200 yes 29 2
https://aowiki.uk/gloves.html
Gloves — Angels Online Wiki
200 yes 23 2
https://aowiki.uk/guildcontrib.html
Guild Contributions — Angels Online Wiki
200 yes 19 2
https://aowiki.uk/halos.html
Halos & Caps — Angels Online Wiki
200 yes 26 2
https://aowiki.uk/leaguetowers.html
League Defense Towers — Angels Online Wiki
200 yes 20 2
https://aowiki.uk/leveling.html
Leveling & EXP Tables — Angels Online Wiki
200 yes 14 2
https://aowiki.uk/lucky-bags.html
Lucky Bags — Angels Online Wiki
200 yes 21 2
https://aowiki.uk/mounts.html
Mounts — Angels Online Wiki
200 yes 56 2
https://aowiki.uk/npcs.html
NPCs — Angels Online Wiki
200 yes 41 2
https://aowiki.uk/npcskills.html
NPC Skills & Abilities — Angels Online Wiki
200 yes 28 2
https://aowiki.uk/pets.html
Pets — Angels Online Wiki
200 yes 58 2
https://aowiki.uk/prestige.html
Prestige — Angels Online Wiki
200 yes 8 2
https://aowiki.uk/robots.html
Robots — Angels Online Wiki
200 yes 35 2
https://aowiki.uk/scrolls.html
Scrolls — Angels Online Wiki
200 yes 14 2
https://aowiki.uk/shields.html
Shields — Angels Online Wiki
200 yes 18 2
https://aowiki.uk/shops.html
NPC Shops — Angels Online Wiki
200 yes 12 2
https://aowiki.uk/stances.html
Stances — Angels Online Wiki
200 yes 29 2
https://aowiki.uk/stancescrolls.html
Stance Scroll Drops — Angels Online Wiki
200 yes 41 2
https://aowiki.uk/staves.html
Staves — Angels Online Wiki
200 yes 19 2
https://aowiki.uk/weapons.html
Weapons — Angels Online Wiki
200 yes 42 2
https://aowiki.uk/
Angels Online Wiki — Complete Game Database
200 yes 762 0
https://aowiki.uk/pages/monster/monster_old-scarecrow.html
Old Scarecrow — Angels Online Wiki
200 yes 100 0

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →