MediaWiki:Common.js
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
mw.loader.using('mediawiki.util').then(function() {
var script = document.createElement('script');
script.type = 'application/ld+json';
script.text = JSON.stringify({
"@context": "https://schema.org",
"@type": "Organization",
"name": "WikiGenius",
"url": "https://wikigenius.org/",
"logo": "https://static.wikitide.net/wikigeniuswiki/6/68/Wikigenius_logo_02.png",
"foundingDate": "2023-07-22",
"founder": {
"@type": "Person",
"name": "Shovon Ahmed",
"sameAs": [
"https://g.co/kgs/VEEEjKG",
"https://www.google.com/search?kgmid=/g/11r3_4dnj8"
]
},
"sameAs": [
"https://www.facebook.com/profile.php?id=61574894462519",
"https://www.instagram.com/wiki.genius/",
"https://www.linkedin.com/company/wikigenius10/"
],
"address": {
"@type": "PostalAddress",
"addressRegion": "Florida",
"addressCountry": "United States"
}
});
document.head.appendChild(script);
});