{"id":1348,"date":"2026-07-26T21:15:35","date_gmt":"2026-07-27T04:15:35","guid":{"rendered":"https:\/\/www.37h-photography.com\/en\/?page_id=1348"},"modified":"2026-07-27T22:45:12","modified_gmt":"2026-07-28T05:45:12","slug":"how-to-book","status":"publish","type":"page","link":"https:\/\/www.37h-photography.com\/en\/how-to-book\/","title":{"rendered":"How to Book"},"content":{"rendered":"\n<!-- ============================================================\n  Minaha Photography \"How to Book\" \u2014 English page block (text only, no photos)\n  Paste directly into a WordPress \"Custom HTML\" block.\n  Colors and fonts are managed together in the :root section below.\n============================================================ -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap\" rel=\"stylesheet\">\n\n<div class=\"mnh-flow\">\n<style>\n.mnh-flow{\n  --mnh-bg:#FFFFFF;\n  --mnh-panel:#FFFFFF;\n  --mnh-ink:#3B332A;\n  --mnh-sub:#7A6E60;\n  --mnh-gold:#FB2690;\n  --mnh-gold-soft:#FBB8D8;\n  --mnh-rose:#FB2690;\n  --mnh-line:#F1D9E7;\n  --mnh-serif:'Cormorant Garamond', serif;\n  --mnh-sans:'Noto Sans JP', sans-serif;\n\n  background:var(--mnh-bg);\n  color:var(--mnh-ink);\n  font-family:var(--mnh-sans);\n  line-height:1.9;\n  -webkit-font-smoothing:antialiased;\n  padding:0 0 96px;\n  overflow-x:hidden;\n}\n.mnh-flow *{box-sizing:border-box;}\n.mnh-flow img{max-width:100%;display:block;}\n.mnh-wrap{max-width:860px;margin:0 auto;padding:0 24px;}\n\n\/* ---------- Hero ---------- *\/\n.mnh-hero{\n  padding:88px 24px 72px;\n  text-align:center;\n  position:relative;\n}\n.mnh-hero::after{\n  content:\"\";\n  position:absolute;\n  bottom:0;left:50%;\n  transform:translateX(-50%);\n  width:1px;height:56px;\n  background:linear-gradient(var(--mnh-gold-soft), transparent);\n}\n.mnh-eyebrow{\n  font-family:var(--mnh-sans);\n  font-size:12px;\n  letter-spacing:.42em;\n  color:var(--mnh-gold);\n  text-transform:uppercase;\n  margin:0 0 18px;\n  font-weight:500;\n}\n.mnh-title{\n  font-family:var(--mnh-serif);\n  font-weight:600;\n  font-size:clamp(26px,4.4vw,42px);\n  letter-spacing:.02em;\n  margin:0 0 28px;\n  color:var(--mnh-ink);\n}\n.mnh-concept{\n  max-width:640px;\n  margin:0 auto;\n  font-size:15.5px;\n  color:var(--mnh-sub);\n  letter-spacing:.01em;\n}\n.mnh-concept b{\n  color:var(--mnh-ink);\n  font-weight:500;\n  border-bottom:1px solid var(--mnh-gold-soft);\n}\n\n\/* ---------- Phase divider ---------- *\/\n.mnh-phase{\n  display:flex;\n  align-items:center;\n  gap:18px;\n  max-width:860px;\n  margin:0 auto;\n  padding:64px 24px 40px;\n}\n.mnh-phase-num{\n  font-family:var(--mnh-serif);\n  font-size:13px;\n  letter-spacing:.18em;\n  color:var(--mnh-gold);\n  white-space:nowrap;\n  padding:6px 16px;\n  border:1px solid var(--mnh-gold-soft);\n  border-radius:999px;\n}\n.mnh-phase-title{\n  font-family:var(--mnh-serif);\n  font-size:clamp(18px,2.6vw,23px);\n  letter-spacing:.01em;\n  color:var(--mnh-ink);\n  font-weight:600;\n}\n.mnh-phase-rule{\n  flex:1;\n  height:1px;\n  background:var(--mnh-line);\n}\n\n\/* ---------- Timeline ---------- *\/\n.mnh-timeline{\n  position:relative;\n  max-width:860px;\n  margin:0 auto;\n  padding:8px 24px 0;\n}\n.mnh-timeline::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  bottom:60px;\n  left:calc(24px + 27px);\n  width:1px;\n  background:repeating-linear-gradient(\n    to bottom,\n    var(--mnh-gold-soft) 0 6px,\n    transparent 6px 13px\n  );\n}\n@media (max-width:600px){\n  .mnh-timeline::before{ left:calc(16px + 23px); }\n}\n\n.mnh-step{\n  position:relative;\n  display:grid;\n  grid-template-columns:56px 1fr;\n  gap:22px;\n  padding:0 0 52px;\n}\n.mnh-step:last-child{ padding-bottom:8px; }\n\n.mnh-badge{\n  position:relative;\n  width:56px;\n  height:56px;\n  border-radius:6px;\n  background:var(--mnh-panel);\n  border:1px solid var(--mnh-gold-soft);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-family:var(--mnh-serif);\n  font-size:20px;\n  font-weight:600;\n  color:var(--mnh-gold);\n  z-index:1;\n}\n\/* film-sprocket notches, top & bottom of each badge \u2014 nods to photo\/movie film *\/\n.mnh-badge::before,\n.mnh-badge::after{\n  content:\"\";\n  position:absolute;\n  left:50%;\n  transform:translateX(-50%);\n  width:10px;height:4px;\n  background:var(--mnh-bg);\n  border:1px solid var(--mnh-gold-soft);\n  border-radius:1px;\n}\n.mnh-badge::before{ top:-5px; }\n.mnh-badge::after{ bottom:-5px; }\n\n@media (max-width:600px){\n  .mnh-step{ grid-template-columns:46px 1fr; gap:16px; }\n  .mnh-badge{ width:46px;height:46px;font-size:17px; }\n}\n\n.mnh-card{\n  background:var(--mnh-panel);\n  border:1px solid var(--mnh-line);\n  border-radius:4px;\n  padding:26px 28px;\n  display:flex;\n  align-items:flex-start;\n  gap:28px;\n}\n.mnh-card-body{\n  flex:1;\n  min-width:0;\n}\n.mnh-step-label{\n  font-size:11px;\n  letter-spacing:.28em;\n  color:var(--mnh-gold);\n  text-transform:uppercase;\n  margin:0 0 8px;\n  font-weight:500;\n}\n.mnh-step-title{\n  font-family:var(--mnh-serif);\n  font-size:21px;\n  font-weight:600;\n  letter-spacing:.01em;\n  margin:0 0 12px;\n  color:var(--mnh-ink);\n}\n.mnh-step-body{\n  font-size:14.5px;\n  color:var(--mnh-sub);\n  margin:0 0 10px;\n}\n.mnh-step-body:last-child{ margin-bottom:0; }\n.mnh-note{\n  margin-top:16px;\n  padding:14px 18px;\n  background:#FEF1F7;\n  border-left:2px solid var(--mnh-gold);\n  border-radius:2px;\n  font-size:13.5px;\n  color:var(--mnh-ink);\n}\n.mnh-note b{ color:var(--mnh-gold); font-weight:600; }\n\n.mnh-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:14px;\n}\n.mnh-tag{\n  font-size:12px;\n  letter-spacing:.03em;\n  color:var(--mnh-gold);\n  border:1px solid var(--mnh-gold-soft);\n  border-radius:999px;\n  padding:5px 14px;\n  background:#FFFBFD;\n}\n\n\/* ---------- CTA ---------- *\/\n.mnh-cta{\n  max-width:640px;\n  margin:80px auto 0;\n  padding:48px 32px;\n  text-align:center;\n  background:var(--mnh-panel);\n  border:1px solid var(--mnh-line);\n  border-radius:6px;\n  position:relative;\n}\n.mnh-cta::before{\n  content:\"\";\n  position:absolute;\n  top:-1px;left:50%;\n  transform:translateX(-50%);\n  width:64px;height:2px;\n  background:var(--mnh-gold);\n}\n.mnh-cta-title{\n  font-family:var(--mnh-serif);\n  font-size:23px;\n  font-weight:600;\n  margin:0 0 12px;\n  color:var(--mnh-ink);\n}\n.mnh-cta-text{\n  font-size:14px;\n  color:var(--mnh-sub);\n  margin:0 0 26px;\n}\n.mnh-cta-buttons{\n  display:flex;\n  gap:14px;\n  justify-content:center;\n  flex-wrap:wrap;\n}\n.mnh-btn{\n  display:inline-block;\n  font-family:var(--mnh-sans);\n  font-size:14px;\n  letter-spacing:.06em;\n  text-decoration:none;\n  padding:14px 34px;\n  border-radius:2px;\n  transition:opacity .2s ease, transform .2s ease;\n}\n.mnh-btn:hover{ opacity:.82; transform:translateY(-1px); }\n.mnh-btn-primary{\n  background:var(--mnh-ink);\n  color:#fff;\n}\n.mnh-btn-line{\n  background:transparent;\n  color:var(--mnh-ink);\n  border:1px solid var(--mnh-ink);\n}\n\n@media (max-width:600px){\n  .mnh-hero{ padding:64px 20px 52px; }\n  .mnh-phase{ padding:48px 20px 28px; flex-wrap:wrap; }\n  .mnh-card{ padding:20px 20px; }\n  .mnh-cta{ margin-top:56px; padding:36px 22px; }\n}\n<\/style>\n\n<!-- ===== Hero ===== -->\n<div class=\"mnh-hero\">\n  <p class=\"mnh-eyebrow\">Minaha Photography<\/p>\n  <h1 class=\"mnh-title\">How to Book with Minaha Photography<\/h1>\n  <p class=\"mnh-concept\">\n    At Minaha Photography, I believe that photographs and films become more precious with every passing year\u2014they are <b>treasures for the future<\/b>.\n    Guided by my philosophy of \"Preserving life's irreplaceable moments for a lifetime,\" I create photographs, films and a photography experience you'll want to revisit time and time again.\n  <\/p>\n<\/div>\n\n<!-- ===== Phase 1 ===== -->\n<div class=\"mnh-phase\">\n  <span class=\"mnh-phase-num\">PHASE 01<\/span>\n  <span class=\"mnh-phase-title\">From Enquiry to the Day Before Your Session<\/span>\n  <span class=\"mnh-phase-rule\"><\/span>\n<\/div>\n\n<div class=\"mnh-timeline\">\n\n  <!-- STEP 1 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">1<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 01<\/p>\n        <h3 class=\"mnh-step-title\">Enquiry &amp; Complimentary Quotation<\/h3>\n        <p class=\"mnh-step-body\">When planning a photoshoot, it's natural to have questions\u2014whether it's \"Are you available on this date?\" or \"I'd love to capture photos or films like these.\" Please don't hesitate to get in touch. I'm always happy to answer your questions and help you plan your ideal session.<\/p>\n        <p class=\"mnh-step-body\">Rather than offering one-size-fits-all packages, I create bespoke photography and videography plans tailored to each client. I also provide complimentary, no-obligation quotations, so feel free to ask.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STEP 2 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">2<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 02<\/p>\n        <h3 class=\"mnh-step-title\">Booking &amp; Deposit<\/h3>\n        <p class=\"mnh-step-body\">To secure your booking, I kindly ask you to complete the required booking documents and pay a refundable deposit. Your reservation will be confirmed once both have been received.<\/p>\n        <p class=\"mnh-step-body\">Even after your booking has been confirmed, you may reschedule your session within my permitted number of date changes. If you'd simply like to reserve your preferred date while finalising your plans, I'd be delighted to help.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STEP 3 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">3<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 03<\/p>\n        <h3 class=\"mnh-step-title\">Preparing for Your Session<\/h3>\n        <p class=\"mnh-step-body\">In the lead-up to your session, I'll stay in touch via email or LINE to discuss everything from your outfits and any props you'd like to bring, to preferred poses, locations and the overall style you'd like to achieve.<\/p>\n        <p class=\"mnh-step-body\">If you're planning to hire one of my rental outfits, I'll also discuss your preferences at this stage. Whether you'd like guidance on styling, a detailed explanation of the session schedule, or help planning the entire shoot, I'm here to support you every step of the way.<\/p>\n        <div class=\"mnh-note\">I also offer one complimentary <b>Google Meet<\/b> consultation, giving us the opportunity to meet face-to-face and discuss your plans in more detail.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STEP 4 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">4<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 04<\/p>\n        <h3 class=\"mnh-step-title\">Final Confirmation<\/h3>\n        <p class=\"mnh-step-body\">As your session approaches, I'll send you a final confirmation with your meeting point, timetable and all the important details for the day, so you can arrive feeling relaxed and fully prepared.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- ===== Phase 2 ===== -->\n<div class=\"mnh-phase\">\n  <span class=\"mnh-phase-num\">PHASE 02<\/span>\n  <span class=\"mnh-phase-title\">From Your Session to Delivery<\/span>\n  <span class=\"mnh-phase-rule\"><\/span>\n<\/div>\n\n<div class=\"mnh-timeline\">\n\n  <!-- STEP 5 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">5<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 05<\/p>\n        <h3 class=\"mnh-step-title\">Your Photography Session<\/h3>\n        <p class=\"mnh-step-body\">I want your photoshoot to be more than simply taking pictures\u2014I hope it becomes a memorable experience in itself.<\/p>\n        <p class=\"mnh-step-body\">I'll photograph your special moments with genuine care and attention, allowing you to relax and enjoy every moment.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STEP 6 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">6<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 06<\/p>\n        <h3 class=\"mnh-step-title\">Payment<\/h3>\n        <p class=\"mnh-step-body\">Once your photography or filming session has been completed, your refundable deposit will be returned, and I'll ask you to settle the remaining balance.<\/p>\n        <p class=\"mnh-step-body\">I accept the following payment methods:<\/p>\n        <div class=\"mnh-tags\">\n          <span class=\"mnh-tag\">Cash<\/span>\n          <span class=\"mnh-tag\">Interac e-Transfer<\/span>\n          <span class=\"mnh-tag\">Wise<\/span>\n          <span class=\"mnh-tag\">Credit Cards<\/span>\n          <span class=\"mnh-tag\">Debit Cards<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STEP 7 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">7<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 07<\/p>\n        <h3 class=\"mnh-step-title\">Professional Editing (Approximately 3 Weeks)<\/h3>\n        <p class=\"mnh-step-body\">Every photograph and film is carefully edited by hand to ensure the highest quality finish.<\/p>\n        <div class=\"mnh-note\"><b>Need your images sooner?<\/b> I also offer an Express Editing Service for clients who require faster delivery. Please feel free to ask for details.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STEP 8 -->\n  <div class=\"mnh-step\">\n    <div class=\"mnh-badge\">8<\/div>\n    <div class=\"mnh-card\">\n      <div class=\"mnh-card-body\">\n        <p class=\"mnh-step-label\">Step 08<\/p>\n        <h3 class=\"mnh-step-title\">Delivery of Your Images &amp; Films<\/h3>\n        <p class=\"mnh-step-body\">Once your photographs and videos have been professionally edited, your final files will be delivered securely via Microsoft OneDrive, where you can easily download and enjoy your memories.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- ===== CTA ===== -->\n<div class=\"mnh-wrap\">\n  <div class=\"mnh-cta\">\n    <p class=\"mnh-cta-title\">Get in Touch<\/p>\n    <p class=\"mnh-cta-text\">If you have any questions, please reach out via my enquiry form or LINE\u2014I'd love to hear from you.<\/p>\n    <div class=\"mnh-cta-buttons\">\n      <a class=\"mnh-btn mnh-btn-primary\" href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeeNGFxQK36aYxdEeFjofY2qwolhj7Kl8XyP2qw55mK2Ulfew\/viewform\">Enquiry Form<\/a>\n      <a class=\"mnh-btn mnh-btn-line\" href=\"https:\/\/line.me\/R\/ti\/p\/@984gdzsh?ts=11091616&oat_content=url\">Chat on LINE<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Minaha Photography How to Book with Minaha Photography At Minaha Photography, I believe that photographs and f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-1348","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Minaha Photography How to Book with Minaha Photography\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.37h-photography.com\/en\/how-to-book\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Minaha photography - A all-around photographer in the Greater Vancouver Area and across British Columbia.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Book - Minaha photography\" \/>\n\t\t<meta property=\"og:description\" content=\"Minaha Photography How to Book with Minaha Photography\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.37h-photography.com\/en\/how-to-book\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-27T04:15:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-28T05:45:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Book - Minaha photography\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Minaha Photography How to Book with Minaha Photography\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/how-to-book\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.37h-photography.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/how-to-book\\\/#listItem\",\"name\":\"How to Book\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/how-to-book\\\/#listItem\",\"position\":2,\"name\":\"How to Book\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/#organization\",\"name\":\"Minaha photography\",\"description\":\"A all-around photographer in the Greater Vancouver Area and across British Columbia.\",\"url\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/how-to-book\\\/#webpage\",\"url\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/how-to-book\\\/\",\"name\":\"How to Book - Minaha photography\",\"description\":\"Minaha Photography How to Book with Minaha Photography\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/how-to-book\\\/#breadcrumblist\"},\"datePublished\":\"2026-07-26T21:15:35-07:00\",\"dateModified\":\"2026-07-27T22:45:12-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/\",\"name\":\"Minaha photography\",\"description\":\"A all-around photographer in the Greater Vancouver Area and across British Columbia.\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.37h-photography.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Book - Minaha photography","description":"Minaha Photography How to Book with Minaha Photography","canonical_url":"https:\/\/www.37h-photography.com\/en\/how-to-book\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.37h-photography.com\/en\/how-to-book\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.37h-photography.com\/en#listItem","position":1,"name":"Home","item":"https:\/\/www.37h-photography.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/www.37h-photography.com\/en\/how-to-book\/#listItem","name":"How to Book"}},{"@type":"ListItem","@id":"https:\/\/www.37h-photography.com\/en\/how-to-book\/#listItem","position":2,"name":"How to Book","previousItem":{"@type":"ListItem","@id":"https:\/\/www.37h-photography.com\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.37h-photography.com\/en\/#organization","name":"Minaha photography","description":"A all-around photographer in the Greater Vancouver Area and across British Columbia.","url":"https:\/\/www.37h-photography.com\/en\/"},{"@type":"WebPage","@id":"https:\/\/www.37h-photography.com\/en\/how-to-book\/#webpage","url":"https:\/\/www.37h-photography.com\/en\/how-to-book\/","name":"How to Book - Minaha photography","description":"Minaha Photography How to Book with Minaha Photography","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.37h-photography.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.37h-photography.com\/en\/how-to-book\/#breadcrumblist"},"datePublished":"2026-07-26T21:15:35-07:00","dateModified":"2026-07-27T22:45:12-07:00"},{"@type":"WebSite","@id":"https:\/\/www.37h-photography.com\/en\/#website","url":"https:\/\/www.37h-photography.com\/en\/","name":"Minaha photography","description":"A all-around photographer in the Greater Vancouver Area and across British Columbia.","inLanguage":"ja","publisher":{"@id":"https:\/\/www.37h-photography.com\/en\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"Minaha photography - A all-around photographer in the Greater Vancouver Area and across British Columbia.","og:type":"article","og:title":"How to Book - Minaha photography","og:description":"Minaha Photography How to Book with Minaha Photography","og:url":"https:\/\/www.37h-photography.com\/en\/how-to-book\/","article:published_time":"2026-07-27T04:15:35+00:00","article:modified_time":"2026-07-28T05:45:12+00:00","twitter:card":"summary_large_image","twitter:title":"How to Book - Minaha photography","twitter:description":"Minaha Photography How to Book with Minaha Photography"},"aioseo_meta_data":{"post_id":"1348","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-27 04:15:35","updated":"2026-07-27 04:34:56","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.37h-photography.com\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Book\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.37h-photography.com\/en"},{"label":"How to Book","link":"https:\/\/www.37h-photography.com\/en\/how-to-book\/"}],"_links":{"self":[{"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/pages\/1348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/comments?post=1348"}],"version-history":[{"count":2,"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/pages\/1348\/revisions"}],"predecessor-version":[{"id":1366,"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/pages\/1348\/revisions\/1366"}],"wp:attachment":[{"href":"https:\/\/www.37h-photography.com\/en\/wp-json\/wp\/v2\/media?parent=1348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}