	 
/* ===== あいの実SEO: 特定ページのtitle/meta descriptionを分離設定（2026-07-20 seo-pm）===== */
/* H1・ナビ・カード表示は post_title のまま変えず、<title>タグと meta description だけSEO最適化する */
add_action('template_redirect', function () {
    $new = null;
    if (is_singular('work') && get_the_ID() === 228) {
        $new = '医療型短期入所（デイショート）｜医療的ケア児の預け先 仙台・泉区｜あいの実ストロベリー – SWCあいの実';
    } elseif (is_page(505)) {
        $new = '重症心身障害児・医療的ケア児とは｜特徴・将来と家族の相談先（仙台） – SWCあいの実';
    }
    if ($new === null) {
        return;
    }
    ob_start(function ($html) use ($new) {
        return preg_replace('#<title>.*?</title>#is', '<title>' . esc_html($new) . '</title>', $html, 1);
    });
});

/* strawberry は work投稿タイプで抜粋(meta)欄がないため、meta description をここで出力する */
add_action('wp_head', function () {
    if (is_singular('work') && get_the_ID() === 228) {
        echo '<meta name="description" content="医療型短期入所（デイショート）あいの実ストロベリー。仙台市泉区で医療的ケアがある障害児者を全年齢で受け入れ、レスパイト・宿泊利用に対応。事前登録・ご相談はお電話で。" />' . "\n";
    }
}, 1);<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://ainomi.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.24' -->
<!-- generated-on='2026年7月20日 6:11 AM' -->
<sitemapindex 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/siteindex.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<sitemap>
		<loc>https://ainomi.com/sitemap-misc.xml</loc>
		<lastmod>2026-07-20T05:47:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ainomi.com/landmark-sitemap.xml</loc>
		<lastmod>2026-07-20T05:47:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ainomi.com/area-sitemap.xml</loc>
		<lastmod>2026-07-20T05:47:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ainomi.com/category-sitemap.xml</loc>
		<lastmod>2026-07-20T05:47:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ainomi.com/post-sitemap.xml</loc>
		<lastmod>2026-07-18T07:52:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ainomi.com/page-sitemap.xml</loc>
		<lastmod>2026-07-20T05:47:24+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- Request ID: 095551384acc6c66f10eff3d1535b24b; Queries for sitemap: 8; Total queries: 91; Seconds: 0.01; Memory for sitemap: 1KB; Total memory: 10MB -->
