

// BreadcrumbList Schema for Homepage
function simpleme_breadcrumb_schema() {
    if (!is_front_page()) return;
    echo '<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://makeupchair.com.cn/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Makeup Chairs",
            "item": "https://makeupchair.com.cn/shop/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Makeup Chair Guide",
            "item": "https://makeupchair.com.cn/makeup-chair/"
        }
    ]
}
</script>' . "\n";
}
add_action('wp_head', 'simpleme_breadcrumb_schema', 6);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//makeupchair.com.cn/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://makeupchair.com.cn/post-sitemap.xml</loc>
		<lastmod>2026-04-15T08:07:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://makeupchair.com.cn/page-sitemap.xml</loc>
		<lastmod>2026-04-15T08:07:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->