    
//     <div class="clap-wrapper" data-post-id="">
//         <span class="clap-icon">👏</span>
//         <span class="clap-count"></span>
//     </div>

//     <style>
//     .clap-icon {
//         cursor: pointer;
//         font-size: 24px;
//         transition: 0.2s;
//     }
//     .clap-icon.liked {
//         color: orange;
//         transform: scale(1.2);
//     }
//     </style>

//     <script>
//     document.addEventListener("DOMContentLoaded", function () {
//         document.querySelectorAll(".clap-icon").forEach(function (icon) {
//             icon.addEventListener("click", function () {
//                 let wrapper = this.closest(".clap-wrapper");
//                 let postId = wrapper.dataset.postId;
//                 let countEl = wrapper.querySelector(".clap-count");
//                 let liked = this.classList.contains("liked");

//                 fetch("https://theamericanhealthreport.com/wp-admin/admin-ajax.php", {
//                     method: "POST",
//                     headers: {"Content-Type": "application/x-www-form-urlencoded"},
//                     body: "action=toggle_clap&post_id=" + postId + "&liked=" + liked
//                 })
//                 .then(res => res.json())
//                 .then(data => {
//                     if (data.success) {
//                         countEl.textContent = data.count;
//                         this.classList.toggle("liked");
//                     }
//                 });
//             });
//         });
//     });
//     </script>

//     <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://theamericanhealthreport.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://theamericanhealthreport.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://theamericanhealthreport.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://theamericanhealthreport.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://theamericanhealthreport.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://theamericanhealthreport.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
