// ========================================= // Schema.org 構造化データ拡充 (Restaurant + EventVenue) // ========================================= function yamaguchirou_add_schema_org() { $rs = array( '@context' => 'https://schema.org', '@type' => 'Restaurant', '@id' => 'https://yamaguchirou.com/honten/#restaurant', 'name' => '山口楼 本店', 'description' => '明治五年創業の老舗料亭。茨城県水戸市にて、会席料理・顔合わせ・結納・和婚・宴会に対応。', 'url' => 'https://yamaguchirou.com/honten/', 'telephone' => '+81-29-231-1231', 'servesCuisine' => array( '日本料理', '会席料理', '和食' ), 'priceRange' => '¥¥¥', 'currenciesAccepted' => 'JPY', 'paymentAccepted' => array( 'Cash', 'Credit Card' ), 'address' => array( '@type' => 'PostalAddress', 'streetAddress' => '大工町1丁目5-20', 'addressLocality' => '水戸市', 'addressRegion' => '茨城県', 'postalCode' => '310-0031', 'addressCountry' => 'JP', ), 'openingHoursSpecification' => array( array( '@type' => 'OpeningHoursSpecification', 'dayOfWeek' => array( 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' ), 'opens' => '11:00', 'closes' => '00:00', ), ), 'image' => 'https://yamaguchirou.com/wp-content/uploads/2024/10/sns_logo.jpg', 'sameAs' => array( 'https://www.facebook.com/profile.php?id=100063616536881', 'https://www.instagram.com/yamaguchirou_honten/', ), ); echo '' . wp_json_encode( $rs, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ) . ''; if ( is_page() ) { global $post; if ( $post && strpos( $post->post_name, 'japanese-wedding' ) !== false ) { $vs = array( '@context' => 'https://schema.org', '@type' => 'EventVenue', '@id' => 'https://yamaguchirou.com/honten/japanese-wedding/#venue', 'name' => '山口楼 本店(和婚・顔合わせ・結納 会場)', 'description' => '明治五年創業の老舗料亭「山口楼」は、水戸市にて和婚・顔合わせ・結納に対応する完全貸切の結婚式場です。', 'url' => 'https://yamaguchirou.com/honten/japanese-wedding/', 'telephone' => '+81-29-231-1231', 'address' => array( '@type' => 'PostalAddress', 'streetAddress' => '大工町1丁目5-20', 'addressLocality' => '水戸市', 'addressRegion' => '茨城県', 'postalCode' => '310-0031', 'addressCountry' => 'JP', ), 'image' => 'https://yamaguchirou.com/wp-content/uploads/2024/10/sns_logo.jpg', ); echo '' . wp_json_encode( $vs, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ) . ''; } } } add_action( 'wp_head', 'yamaguchirou_add_schema_org' ); 大洗 山口楼 | 山口楼 | Page 4

お知らせ
information