function clickweb_shortcode_taxonomia($atts) {

    global $post;

    if (empty($post) || get_post_type($post) !== 'propiedad') {
        return '';
    }

    $atts = shortcode_atts(array(
        'taxonomia' => '',
        'separador' => ', ',
    ), $atts);

    if (empty($atts['taxonomia'])) {
        return '';
    }

    $terminos = get_the_terms($post->ID, $atts['taxonomia']);

    if (empty($terminos) || is_wp_error($terminos)) {
        return '';
    }

    $nombres = wp_list_pluck($terminos, 'name');

    return esc_html(implode($atts['separador'], $nombres));
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//realestate.clickweb.com.ar/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://realestate.clickweb.com.ar/post-sitemap.xml</loc>
		<lastmod>2026-08-13T20:57:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestate.clickweb.com.ar/page-sitemap.xml</loc>
		<lastmod>2026-08-25T20:20:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestate.clickweb.com.ar/propiedad-sitemap.xml</loc>
		<lastmod>2026-08-25T19:26:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestate.clickweb.com.ar/category-sitemap.xml</loc>
		<lastmod>2026-08-13T20:57:55+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->