Quote @HulaHoop Permanent Takedown Ideas - #3 by HulaHoop
That’s what this forum thread is for.
@nurmagoz is looking for illustrative images. Resizes these using mediawiki.
https://www.whonix.org/wiki/Dev/ImageResize
https://www.whonix.org/wiki/Dev/ImageResize2
Then these direct links of resized (following meta tags specifications) are added to Extension:WikiSEO - MediaWiki. For example
Wiki markup for WikiSEO:
{{#seo:
|description={{project_name}} Documentation. A Crash Course in Anonymity and Security on the Internet.
|image=https://www.whonix.org/w/images/8/85/Documentation.jpg
}}
Which then auto generates the meta tags.
<script type="application/ld+json">{"@context":"http:\/\/schema.org","name":"Documentation - Whonix","headline":"Documentation - Whonix","identifier":"https:\/\/www.whonix.org\/wiki\/Documentation","url":"https:\/\/www.whonix.org\/wiki\/Documentation","description":"Whonix \u2122 Documentation. A Crash Course in Anonymity and Security on the Internet.","dateModified":"2020-01-22T19:03:45Z","datePublished":"2020-01-22T19:03:45Z","image":{"@type":"ImageObject","url":""},"author":{"@type":"Organization","name":"Whonix"},"publisher":{"@type":"Organization","name":"Whonix"},"potentialAction":{"@type":"SearchAction","target":"https:\/\/www.whonix.org\/w\/index.php?title=Special:Search&search={search_term}","query-input":"required name=search_term"}}</script>
Which are then consumed by those who process these links such as twitter, facebook or discourse (which calls this oneboxing).