SleekRank for Japanese mythology pages
Keep Shinto kami, Buddhist deities, and yokai in Google Sheets or JSON. SleekRank generates an indexable page per figure with shrine, attestations in the Kojiki and Nihon Shoki, and a related-figures section.
€50 off for the first 100 lifetime licenses!
Japanese mythology layers Shinto, Buddhist, and folk
Japanese mythology is layered. Shinto kami appear in the Kojiki (712 CE) and the Nihon Shoki (720 CE), the two foundational texts. Buddhist deities arrived from the mainland and acquired Japanese forms (the Seven Lucky Gods, the bosatsu and myo-o). Folk tradition adds yokai, oni, and tsukumogami. Every figure shares the same structured fields: name (kanji, hiragana or katakana, romanized), category (kami, bosatsu, yokai, oni), primary shrine or temple, and the textual source where the figure appears.
SleekRank reads the figure list from Google Sheets or JSON and produces one page per figure at /japanese/{slug}/. The template handles layout: hero with kanji and romanized name, category badge, shrine or temple cards, attestations list, and a related-figures section. SleekRank fills in values per row via tag, selector, list, and meta mappings.
Because the source is shared, syncretic relationships (a kami associated with a particular bosatsu under honji suijaku) resolve from linked-slug arrays. Each category gets its own index from a second URL pattern, so kami, bosatsu, and yokai each have a distinct browse view from the same data.
Workflow
From Japanese list to per-figure URLs
Curate the Japanese source
Design the figure template
Map figures to template
Add category and shrine indexes
Data in, pages out
Japanese rows to per-figure URLs
| slug | romanized_name | kanji_name | category | primary_shrine |
|---|---|---|---|---|
| amaterasu | Amaterasu | 天照大神 | Kami | Ise Grand Shrine |
| inari | Inari Okami | 稲荷大神 | Kami | Fushimi Inari Taisha |
| susanoo | Susanoo no Mikoto | 須佐之男命 | Kami | Yasaka Shrine |
| kannon | Kannon Bosatsu | 観音菩薩 | Bosatsu (Buddhist) | Sanjusangen-do |
| kitsune | Kitsune | 狐 | Yokai (fox spirit) | (folk tradition) |
/japanese/{slug}/
- /japanese/amaterasu/
- /japanese/inari/
- /japanese/susanoo/
- /japanese/kannon/
- /japanese/kitsune/
Comparison
Manual Japanese mythology pages vs SleekRank
Hand-written page per figure
- Hundreds of figures plus yokai means a long writing project
- Kanji, hiragana, and romanized spellings drift between pages
- Shinto, Buddhist, and folk categories get blurred
- Shrine and temple attestations get cited unevenly
- OG cards per figure rarely get done
- Category indexes (kami vs bosatsu vs yokai) need manual upkeep
SleekRank
- One URL per figure sourced from a single list
- Kanji, kana, and romanized names live on every page
- List mapping renders Kojiki and Nihon Shoki attestations
- 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 romanized name and category badge
Features
What SleekRank gives you for Japanese mythology pages
Kanji and romaji together
Selector mapping reads kanji_name, kana_name, and romanized_name columns and renders all three on every page, capturing search intent in both Japanese and English.
Kojiki and Nihon Shoki attestations
List mapping turns the attestations array (Kojiki book and section, Nihon Shoki book and section, regional folk sources) into structured citations on every figure page.
Shrine and temple indexes
Second URL patterns for shrine and category index pages, fed from the same source, so adding a kami populates the relevant shrine and the kami category index automatically.
Use cases
Who builds Japanese mythology pages with SleekRank
Japanese studies departments
Universities publish a stable URL per figure with consistent romanization and source citations, useful for Japanese religion and folklore courses.
Travel and culture sites
Publishers covering shrines and temples for travelers maintain a kami and Buddhist deity reference, linked from individual shrine pages so visitors arrive informed.
Manga, anime, and game wikis
Works drawing on Japanese myth and yokai folklore (and the fan wikis around them) maintain a clean reference set sharing a source between lore pages and bestiary entries.
The bigger picture
Why Japanese mythology rewards layered per-figure pages
Japanese religious search splits across kanji-readers (within Japan and from Japanese learners abroad) and romanized-readers (the global audience). A page that surfaces both writing systems prominently captures both. The categories themselves matter for ranking: someone searching for Kannon is searching for a bodhisattva and expects Buddhist context, while someone searching for Amaterasu expects Shinto and the Kojiki.
Conflating those categories signals lack of authority. SleekRank's category badge and structured attestations field force the editorial discipline: every figure declares its tradition and its primary source. Honji suijaku (the medieval theological framework that paired kami with bosatsu) becomes a navigable feature rather than a paragraph of explanation, because the syncretic_slugs array makes the pairings explicit.
Yokai are first-class citizens of the same dataset, with their own category badge and folk-tradition source notes. Adding regional yokai (Tono Monogatari figures, prefecture-specific spirits) becomes a row insertion. Pair with SleekPixel for OG cards using the romanized name and category badge so shares signal the right cultural register, whether the site is academic, practitioner, or pop-culture oriented.
Questions
Common questions about SleekRank for Japanese mythology pages
Store the kanji as a regular text column (UTF-8 in the sheet or JSON). Selector mapping renders it into the template via a span or heading element. Web browsers handle CJK rendering natively, especially with a system font fallback or a web font like Noto Sans JP. For best appearance, pair kanji with kana furigana in a separate column.
 Yes. Make the attestations array an array of objects with text (Kojiki, Nihon Shoki, regional folk sources), book and section reference, and a short note. List mapping renders them as structured citations on every page. For scholarly sites this turns each figure page into a navigable index of primary attestations.
 Store syncretic_slugs as an array. Under honji suijaku, many kami had paired bosatsu (Amaterasu paired with Dainichi Nyorai, for example). Selector mapping resolves each slug into a linked card on the page, with a note describing the syncretic relationship. The full medieval theological structure becomes navigable.
 Yes. Each URL is added to the SleekRank sitemap. The base template is excluded and noindexed. Submit the sitemap in Search Console and new pages get crawled within hours of cache flush. Japanese mythology queries are competitive but structured per-page content (kanji name, category, shrine) signals authority.
 Yes. Wikimedia Commons holds extensive shrine photography (from open-source uploaders) and large public-domain collections of ukiyo-e prints featuring yokai and deities. Store image URLs in the sheet and use selector mapping for hero images and og:image per page. Hokusai and Hiroshige yokai prints are particularly evocative.
 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. Build a second page group for shrines and temples (rows with slug, name, kami_slugs array, prefecture, founding date). Each shrine page links to the kami enshrined there. Both groups read from coordinated sources so adding a kami makes the shrine list update and vice versa.
 No. The base template is a normal WordPress page. Style it however the rest of the site looks. The structured fields (kanji, romanized name, category, shrine) render through your theme's typography and spacing, with a CJK-capable font fallback. 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