MediaWiki:Common.js: Difference between revisions

Shovon (talk | contribs)
No edit summary
Shovon (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
mw.loader.using('mediawiki.util', function () {
mw.loader.using('mediawiki.util').then(function() {
   var script = document.createElement('script');
   var script = document.createElement('script');
   script.type = 'application/ld+json';
   script.type = 'application/ld+json';
Line 5: Line 5:
     "@context": "https://schema.org",
     "@context": "https://schema.org",
     "@type": "Organization",
     "@type": "Organization",
     "name": "WikiAlpha",
     "name": "WikiGenius",
     "url": "https://wikialpha.co",
     "url": "https://wikigenius.org/",
     "logo": "https://wikialpha.co/images/4/4c/Wikialpha.png",
     "logo": "https://static.wikioasis.org/wikigeniuswiki/2/21/WikiGenius.png",
     "sameAs": [
     "foundingDate": "2023-07-22",
      "https://www.facebook.com/wikialpha.co",
     "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.",
      "https://www.linkedin.com/company/wikialpha/"
    ],
     "description": "WikiAlpha is a free online encyclopedia that anyone can edit. It covers a wide range of topics including biographies, technology, politics, and current events, and aims to provide uncensored, easily accessible knowledge for everyone.",
     "founder": {
     "founder": {
       "@type": "Person",
       "@type": "Person",
       "name": "Shovon Ahmed"
       "name": "Shovon Ahmed",
      "sameAs": [
        "https://g.co/kgs/VEEEjKG",
        "https://www.google.com/search?kgmid=/g/11r3_4dnj8"
      ]
     },
     },
     "foundingDate": "2011-06-11",
     "sameAs": [
      "https://www.facebook.com/profile.php?id=61574894462519",
      "https://www.instagram.com/wiki.genius/",
      "https://www.linkedin.com/company/wikigenius10/"
    ],
     "address": {
     "address": {
       "@type": "PostalAddress",
       "@type": "PostalAddress",
       "addressLocality": "Dhaka",
       "addressRegion": "Florida",
       "addressCountry": "Bangladesh"
       "addressCountry": "United States"
     }
     }
   });
   });
   document.head.appendChild(script);
   document.head.appendChild(script);
});
});