get_site_information_default() {
		return (object) [
			'url'           => WPSEO_Utils::get_home_url(),
			'subscriptions' => [],
		];
	}

	/**
	 * Maps the plugin API response.
	 *
	 * @param object $site_information Site information as received from the API.
	 *
	 * @return stdClass Mapped site information.
	 */
	protected function map_site_information( $site_information ) {
		return (object) [
			'url'           => $site_information->url,
			'subscriptions' => array_map( [ $this, 'map_subscription' ], $site_information->subscriptions ),
		];
	}

	/**
	 * Maps a plugin subscription.
	 *
	 * @param object $subscription Subscription information as received from the API.
	 *
	 * @return stdClass Mapped subscription.
	 */
	protected function map_subscription( $subscription ) {
		// phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase -- Not our properties.
		return (object) [
			'renewal_url' => $subscription->renewalUrl,
			'expiry_date' => $subscription->expiryDate,
			'product'     => (object) [
				'version'      => $subscription->product->version,
				'name'         => $subscription->product->name,
				'slug'         => $subscription->product->slug,
				'last_updated' => $subscription->product->lastUpdated,
				'store_url'    => $subscription->product->storeUrl,
				// Ternary operator is necessary because download can be undefined.
				'download'     => ( $subscription->product->download ?? null ),
				'changelog'    => $subscription->product->changelog,
			],
		];
		// phpcs:enable
	}

	/**
	 * Retrieves the site information.
	 *
	 * @return stdClass The site information.
	 */
	private function get_site_information() {
		if ( ! $this->has_installed_addons() ) {
			return $this->get_site_information_default();
		}

		return $this->get_myyoast_site_information();
	}

	/**
	 * Retrieves the contents for the support section.
	 *
	 * @return string The support section content.
	 */
	protected function get_support_section() {
		return '<h4>' . __( 'Need support?', 'wordpress-seo' ) . '</h4>'
			. '<p>'
			/* translators: 1: expands to <a> that refers to the help page, 2: </a> closing tag. */
			. sprintf( __( 'You can probably find an answer to your question in our %1$shelp center%2$s.', 'wordpress-seo' ), '<a href="https://yoast.com/help/">', '</a>' )
			. ' '
			/* translators: %s expands to a mailto support link. */
			. sprintf( __( 'If you still need support and have an active subscription for this product, please email %s.', 'wordpress-seo' ), '<a href="mailto:support@yoast.com">support@yoast.com</a>' )
			. '</p>';
	}
}
get_site_information_default() {
		return (object) [
			'url'           => WPSEO_Utils::get_home_url(),
			'subscriptions' => [],
		];
	}

	/**
	 * Maps the plugin API response.
	 *
	 * @param object $site_information Site information as received from the API.
	 *
	 * @return stdClass Mapped site information.
	 */
	protected function map_site_information( $site_information ) {
		return (object) [
			'url'           => $site_information->url,
			'subscriptions' => array_map( [ $this, 'map_subscription' ], $site_information->subscriptions ),
		];
	}

	/**
	 * Maps a plugin subscription.
	 *
	 * @param object $subscription Subscription information as received from the API.
	 *
	 * @return stdClass Mapped subscription.
	 */
	protected function map_subscription( $subscription ) {
		// phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase -- Not our properties.
		return (object) [
			'renewal_url' => $subscription->renewalUrl,
			'expiry_date' => $subscription->expiryDate,
			'product'     => (object) [
				'version'      => $subscription->product->version,
				'name'         => $subscription->product->name,
				'slug'         => $subscription->product->slug,
				'last_updated' => $subscription->product->lastUpdated,
				'store_url'    => $subscription->product->storeUrl,
				// Ternary operator is necessary because download can be undefined.
				'download'     => ( $subscription->product->download ?? null ),
				'changelog'    => $subscription->product->changelog,
			],
		];
		// phpcs:enable
	}

	/**
	 * Retrieves the site information.
	 *
	 * @return stdClass The site information.
	 */
	private function get_site_information() {
		if ( ! $this->has_installed_addons() ) {
			return $this->get_site_information_default();
		}

		return $this->get_myyoast_site_information();
	}

	/**
	 * Retrieves the contents for the support section.
	 *
	 * @return string The support section content.
	 */
	protected function get_support_section() {
		return '<h4>' . __( 'Need support?', 'wordpress-seo' ) . '</h4>'
			. '<p>'
			/* translators: 1: expands to <a> that refers to the help page, 2: </a> closing tag. */
			. sprintf( __( 'You can probably find an answer to your question in our %1$shelp center%2$s.', 'wordpress-seo' ), '<a href="https://yoast.com/help/">', '</a>' )
			. ' '
			/* translators: %s expands to a mailto support link. */
			. sprintf( __( 'If you still need support and have an active subscription for this product, please email %s.', 'wordpress-seo' ), '<a href="mailto:support@yoast.com">support@yoast.com</a>' )
			. '</p>';
	}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//actiondecareme.ch/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://actiondecareme.ch/post-sitemap.xml</loc>
		<lastmod>2026-05-27T13:17:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/page-sitemap.xml</loc>
		<lastmod>2026-05-27T11:02:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/product-sitemap.xml</loc>
		<lastmod>2026-03-11T13:00:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/projekt-sitemap.xml</loc>
		<lastmod>2025-07-14T13:32:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/mitarbeiter-sitemap.xml</loc>
		<lastmod>2026-04-28T15:14:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/partner-sitemap.xml</loc>
		<lastmod>2025-05-15T08:10:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/offene_stelle-sitemap.xml</loc>
		<lastmod>2024-08-05T12:51:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/veranstaltung-sitemap.xml</loc>
		<lastmod>2026-02-12T08:26:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/landesprogramm-sitemap.xml</loc>
		<lastmod>2026-05-26T12:30:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/magazin-sitemap.xml</loc>
		<lastmod>2024-09-02T07:13:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/medienmitteilung-sitemap.xml</loc>
		<lastmod>2026-05-18T12:13:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/post_tag-sitemap.xml</loc>
		<lastmod>2026-05-18T14:52:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/product_cat-sitemap.xml</loc>
		<lastmod>2026-03-11T13:00:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/wpmf_tag-sitemap.xml</loc>
		<lastmod>2026-05-22T14:07:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/region-sitemap.xml</loc>
		<lastmod>2026-05-07T06:17:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/thema-sitemap.xml</loc>
		<lastmod>2026-05-18T14:52:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/land-sitemap.xml</loc>
		<lastmod>2026-05-18T14:52:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/post_typ-sitemap.xml</loc>
		<lastmod>2026-02-17T13:56:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/mitarbeiter_kategorie-sitemap.xml</loc>
		<lastmod>2026-03-12T09:43:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/datei_thema-sitemap.xml</loc>
		<lastmod>2026-04-28T07:37:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/datei_land-sitemap.xml</loc>
		<lastmod>2026-04-28T07:37:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/medienmitteilung_kategorie-sitemap.xml</loc>
		<lastmod>2026-05-18T12:13:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://actiondecareme.ch/author-sitemap.xml</loc>
		<lastmod>2026-05-22T12:11:04+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->