                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ();
			}
		}
		else {
			if ( \array_key_exists( 'priceValidUntil', $offer ) && $offer['priceValidUntil'] === null ) {
				unset( $offer['priceValidUntil'] );
			}
			$offer['seller'] = $this->return_organization_node();
		}

		return $offer;
	}

	/**
	 * Returns a Schema node for the current site's Organization.
	 *
	 * @return array{"@type": string[], "@id": string}
	 */
	private function return_organization_node() {
		$home_page_meta = $this->meta->for_home_page();

		$id = $home_page_meta->canonical . '#organization';
		if ( $home_page_meta->site_represents === 'person' ) {
			$current_page_meta = $this->meta->for_current_page();

			$id = $this->schema_id->get_user_schema_id(
				$current_page_meta->site_user_id,
				$current_page_meta,
			);
		}

		return [
			'@type' => [ 'Organization', 'Brand' ],
			'@id'   => $id,
		];
	}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mella.hu/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mella.hu/post-sitemap.xml</loc>
		<lastmod>2026-03-31T10:47:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/page-sitemap.xml</loc>
		<lastmod>2026-03-26T21:04:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/base_element-sitemap.xml</loc>
		<lastmod>2026-02-23T19:32:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/product-sitemap.xml</loc>
		<lastmod>2026-05-08T09:43:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/category-sitemap.xml</loc>
		<lastmod>2026-03-31T10:47:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/post_tag-sitemap.xml</loc>
		<lastmod>2026-02-17T13:29:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/product_brand-sitemap.xml</loc>
		<lastmod>2026-05-08T09:43:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/product_cat-sitemap.xml</loc>
		<lastmod>2026-05-08T09:43:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/product_tag-sitemap.xml</loc>
		<lastmod>2026-05-08T09:43:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/pa_alap-szine-sitemap.xml</loc>
		<lastmod>2026-05-08T09:43:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/pa_lamella-szine-sitemap.xml</loc>
		<lastmod>2026-05-08T09:43:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/product_brands-sitemap.xml</loc>
		<lastmod>2026-03-27T18:12:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mella.hu/author-sitemap.xml</loc>
		<lastmod>2025-12-24T01:47:13+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->