MediaWiki:Common.js
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 () {
if (
mw.config.get('wgNamespaceNumber') === 0 &&
mw.config.get('wgTitle') === 'ConnexAbility_Private_Limited'
) {
var orgSchema = {
"@context": "https://schema.org",
"@type": "Organization",
"name": "ConnexAbility Private Limited",
"alternateName": "ConnexAbility",
"url": "https://bharatwikipedia.org/wiki/ConnexAbility_Private_Limited",
"logo": "https://bharatwikipedia.org/wiki/Special:FilePath/Connex.png",
"foundingDate": "2025-09-08",
"description": "ConnexAbility Private Limited is an Indian branding and digital services company offering branding, digital marketing, SEO, website development, photography, videography, and creative communication services.",
"address": {
"@type": "PostalAddress",
"addressCountry": "IN"
},
"sameAs": [
"https://connexability.in"
]
};
var script = document.createElement('script');
script.type = 'application/ld+json';
script.text = JSON.stringify(orgSchema);
document.head.appendChild(script);
}
});