Toggle menu
1.3K
4.4K
15
13.4K
WikiGenius
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Get Your WikiGenius page
Chat on WhatsApp Now →

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
No edit summary
 
No edit summary
 
Line 7: Line 7:
     "name": "WikiGenius",
     "name": "WikiGenius",
     "url": "https://wikigenius.org/",
     "url": "https://wikigenius.org/",
     "logo": "https://static.wikioasis.org/wikigeniuswiki/2/21/WikiGenius.png",
     "logo": "https://wikigenius.org/images/3/3d/WikiGenius_Favicon.png",
     "foundingDate": "2023-07-22",
     "foundingDate": "2023-07-22",
     "description": "WikiGenius is a dedicated online encyclopedia that profiles entrepreneurs, startups, business leaders, and founders worldwide. Our platform highlights inspiring success stories, innovative companies, and industry pioneers, providing reliable and well-researched information to support the business community and aspiring entrepreneurs.",
     "description": "WikiGenius is a dedicated online encyclopedia that profiles entrepreneurs, startups, business leaders, and founders worldwide. Our platform highlights inspiring success stories, innovative companies, and industry pioneers, providing reliable and well-researched information to support the business community and aspiring entrepreneurs.",
Line 20: Line 20:
     "sameAs": [
     "sameAs": [
       "https://www.facebook.com/profile.php?id=61574894462519",
       "https://www.facebook.com/profile.php?id=61574894462519",
       "https://www.instagram.com/wiki.genius/",
       "https://www.instagram.com/wikigenius2026/",
       "https://www.linkedin.com/company/wikigenius10/"
       "https://www.linkedin.com/company/wikigenius10/"
     ],
     ],

Latest revision as of 22:42, 3 August 2026

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://wikigenius.org/images/3/3d/WikiGenius_Favicon.png",
    "foundingDate": "2023-07-22",
    "description": "WikiGenius is a dedicated online encyclopedia that profiles entrepreneurs, startups, business leaders, and founders worldwide. Our platform highlights inspiring success stories, innovative companies, and industry pioneers, providing reliable and well-researched information to support the business community and aspiring entrepreneurs.",
    "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/wikigenius2026/",
      "https://www.linkedin.com/company/wikigenius10/"
    ],
    "address": {
      "@type": "PostalAddress",
      "addressRegion": "Florida",
      "addressCountry": "United States"
    }
  });
  document.head.appendChild(script);
});