{"id":24,"date":"2026-05-21T19:32:20","date_gmt":"2026-05-21T19:32:20","guid":{"rendered":"https:\/\/bgf.cly.mybluehost.me\/website_3760f42d\/important-dates\/"},"modified":"2026-09-03T03:04:19","modified_gmt":"2026-09-03T03:04:19","slug":"important-dates","status":"publish","type":"page","link":"https:\/\/julieloughman.com\/coach\/important-dates\/","title":{"rendered":"Important Dates"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ===========================================\n   PAGE BANNER\n=========================================== *\/\n\n.jlvb-page-banner{\n\n    width:min(1180px,calc(100% - 36px));\n\n    margin:24px auto 56px;\n\n    padding:42px 40px;\n\n    text-align:center;\n\n    border:1px solid rgba(29,53,87,.07);\n\n    border-radius:18px;\n\n    background:\n    linear-gradient(\n    145deg,\n    #ffffff,\n    #fcfaf5 70%,\n    #f8fcfb);\n\n    box-shadow:\n    0 10px 28px rgba(29,53,87,.05);\n\n}\n\n.jlvb-banner-eyebrow{\n\n    color:#d4576b;\n\n    font-size:.75rem;\n\n    letter-spacing:.18em;\n\n    font-weight:800;\n\n    text-transform:uppercase;\n\n    margin:0 0 10px;\n\n}\n\n.jlvb-page-banner h1{\n\n    margin:0;\n\n    color:#1d3557;\n\n    font-size:clamp(2.3rem,4vw,3.8rem);\n\n    line-height:1;\n\n    letter-spacing:-.04em;\n\n}\n\n.jlvb-banner-copy{\n\n    margin:18px 0;\n\n    color:#666c72;\n\n    font-size:1.1rem;\n\n}\n\n.jlvb-banner-rule{\n\n    width:170px;\n\n    height:2px;\n\n    margin:24px auto;\n\n    background:\n    linear-gradient(\n    90deg,\n    #1d3557,\n    #2f8195,\n    #4fa89a,\n    #d4576b);\n\n}\n\n.jlvb-banner-tags{\n\n    display:flex;\n\n    justify-content:center;\n\n    flex-wrap:wrap;\n\n    gap:18px;\n\n}\n\n.jlvb-banner-tags span{\n\n    font-size:.72rem;\n\n    font-weight:800;\n\n    letter-spacing:.16em;\n\n    text-transform:uppercase;\n\n    color:#5f6670;\n\n}\n\n.jlvb-banner-tags span:not(:last-child)::after{\n\n    content:\"\u2022\";\n\n    margin-left:18px;\n\n    color:#4fa89a;\n\n}\n<\/style>\n\n<section class=\"jlvb-page-banner\">\n\n    <p class=\"jlvb-banner-eyebrow\">\n        SEASON PLANNING\n    <\/p>\n\n    <h1>Important Dates<\/h1>\n\n    <p class=\"jlvb-banner-copy\">\n   \n  Key dates, schedule changes and reminders for the upcoming volleyball\n  season. Check this page regularly for updates.\n    <\/p>\n\n    <div class=\"jlvb-banner-rule\"><\/div>\n\n    <div class=\"jlvb-banner-tags\">\n\n        <span>Practices<\/span>\n\n        <span>Tryouts<\/span>\n\n        <span>Matches<\/span>\n\n        <span>Events<\/span>\n\n    <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   JL\u2665VB \u2014 IMPORTANT DATES\n========================================================= *\/\n\n.jlvb-dates-page {\n  --navy: #1d3557;\n  --caribbean: #2f8195;\n  --sea-glass: #4fa89a;\n  --hibiscus: #d4576b;\n  --slate: #545b63;\n\n  --navy-soft: #71859e;\n  --caribbean-soft: #91bdc8;\n  --sea-glass-soft: #9ccfc6;\n  --hibiscus-soft: #e6a0ae;\n  --slate-soft: #9ba0a5;\n\n  --sand: #fbf8f2;\n  --foam: #f1f8f6;\n  --white: #ffffff;\n  --shell: #ded8cf;\n  --muted: #666c72;\n\n  width: min(1180px, calc(100% - 36px));\n  margin: 0 auto;\n  padding: 18px 0 42px;\n  color: var(--slate);\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.6;\n}\n\n.jlvb-dates-page,\n.jlvb-dates-page *,\n.jlvb-dates-page *::before,\n.jlvb-dates-page *::after {\n  box-sizing: border-box;\n}\n\n\/* PAGE HEADER *\/\n\n.jlvb-dates-header {\n  max-width: 820px;\n  margin: 0 auto 44px;\n  text-align: center;\n}\n\n.jlvb-dates-eyebrow {\n  margin: 0 0 8px;\n  color: var(--hibiscus);\n  font-size: 0.76rem;\n  font-weight: 900;\n  letter-spacing: 0.17em;\n  text-transform: uppercase;\n}\n\n.jlvb-dates-header h1 {\n  margin: 0;\n  color: var(--navy);\n  font-size: clamp(2.5rem, 5vw, 4.4rem);\n  font-weight: 900;\n  line-height: 1;\n  letter-spacing: -0.045em;\n}\n\n.jlvb-dates-intro {\n  max-width: 720px;\n  margin: 20px auto 0;\n  color: var(--muted);\n  font-size: 1.08rem;\n}\n\n\/* DATE GRID *\/\n\n.jlvb-date-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 22px;\n}\n\n.jlvb-date-card {\n  --date-accent: var(--navy);\n  --date-accent-soft: var(--navy-soft);\n\n  position: relative;\n  overflow: hidden;\n  min-width: 0;\n  padding: 30px;\n  border: 1px solid var(--shell);\n  border-radius: 18px;\n  background:\n    linear-gradient(\n      150deg,\n      var(--white) 0%,\n      #fdfcf9 100%\n    );\n  box-shadow:\n    0 11px 28px rgba(29, 53, 87, 0.07);\n}\n\n.jlvb-date-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 0 auto;\n  height: 6px;\n  background:\n    linear-gradient(\n      90deg,\n      var(--date-accent),\n      var(--date-accent-soft)\n    );\n}\n\n.jlvb-date-navy {\n  --date-accent: var(--navy);\n  --date-accent-soft: var(--navy-soft);\n}\n\n.jlvb-date-caribbean {\n  --date-accent: var(--caribbean);\n  --date-accent-soft: var(--caribbean-soft);\n}\n\n.jlvb-date-seaglass {\n  --date-accent: var(--sea-glass);\n  --date-accent-soft: var(--sea-glass-soft);\n}\n\n.jlvb-date-hibiscus {\n  --date-accent: var(--hibiscus);\n  --date-accent-soft: var(--hibiscus-soft);\n}\n\n.jlvb-date-slate {\n  --date-accent: var(--slate);\n  --date-accent-soft: var(--slate-soft);\n}\n\n.jlvb-date-category {\n  margin: 0 0 10px;\n  color: var(--date-accent);\n  font-size: 0.72rem;\n  font-weight: 900;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n.jlvb-date-value {\n  margin: 0 0 5px;\n  color: var(--navy);\n  font-size: clamp(1.35rem, 2.5vw, 1.85rem);\n  font-weight: 900;\n  line-height: 1.15;\n}\n\n.jlvb-date-card h2 {\n  margin: 0 0 12px;\n  color: var(--navy);\n  font-size: 1.35rem;\n  line-height: 1.2;\n}\n\n.jlvb-date-card > p:last-child {\n  margin: 0;\n  color: var(--muted);\n}\n\n\/* REMINDER *\/\n\n.jlvb-date-reminder {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 20px;\n  align-items: center;\n  margin-top: 28px;\n  padding: 28px 32px;\n  border: 1px solid rgba(212, 87, 107, 0.22);\n  border-radius: 18px;\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #fff7f8 100%\n    );\n}\n\n.jlvb-date-reminder-icon {\n  display: grid;\n  place-items: center;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  color: var(--white);\n  background: var(--hibiscus);\n  font-size: 1.25rem;\n  font-weight: 900;\n}\n\n.jlvb-date-reminder h2 {\n  margin: 0 0 5px;\n  color: var(--navy);\n  font-size: 1.35rem;\n}\n\n.jlvb-date-reminder p {\n  margin: 0;\n  color: var(--muted);\n}\n\n\/* CALENDAR HEADING *\/\n\n.jlvb-calendar-heading {\n  max-width: 760px;\n  margin: 62px auto 28px;\n  text-align: center;\n}\n\n.jlvb-calendar-heading h2 {\n  margin: 0;\n  color: var(--navy);\n  font-size: clamp(2rem, 4vw, 3rem);\n  line-height: 1.08;\n  letter-spacing: -0.035em;\n}\n\n.jlvb-calendar-heading > p:last-child {\n  margin: 15px auto 0;\n  color: var(--muted);\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 760px) {\n  .jlvb-dates-page {\n    width: min(100% - 22px, 1180px);\n  }\n\n  .jlvb-date-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .jlvb-date-reminder {\n    grid-template-columns: 1fr;\n    padding: 25px 23px;\n  }\n\n  .jlvb-date-reminder-icon {\n    width: 42px;\n    height: 42px;\n  }\n}\n<\/style>\n\n<style>\n.jlvb-season-wrap {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 10px 16px 0;\n    font-family: Arial, sans-serif;\n    color: #1d3557;\n}\n\n.jlvb-season-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-bottom: 28px;\n}\n\n.jlvb-card {\n    background: #ffffff;\n    border: 1px solid #ded8cf;\n    border-radius: 18px;\n    padding: 28px 30px;\n    box-shadow: 0 12px 26px rgba(29, 53, 87, 0.06);\n    position: relative;\n    overflow: hidden;\n}\n\n.jlvb-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 6px;\n}\n\n.jlvb-picture::before {\n    background: #4fa89a;\n}\n\n.jlvb-updates::before {\n    background: #d4576b;\n}\n\n.jlvb-eyebrow {\n    margin: 0 0 10px;\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n}\n\n.jlvb-picture .jlvb-eyebrow {\n    color: #2f8195;\n}\n\n.jlvb-updates .jlvb-eyebrow {\n    color: #d4576b;\n}\n\n.jlvb-card h2 {\n    margin: 0 0 4px;\n    font-size: 30px;\n    line-height: 1.15;\n    color: #1d3557;\n    font-weight: 800;\n}\n\n.jlvb-card h3 {\n    margin: 0 0 14px;\n    font-size: 22px;\n    line-height: 1.25;\n    color: #1d3557;\n    font-weight: 700;\n}\n\n.jlvb-card p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.55;\n    color: #545b63;\n}\n\n\/* Ready reminder *\/\n.jlvb-ready {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    background: #fff9fa;\n    border: 1px solid rgba(212, 87, 107, 0.28);\n    border-radius: 18px;\n    padding: 26px 30px;\n    margin: 0 0 60px;\n}\n\n.jlvb-ready-icon {\n    flex: 0 0 48px;\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    background: #d4576b;\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 27px;\n    font-weight: 700;\n}\n\n.jlvb-ready h3 {\n    margin: 0 0 3px;\n    font-size: 21px;\n    line-height: 1.25;\n    color: #1d3557;\n    font-weight: 800;\n}\n\n.jlvb-ready p {\n    margin: 0;\n    color: #545b63;\n    font-size: 15px;\n    line-height: 1.5;\n}\n\n\/* Calendar intro *\/\n.jlvb-calendar-intro {\n    text-align: center;\n    padding: 0 20px 20px;\n}\n\n.jlvb-calendar-intro .jlvb-eyebrow {\n    color: #d4576b;\n    margin-bottom: 10px;\n}\n\n.jlvb-calendar-intro h2 {\n    margin: 0 0 16px;\n    color: #1d3557;\n    font-size: 44px;\n    line-height: 1.1;\n    font-weight: 800;\n}\n\n.jlvb-calendar-intro p {\n    margin: 0 auto;\n    max-width: 760px;\n    color: #545b63;\n    font-size: 16px;\n    line-height: 1.55;\n}\n\n\/* Mobile *\/\n@media (max-width: 760px) {\n    .jlvb-season-grid {\n        grid-template-columns: 1fr;\n        gap: 18px;\n    }\n\n    .jlvb-card {\n        padding: 24px 22px;\n    }\n\n    .jlvb-card h2 {\n        font-size: 27px;\n    }\n\n    .jlvb-card h3 {\n        font-size: 20px;\n    }\n\n    .jlvb-ready {\n        align-items: flex-start;\n        padding: 22px;\n        margin-bottom: 48px;\n    }\n\n    .jlvb-calendar-intro h2 {\n        font-size: 36px;\n    }\n}\n<\/style>\n\n<div class=\"jlvb-season-wrap\">\n\n    <div class=\"jlvb-season-grid\">\n\n        <!-- Picture Day -->\n        <div class=\"jlvb-card jlvb-picture\">\n            <div class=\"jlvb-eyebrow\">Picture Day<\/div>\n            <h2>October 2<\/h2>\n            <h3>Team &amp; Individual Photos<\/h3>\n            <p>\n                Players should come prepared for team and individual photos.\n                Additional details will be shared as Picture Day approaches.\n            <\/p>\n        <\/div>\n\n        <!-- Season Updates -->\n        <div class=\"jlvb-card jlvb-updates\">\n            <div class=\"jlvb-eyebrow\">Season Updates<\/div>\n            <h2>Stay Tuned<\/h2>\n            <h3>More to Come<\/h3>\n            <p>\n                As we move toward the end of the season, additional team events\n                and end-of-season information will be posted here.\n            <\/p>\n        <\/div>\n\n    <\/div>\n\n    <!-- Ready Reminder -->\n    <div class=\"jlvb-ready\">\n        <div class=\"jlvb-ready-icon\">\u2713<\/div>\n        <div>\n            <h3>Be Ready at the Scheduled Start Time<\/h3>\n            <p>\n                Athletes are expected to arrive early enough to set up equipment,\n                prepare and be ready to begin at the scheduled time.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Calendar Heading -->\n    <div class=\"jlvb-calendar-intro\">\n        <div class=\"jlvb-eyebrow\">Full Schedule<\/div>\n        <h2>Team Calendar<\/h2>\n        <p>\n            Use the calendar below for the most current practice, match,\n            team event and schedule information.\n        <\/p>\n    <\/div>\n\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n.jlvb-calendar-embed {\n  width: min(1180px, calc(100% - 36px));\n  margin: 0 auto 60px;\n  overflow: hidden;\n  border: 1px solid #ded8cf;\n  border-radius: 18px;\n  background: #ffffff;\n  box-shadow: 0 11px 28px rgba(29, 53, 87, 0.07);\n}\n\n.jlvb-calendar-embed iframe {\n  display: block;\n  width: 100%;\n  min-height: 700px;\n}\n\n@media (max-width: 760px) {\n  .jlvb-calendar-embed {\n    width: min(100% - 22px, 1180px);\n  }\n\n  .jlvb-calendar-embed iframe {\n    min-height: 600px;\n  }\n}\n<\/style>\n\n<div class=\"jlvb-calendar-embed\">\n  <iframe loading=\"lazy\" src=\"https:\/\/calendar.google.com\/calendar\/embed?height=600&#038;wkst=1&#038;ctz=America%2FNew_York&#038;showPrint=0&#038;src=NTQ1ZTRkNmJlMjgyOWU5YjhjMGEyNGY2ZmYwMmU3ZjNhODE3MGQ3YTM0NDE3YzI5OTI0ZTZmMDkyNTFhNzdjM0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&#038;src=ZW4udXNhI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&#038;color=%23009688&#038;color=%23ad1457\" style=\"border:solid 1px #777\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SEASON PLANNING Important Dates Key dates, schedule changes and reminders for the upcoming volleyball season. Check this page regularly for updates. Practices Tryouts Matches Events Picture Day October 2 Team &amp; Individual Photos Players should come prepared for team and individual photos. Additional details will be shared as Picture Day approaches. Season Updates Stay Tuned [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"important-dates","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Important Dates - JL\u2764VB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/julieloughman.com\/coach\/important-dates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Important Dates - JL\u2764VB\" \/>\n<meta property=\"og:description\" content=\"SEASON PLANNING Important Dates Key dates, schedule changes and reminders for the upcoming volleyball season. Check this page regularly for updates. Practices Tryouts Matches Events Picture Day October 2 Team &amp; Individual Photos Players should come prepared for team and individual photos. Additional details will be shared as Picture Day approaches. Season Updates Stay Tuned [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/julieloughman.com\/coach\/important-dates\/\" \/>\n<meta property=\"og:site_name\" content=\"JL\u2764VB\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-03T03:04:19+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/\",\"url\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/\",\"name\":\"Important Dates - JL\u2764VB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/#website\"},\"datePublished\":\"2026-05-21T19:32:20+00:00\",\"dateModified\":\"2026-09-03T03:04:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Important Dates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/#website\",\"url\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/\",\"name\":\"JL\u2764VB\",\"description\":\"Join our competitive girls volleyball program, where commitment, teamwork, and determination lead to success on and off the court. Prepare for an exciting season!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Important Dates - JL\u2764VB","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/julieloughman.com\/coach\/important-dates\/","og_locale":"en_US","og_type":"article","og_title":"Important Dates - JL\u2764VB","og_description":"SEASON PLANNING Important Dates Key dates, schedule changes and reminders for the upcoming volleyball season. Check this page regularly for updates. Practices Tryouts Matches Events Picture Day October 2 Team &amp; Individual Photos Players should come prepared for team and individual photos. Additional details will be shared as Picture Day approaches. Season Updates Stay Tuned [&hellip;]","og_url":"https:\/\/julieloughman.com\/coach\/important-dates\/","og_site_name":"JL\u2764VB","article_modified_time":"2026-09-03T03:04:19+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/julieloughman.com\/coach\/important-dates\/","url":"https:\/\/julieloughman.com\/coach\/important-dates\/","name":"Important Dates - JL\u2764VB","isPartOf":{"@id":"https:\/\/julieloughman.com\/coach\/#website"},"datePublished":"2026-05-21T19:32:20+00:00","dateModified":"2026-09-03T03:04:19+00:00","breadcrumb":{"@id":"https:\/\/julieloughman.com\/coach\/important-dates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/julieloughman.com\/coach\/important-dates\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/julieloughman.com\/coach\/important-dates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/julieloughman.com\/coach\/"},{"@type":"ListItem","position":2,"name":"Important Dates"}]},{"@type":"WebSite","@id":"https:\/\/julieloughman.com\/coach\/#website","url":"https:\/\/julieloughman.com\/coach\/","name":"JL\u2764VB","description":"Join our competitive girls volleyball program, where commitment, teamwork, and determination lead to success on and off the court. Prepare for an exciting season!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/julieloughman.com\/coach\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":20,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":637,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages\/24\/revisions\/637"}],"wp:attachment":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}