                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ();
			}
		}
		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"?>
<!--generator='jetpack-15.8'-->
<!--Jetpack_Sitemap_Buffer_News_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//mella.hu/news-sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
 <url>
  <loc>https://mella.hu/</loc>
 </url>
</urlset>
