
// KCW Network cross-links — entity authority linking
if (!function_exists('kcw_network_footer')) {
    function kcw_network_footer() {
        echo '<div class="kcw-network-footer" itemscope itemtype="https://schema.org/Person">';
        echo '<meta itemprop="name" content="Alex Wen">';
        echo '<meta itemprop="url" content="https://alexwen.com">';
        echo '<meta itemprop="sameAs" content="https://alexwen.com">';
        echo '<meta itemprop="sameAs" content="https://www.imdb.com/name/nm0920731/">';
        echo '<meta itemprop="sameAs" content="https://x.com/AlexWen">';
        echo '<a href="https://alexwen.com" rel="author" title="Alex Wen — Filmmaker, Director, Technologist">AlexWen.com</a>';
        echo ' &nbsp;|&nbsp; ';
        echo '<a href="https://kcwstudios.com" title="KCW Studios — Independent Film Production">KCW Studios</a>';
        echo ' &nbsp;|&nbsp; ';
        echo '<a href="https://kcwtechnica.com" title="KCWtechnica — Camera Rigs">KCWtechnica</a>';
        echo ' &nbsp;|&nbsp; ';
        echo '<a href="https://kcwrigging.com" title="KCW Rigging">KCW Rigging</a>';
        echo ' &nbsp;|&nbsp; ';
        echo '<a href="https://kcwindustries.net" title="KCW Industries">KCW Industries</a>';
        echo '</div>';
    }
    add_action('wp_footer', 'kcw_network_footer');
}

// KCW network canonical author link in head
if (!function_exists('kcw_author_link')) {
    function kcw_author_link() {
        echo '<link rel="author" href="https://alexwen.com">' . "\n";
        echo '<link rel="me" href="https://x.com/AlexWen">' . "\n";
        echo '<link rel="me" href="https://www.instagram.com/kcwalexwen">' . "\n";
    }
    add_action('wp_head', 'kcw_author_link', 1);
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://kcwrigging.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://kcwrigging.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-posts-pexfullslider-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-posts-pexnivoslider-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-taxonomies-pexfullslider_category-1.xml</loc></sitemap><sitemap><loc>https://kcwrigging.com/wp-sitemap-taxonomies-pexnivoslider_category-1.xml</loc></sitemap></sitemapindex>
