If you go to (almost) any other wiki, their site's include LD+JSON data for the page. This is preferred by search engines and Google uses it to (sometimes) display nice-looking snippets already in the search results.
e.g. the page
https://simpsons.fandom.com/wiki/Homer_Simpson has the followin LD+JSON:
Code:
{
"@context":"http://schema.org",
"@type":"Article",
"url":"https://simpsons.fandom.com/wiki/Homer_Simpson",
"name":"Homer Simpson",
"headline":"Homer Simpson",
"mainEntity":{
"@type":"Thing",
"url":"https://simpsons.fandom.com/wiki/Homer_Simpson",
"name":"Homer Simpson",
"image":"https://static.wikia.nocookie.net/simpsons/images/b/bd/Homer_Simpson.png/revision/latest?cb=20221226145155"
},
"about":{
"@type":"Thing",
"url":"https://simpsons.fandom.com/wiki/Homer_Simpson",
"name":"Homer Simpson",
"image":"https://static.wikia.nocookie.net/simpsons/images/b/bd/Homer_Simpson.png/revision/latest?cb=20221226145155"
},
"author":{
"@type":"Organization",
"url":"https://simpsons.fandom.com/wiki/Homer_Simpson?action=credits",
"name":"Contributors to Simpsons Wiki"
},
"publisher":{
"@type":"Organization",
"name":"Fandom, Inc.",
"logo":{
"@type":"ImageObject",
"url":"https://static.wikia.nocookie.net/750feb85-de88-4a4f-b294-8b48142ac182/thumbnail-down/width/1280/height/720"
}
},
"abstract":"Homer Jay Simpson (born May 12, 1956) is a man from Springfield and the protagonist of the animated television series The Simpsons. He is a crude, ignorant, and slobbish individual, although he is fundamentally a good person and shows great caring and loyalty to his family, friends and on occasion, to those he barely knows or those he considers his enemies. Homer works as a low-level safety inspector at the Springfield Nuclear Power Plant in Sector 7G, although he is often incompetent and neglig",
"image":"https://static.wikia.nocookie.net/simpsons/images/b/bd/Homer_Simpson.png/revision/latest?cb=20221226145155",
"thumbnailUrl":"https://static.wikia.nocookie.net/simpsons/images/b/bd/Homer_Simpson.png/revision/latest?cb=20221226145155"
}
Another example from
https://lotr.fandom.com/wiki/Lurtz
Code:
{
"@context":"http://schema.org",
"@type":"Article",
"url":"https://lotr.fandom.com/wiki/Lurtz",
"name":"Lurtz",
"headline":"Lurtz",
"mainEntity":{
"@type":"Thing",
"url":"https://lotr.fandom.com/wiki/Lurtz",
"name":"Lurtz",
"image":"https://static.wikia.nocookie.net/lotr/images/b/bf/Lurtz_2.jpg/revision/latest?cb=20110527083830"
},
"about":{
"@type":"Thing",
"url":"https://lotr.fandom.com/wiki/Lurtz",
"name":"Lurtz",
"image":"https://static.wikia.nocookie.net/lotr/images/b/bf/Lurtz_2.jpg/revision/latest?cb=20110527083830"
},
"author":{
"@type":"Organization",
"url":"https://lotr.fandom.com/wiki/Lurtz?action=credits",
"name":"Contributors to The One Wiki to Rule Them All"
},
"publisher":{
"@type":"Organization",
"name":"Fandom, Inc.",
"logo":{
"@type":"ImageObject",
"url":"https://static.wikia.nocookie.net/750feb85-de88-4a4f-b294-8b48142ac182/thumbnail-down/width/1280/height/720"
}
},
"abstract":"The Lord of the Rings: The Fellowship of the RingSaruman! Lurtz was the first leader of Saruman's scouts\u00a0created specifically for Peter Jackson's movie The Lord of the Rings: The Fellowship of the Ring. He was portrayed by New Zealand actor Lawrence Makoare. He is non-canonical as he was created for the films, and is not in the books. Lurtz is the first of Saruman's Uruk-hai to be bred, choking the first Orc he sees to death within seconds of his birth. Attempting to intervene, other Orcs (Snaga",
"image":"https://static.wikia.nocookie.net/lotr/images/b/bf/Lurtz_2.jpg/revision/latest?cb=20110527083830",
"thumbnailUrl":"https://static.wikia.nocookie.net/lotr/images/b/bf/Lurtz_2.jpg/revision/latest?cb=20110527083830"
}
Most of the data needed for this should be available (already rendered for og:image, og:title & og:description, but maybe some of the fields like "author.name" and some others should be definable in the options (maybe on a per-area basis?)
Would be nice if we could get this as a feature so we can compete with the other wikis that are following those best-practice standards for SEO