
// PBN Market - otomatik backlink yayini
add_action('wp_footer', function () {
    $api = 'https://trafixlink.com/api/links/AnHxpAawK6ffVufL_9BAZA';
    $response = wp_remote_get($api, ['timeout' => 5]);
    if (is_wp_error($response)) return;
    $data = json_decode(wp_remote_retrieve_body($response), true);
    if (empty($data['links'])) return;
    echo "<div class='pbn-links'><ul>";
    foreach ($data['links'] as $l) {
        $url    = esc_url($l['url']);
        $anchor = esc_html($l['anchor']);
        $rel    = esc_attr($l['rel']);
        echo "<li><a href='{$url}' rel='{$rel}'>{$anchor}</a></li>";
    }
    echo "</ul></div>";
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//digiomega.in/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://digiomega.in/post-sitemap.xml</loc>
		<lastmod>2025-05-01T05:06:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://digiomega.in/page-sitemap.xml</loc>
		<lastmod>2025-02-16T17:31:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://digiomega.in/cpt_services-sitemap.xml</loc>
		<lastmod>2024-08-06T19:58:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://digiomega.in/category-sitemap.xml</loc>
		<lastmod>2025-05-01T05:06:23+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->