お知らせ
information
© 山口楼 All Rights Reserved.
// =========================================
// 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 '
© 山口楼 All Rights Reserved.