From 6327783554018e69a6d8abd36f6ea538df6ee9f3 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Sun, 21 Jun 2026 19:35:30 +0900 Subject: 一般質問ページに FAQPage 構造化データを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QuestionSummary コンポーネントを導入し、63ページの一般質問に Schema.org FAQPage JSON-LD を追加。表と構造化データを単一の データ源から生成するため、表の更新と JSON-LD の同期が自動化される。 - src/components/QuestionSummary.astro: 新規。表と JSON-LD を生成 - src/components/StructuredQA.astro: 削除(QuestionSummary に置換) - scripts/migrate-to-question-summary.mjs: 旧 Markdown 表の変換用 - src/content/docs/ippan-situmon/**/*.mdx: 63ファイル移行済み 新規ページ作成時は QuestionSummary コンポーネントを使用する。 Markdown 表を直接書くことは禁止(コンポーネントにルールを明記)。 --- .../ippan-situmon/r4d/12gatu/2-stop-cashless-jirihin.mdx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/content/docs/ippan-situmon/r4d/12gatu/2-stop-cashless-jirihin.mdx') diff --git a/src/content/docs/ippan-situmon/r4d/12gatu/2-stop-cashless-jirihin.mdx b/src/content/docs/ippan-situmon/r4d/12gatu/2-stop-cashless-jirihin.mdx index ae45faf..6a7a0fb 100644 --- a/src/content/docs/ippan-situmon/r4d/12gatu/2-stop-cashless-jirihin.mdx +++ b/src/content/docs/ippan-situmon/r4d/12gatu/2-stop-cashless-jirihin.mdx @@ -30,11 +30,14 @@ import KaigirokuDougaLink from '@/components/KaigirokuDougaLink.astro'; 今回はこの問題を周知することを目的に質問しました。多くの人が気付いていないため、今後も継続して訴え続けます。 -| 質問 | 答弁概要(クリックで詳細) | -|---|---| -| ① キャッシュレス決済が広まるほど富が流出するという認識は正しいか? | [決済手数料発生の面はあるが、富が失われるとは考えていない。](#-キャッシュレス決済が広まるほど富が流出するという認識は正しいか?) | -| ② 付与されたポイント分を使う際も決済手数料が発生する? | [発生する。](#-付与されたポイント分を使う際も決済手数料が発生する?) | - + ## 通告書 @@ -44,6 +47,7 @@ import KaigirokuDougaLink from '@/components/KaigirokuDougaLink.astro'; ## 主な質疑 import Partial from './../../_partial.mdx'; +import QuestionSummary from '@/components/QuestionSummary.astro'; -- cgit v1.3.1