/**
 * Plugin Name: Canna Corner - Structured Data Owner
 * Description: Declares Rank Math as the single owner of structured data on cannacorner.co.
 * Version: 1.0
 *
 * Verified live 2026-09-17: the homepage was emitting FIVE JSON-LD blocks
 * containing THREE Organization nodes and THREE WebSite nodes for one business.
 * Two of each had no @id, so Google cannot merge them with Rank Math's
 * #organization / #website - it sees several separate entities on one site.
 *
 * universal-schema-enhancer.php was standing down only for OSBS_SCHEMA_OWNER,
 * a constant that exists solely on onestopbudshop.com, so it ran here and
 * emitted an Organization on every page plus a WebSite on the front page (and a
 * duplicate Product on every product page).
 *
 * 000- prefix is deliberate: mu-plugins load alphabetically and ALL of them load
 * before regular plugins, so checking Rank Math's own constants at mu-plugin
 * file scope never works. The constant has to be defined by a file that sorts
 * earlier than universal-schema-enhancer.php.
 */

if (!defined('ABSPATH')) exit;

if (!defined('SITE_SCHEMA_OWNER')) {
    define('SITE_SCHEMA_OWNER', 'rank-math-pro');
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//cannacorner.co/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://cannacorner.co/post-sitemap.xml</loc>
		<lastmod>2026-05-18T08:01:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cannacorner.co/page-sitemap.xml</loc>
		<lastmod>2026-05-05T09:12:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cannacorner.co/product-sitemap.xml</loc>
		<lastmod>2026-05-21T06:30:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cannacorner.co/category-sitemap.xml</loc>
		<lastmod>2026-05-18T08:01:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cannacorner.co/product_cat-sitemap.xml</loc>
		<lastmod>2026-05-21T06:30:17+00:00</lastmod>
	</sitemap>
	</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->