SleekRank for Norse mythology pages
Keep Aesir, Vanir, jotnar, and saga figures in Google Sheets or JSON. SleekRank generates an indexable page per figure with realm, primary attestations in the Poetic and Prose Eddas, and a related-figures section.
€50 off for the first 100 lifetime licenses!
Norse mythology has a tight source canon
Norse mythology rests on a small but dense canon: the Poetic Edda, the Prose Edda by Snorri Sturluson, the Heimskringla, and the Icelandic family sagas. Every figure in that canon, from Odin and Thor to lesser-known jotnar like Skadi or Thrymr, can be described with the same fields: Old Norse name, modern English transliteration, realm (Asgard, Jotunheim, Vanaheim, Midgard), kinship, key myth appearances, and primary source citations.
SleekRank reads a Norse figure list from Google Sheets or JSON and produces one page per figure at /norse/{slug}/. The template handles layout: hero with Old Norse name and English transliteration, realm and faction badges, kinship cards, attestation list (which Eddic poem or saga the figure appears in), and a related-figures section. SleekRank fills in values per row via tag, selector, list, and meta mappings.
Because the source is one shared list, transliteration consistency (Mjollnir versus Mjolnir, Yggdrasil versus Yggdrasill) lives in one place and propagates everywhere. Adding a less-covered figure from a single saga becomes a row insertion, not a full editorial cycle.
Workflow
From Norse list to per-figure URLs
Curate the Norse source
Design the figure template
Map figures to template
Add faction and realm indexes
Data in, pages out
Norse rows to per-figure URLs
| slug | old_norse_name | english_name | faction | realm |
|---|---|---|---|---|
| odin | Odinn | Odin | Aesir | Asgard |
| thor | Thorr | Thor | Aesir | Asgard |
| loki | Loki | Loki | Aesir-aligned | Asgard |
| freya | Freyja | Freya | Vanir | Folkvangr |
| skadi | Skadi | Skadi | Jotnar | Thrymheim |
/norse/{slug}/
- /norse/odin/
- /norse/thor/
- /norse/loki/
- /norse/freya/
- /norse/skadi/
Comparison
Manual Norse pages vs SleekRank
Hand-written page per figure
- Dozens of figures plus jotnar means a long writing project
- Old Norse transliterations drift between pages
- Realm and faction fields go inconsistent over time
- Saga and Edda attestations get cited unevenly
- OG cards per figure rarely get done
- Kinship links between Aesir and Vanir need manual upkeep
SleekRank
- One URL per figure sourced from a single list
- Kinship links resolve from the same dataset, no manual cross-linking
- List mapping renders Eddic and saga attestations per page
- Add a row, get a new figure page on the next cache cycle
- Sitemap entries per figure, base template noindexed
- Pair with SleekPixel for OG cards using the Old Norse and English names
Features
What SleekRank gives you for Norse mythology pages
Realm and faction badges
Selector mapping reads realm and faction columns and renders styled badges, so visitors instantly place a figure in Asgard, Jotunheim, Vanaheim, or Midgard without reading the body text.
Eddic attestations
List mapping turns an attestations array (Voluspa, Havamal, Gylfaginning, Skaldskaparmal, plus specific sagas) into structured citations on every figure page.
Faction and realm indexes
Second URL patterns for faction index pages and realm overviews pull filtered rows from the same source, so adding a jotun populates the Jotnar index automatically.
Use cases
Who builds Norse mythology pages with SleekRank
Norse studies and Old Norse literature
Universities and independent scholars publish a stable URL per figure with consistent transliterations, useful for course reading lists and reference essays.
Worldbuilding and game wikis
Games drawing on Norse myth (and fiction inspired by it) maintain a clean reference set, sharing a source between lore pages and bestiary entries.
Heathen and asatru communities
Practitioner sites publish curated figure pages with primary-source citations, helping members ground modern practice in attested material rather than secondhand summaries.
The bigger picture
Why Norse mythology rewards per-figure pages
Old Norse search is highly specific. A query for Odin pulls people interested in the All-Father, the hanging on Yggdrasil, and the runes. A query for Skadi pulls people interested in the giantess who married Njord and the snowshoe goddess motif.
A query for Vidar pulls people interested in the silent god who avenges Odin at Ragnarok. Each query maps to a specific figure and a focused per-figure page outranks a generic Norse pantheon listing every time. The work that distinguishes a great Norse reference is source-grounding: which Eddic poem mentions this figure, which saga episode, which kenning.
That citation work is exactly what benefits from structured data, because the same poem or saga gets cited across many figure pages and inconsistencies (Voluspa versus Voluspa with diacritics, Snorri versus Sturluson) need to be fixed in one place. SleekRank lets contributors edit a sheet of figures and attestations, and renders the result through a polished template. Less-covered jotnar and saga figures join the library as row insertions.
Transliteration stays consistent because it is edited once. Pair with SleekPixel for OG cards using both the Old Norse and English names, so shares look educational rather than fantasy-themed.
Questions
Common questions about SleekRank for Norse mythology pages
Store the canonical Old Norse form (with diacritics or in a normalized ASCII form) as one column, and an English transliteration as another. The URL uses the simplified English form (slug). Both names render on the page, so search engines see both spellings. List a few common variants in an alternate_names array if they differ enough from the canonical form to matter for search.
 Yes. Make the attestations array an array of objects with source (Voluspa, Havamal, Gylfaginning, etc), stanza number or chapter, and a short note. List mapping renders them as a structured citation list. For sites focused on scholarly accuracy, this turns the figure page into a navigable index of primary sources.
 Most major figures appear in both the Poetic Edda and the Prose Edda, plus assorted sagas. The attestations array handles this naturally; each entry is its own row in the array. For figures with conflicting accounts (Loki's parentage, for instance), add a notes_on_variants field and surface it as a separate section on the page.
 Yes. Each URL is added to the SleekRank sitemap. The base template is excluded and noindexed. Submit the sitemap in Search Console and new figure pages get crawled within hours of cache flush. Old Norse-related queries are competitive but the structured per-page content (faction, realm, attestations) signals authority to search engines.
 Yes. Wikimedia Commons holds many public-domain illustrations from 19th-century Eddic editions (Olaus Wormius, Gerhard Munthe, Lorenz Frolich). Store image URLs in the sheet and use selector mapping for hero images and og:image per page. For modern commissioned art, the same approach works; the source field just changes.
 Cache duration is configurable per source. For active library development, set fifteen to sixty minutes; for stable references, a day or longer is fine. A manual flush via wp-cli makes urgent corrections appear immediately. The next request after flush rebuilds pages from the updated source.
 Yes. Store kinship_slugs, consort_slugs, child_slugs, and rival_slugs arrays per row. A filter resolves each slug to a name and URL, then renders them as linked cards. The Aesir-Vanir war, for example, becomes navigable from any figure involved without manual cross-linking, because the relationships live in the source data.
 No. The base template is a normal WordPress page. Style it however the rest of the site looks. The structured fields (Old Norse name, realm, faction, attestations) render through your theme's typography and spacing. SleekRank only injects values into matched elements; the visual identity stays in the theme.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Starter
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- 3 websites
- 1 year of updates
- 1 year of support
Pro
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- 1 year of updates
- 1 year of support
Lifetime ♾️
Launch Offer
€299
EUR
once
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkout