
// llms.txt — write static file to WP root for AI engines
add_action('admin_init', function () {
    $path = ABSPATH . 'llms.txt';
    if ( file_exists($path) ) return;
    $c  = '# Copper Brewing Co.' . PHP_EOL;
    $c .= '> Kelowna craft brewery and kitchen. 19 beers on tap brewed in-house. Dog-friendly taproom at 1851 Kirschner Rd #102, Kelowna, BC.' . PHP_EOL . PHP_EOL;
    $c .= '## Key Pages' . PHP_EOL . PHP_EOL;
    $c .= '- [Homepage](https://copperbrewingco.com/): Kelowna craft brewery taproom.' . PHP_EOL;
    $c .= '- [On Tap](https://copperbrewingco.com/on-tap/): Beers on tap — ales, lagers, IPAs, sours.' . PHP_EOL;
    $c .= '- [Menu](https://copperbrewingco.com/menu/): Full food menu.' . PHP_EOL;
    $c .= '- [Events](https://copperbrewingco.com/events/): Live music and taproom events.' . PHP_EOL;
    $c .= '- [About Us](https://copperbrewingco.com/about-us/): Founded 2019, Kelowna BC.' . PHP_EOL . PHP_EOL;
    $c .= '## Business Info' . PHP_EOL . PHP_EOL;
    $c .= '- Address: 1851 Kirschner Rd #102, Kelowna, BC V1Y 4N7' . PHP_EOL;
    $c .= '- Phone: (250) 762-8850' . PHP_EOL;
    $c .= '- Type: Craft brewery, kitchen, taproom' . PHP_EOL;
    file_put_contents( $path, $c );
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//copperbrewingco.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://copperbrewingco.com/post-sitemap.xml</loc>
		<lastmod>2026-04-23T17:22:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://copperbrewingco.com/page-sitemap.xml</loc>
		<lastmod>2026-04-25T20:52:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://copperbrewingco.com/testimonials-sitemap.xml</loc>
		<lastmod>2020-10-23T18:59:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://copperbrewingco.com/product-sitemap.xml</loc>
		<lastmod>2026-05-02T15:00:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://copperbrewingco.com/category-sitemap.xml</loc>
		<lastmod>2026-04-23T17:22:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://copperbrewingco.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-05-02T15:00:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://copperbrewingco.com/product_shipping_class-sitemap.xml</loc>
		<lastmod>2026-05-02T15:00:58+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->