{"id":1378,"date":"2026-06-10T00:04:27","date_gmt":"2026-06-10T05:04:27","guid":{"rendered":"https:\/\/synergyeducationconsulting.com\/test_environment\/?page_id=1378"},"modified":"2026-06-23T22:56:46","modified_gmt":"2026-06-24T03:56:46","slug":"workshops","status":"publish","type":"page","link":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/","title":{"rendered":"Workshops &#038; Professional Development"},"content":{"rendered":"\n<\/div>\n\n\n\n<p class=\"ticss-de7b5ec2 wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\">\n<style data-wp-block-html=\"css\">\n\/* Tweak layout grids for 4-column format and uneven cards *\/\n.format-grid {\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n}\n\/* Design System Variables *\/\n:root {\n  --primary-dark: #0f172a; \/* Deep Navy Backgrounds & Text *\/\n  --accent-blue: #1e3a8a; \/* Rich Slate Blue Highlights *\/\n  --muted-gray: #475569; \/* Soft Secondary Typography *\/\n  --light-gray: #f8fafc; \/* Container Backdrops *\/\n  --border-color: #e2e8f0; \/* Clean Structural Dividers *\/\n  --pure-white: #ffffff;\n  --font-stack: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n}\n\n\/* Global Layout Reset *\/\n* {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\nbody {\n  font-family: var(--font-stack);\n  background-color: var(--pure-white);\n  color: var(--primary-dark);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n\n.wrapper {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 2rem;\n}\n\n\/* Two-Column Header Split *\/\n.hero-banner {\n  background-color: var(--light-gray);\n  padding: 6rem 0;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.hero-split {\n  display: grid;\n  grid-template-columns: 1.2fr 0.8fr;\n  gap: 4rem;\n  align-items: center;\n}\n\n.hero-text h1 {\n  font-size: 3.5rem;\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.15;\n  margin-bottom: 1.5rem;\n}\n\n.hero-text p {\n  font-size: 1.2rem;\n  color: var(--muted-gray);\n  margin-bottom: 1.5rem;\n}\n\n\/* Modern Photo Container *\/\n.photo-container {\n  position: relative;\n  width: 100%;\n  height: 380px;\n  background-color: #e2e8f0;\n  border-radius: 16px;\n  overflow: hidden;\n  border: 1px solid var(--border-color);\n}\n\n.photo-container img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n\/* Core Formatting Content Blocks *\/\n.format-bar {\n  padding: 3rem 0;\n  background: #eff6ff;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.format-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 2rem;\n}\n\n.format-item {\n  background: var(--pure-white);\n  padding: 1.5rem;\n  border-radius: 8px;\n  border: 1px solid var(--border-color);\n  font-weight: 500;\n  text-align: center;\n  color: var(--accent-blue);\n}\n\n\/* Section Layouts *\/\n.content-section {\n  padding: 6rem 0;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.content-section:last-of-type {\n  border-bottom: none;\n}\n\n.section-title {\n  font-size: 2.25rem;\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  margin-bottom: 2.5rem;\n  position: relative;\n}\n\n\/* Layout Grid Lists *\/\n.info-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));\n  gap: 3rem;\n}\n\n.info-card {\n  background: var(--pure-white);\n  border: 1px solid var(--border-color);\n  padding: 2.5rem;\n  border-radius: 12px;\n}\n\n.info-card h3 {\n  font-size: 1.3rem;\n  font-weight: 700;\n  color: var(--accent-blue);\n  margin-bottom: 0.75rem;\n}\n\n.info-card p {\n  color: var(--muted-gray);\n}\n\n\/* Bulleted\/List Frameworks *\/\n.bullet-list {\n  list-style: none;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n}\n\n.bullet-list li {\n  background: var(--light-gray);\n  padding: 1.25rem 1.5rem;\n  border-radius: 8px;\n  border-left: 4px solid var(--accent-blue);\n  color: var(--primary-dark);\n  font-weight: 500;\n}\n\n\/* Responsive Configuration *\/\n@media (max-width: 968px) {\n  .hero-split {\n    grid-template-columns: 1fr;\n    gap: 3rem;\n  }\n  .info-grid {\n    grid-template-columns: 1fr;\n  }\n  .hero-text h1 {\n    font-size: 2.75rem;\n  }\n}\n\/* Call To Action Footer Section *\/\n.cta-section {\n  background-color: var(--light-gray);\n  padding: 5rem 0;\n  border-top: 1px solid var(--border-color);\n  text-align: center;\n}\n\n.cta-container {\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n.cta-container p {\n  font-size: 1.2rem;\n  color: var(--primary-dark);\n  margin-bottom: 2rem;\n  line-height: 1.7;\n}\n\n.cta-container a.page-link {\n  color: var(--accent-blue);\n  text-decoration: underline;\n  font-weight: 600;\n}\n\n.cta-container a.page-link:hover {\n  color: #0f172a;\n}\n\n\/* Premium Button Style *\/\n.btn-primary {\n  display: inline-block;\n  background-color: var(--accent-blue);\n  color: var(--pure-white);\n  padding: 1rem 2.25rem;\n  border-radius: 8px;\n  font-size: 1.1rem;\n  font-weight: 600;\n  text-decoration: none;\n  transition: background-color 0.2s ease, transform 0.2s ease;\n  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.2);\n}\n\n.btn-primary:hover {\n  background-color: #0f172a;\n  transform: translateY(-1px);\n}\n\n.btn-primary:active {\n  transform: translateY(1px);\n}\n\n@media (max-width: 480px) {\n  .cta-section {\n    padding: 4rem 0;\n  }\n}\n<\/style>\n\n<!-- Hero Introduction -->\n\n  <style>\n    \n<\/style>  \n\n\n<section class=\"hero-banner\">\n  <div class=\"wrapper hero-split\">\n    <div class=\"hero-text\">\n      <h1>Workshops &amp; Professional Development<\/h1>\n      <p>Our workshops and professional development sessions are never one-size-fits-all. We work closely with you to design interactive, engaging learning experiences rooted in your specific context and goals. Whether you\u2019re building leadership capacity, strengthening team dynamics, deepening awareness around human difference, or meeting a required PD hour, we meet you where you are \u2014 and move you forward.<\/p>\n      <p>Whether your team is just beginning the work or already deep in the process, we customize each session to reflect your organization\u2019s values, goals, and context. Sessions can be offered as:<\/p>\n    <\/div>\n    <div class=\"photo-container\">\n      <img decoding=\"async\" src=\"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-content\/uploads\/2025\/06\/mckinzie-millard-7Xi-ph063vM-unsplash-scaled-e1781067832446.jpg\" alt=\"Workshops &amp; Training Session\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Workshop Formats Area -->\n<div class=\"format-bar\">\n  <div class=\"wrapper\">\n    <div class=\"format-grid\">\n      <div class=\"format-item\">\u23f1\ufe0f 2\u20133 hour modules<\/div>\n      <div class=\"format-item\">\ud83d\udcc5 Half-day or full-day intensives<\/div>\n      <div class=\"format-item\">\ud83d\udd04 Multi-session series for deeper engagement and sustained learning<\/div>\n      <div class=\"format-item\">\ud83c\udf93 Standalone or recurring professional development, including PD credit-eligible sessions where applicable<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Extra Hook Paragraph -->\n<div class=\"wrapper\" style=\"margin-top: 4rem; margin-bottom: -2rem;\">\n  <p style=\"font-size: 1.15rem; color: var(--muted-gray); font-style: italic;\">We ensure every session is interactive, reflective, and rooted in dignity-centered practices.<\/p>\n<\/div>\n\n<!-- Section 1: Outcomes & Objectives -->\n<section class=\"content-section\">\n  <div class=\"wrapper\">\n    <h2 class=\"section-title\">Outcomes &amp; Objectives<\/h2>\n    <p style=\"font-size: 1.1rem; color: var(--muted-gray); margin-bottom: 2.5rem; max-width: 800px;\">Each workshop and PD session is crafted with clear, measurable goals in mind. Outcomes may include:<\/p>\n    <ul class=\"bullet-list\">\n      <li>Increased awareness of how human difference shapes workplace dynamics<\/li>\n      <li>Stronger relational and communication skills<\/li>\n      <li>Tools for addressing systemic barriers and cultural challenges<\/li>\n      <li>Actionable strategies for building more inclusive, wellness-centered systems<\/li>\n    <\/ul>\n    <p style=\"font-size: 1.1rem; color: var(--primary-dark); font-weight: 500; margin-top: 2.5rem;\">We work with you to define what success looks like \u2014 and build backward from there.<\/p>\n  <\/div>\n<\/section>\n\n<!-- Section 2: Workshop Participants -->\n<section class=\"content-section\" style=\"background-color: var(--light-gray);\">\n  <div class=\"wrapper\">\n    <h2 class=\"section-title\">Who We Work With<\/h2>\n    <div class=\"info-grid\">\n      <div class=\"info-card\">\n        <h3>Senior leadership &amp; executive teams<\/h3>\n        <p>Focused on strategic alignment, values-based leadership, and culture-setting.<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h3>Staff teams<\/h3>\n        <p>Emphasis on interpersonal skill-building, inclusion practices, and wellness-centered communication.<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h3>Boards of directors<\/h3>\n        <p>Sessions on governance through the lens of dignity, organizational responsibility, and impact.<\/p>\n      <\/div>\n      <div class=\"info-card\">\n        <h3>Cross-functional or affinity-based groups<\/h3>\n        <p>Tailored sessions addressing shared roles, identities, or goals. We adapt language, case examples, and activities to match the needs and learning goals of each audience.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Section 3: Topic Specific Workshops -->\n<section class=\"content-section\">\n  <div class=\"wrapper\">\n    <h2 class=\"section-title\">Topic-Specific Workshops<\/h2>\n    <p style=\"font-size: 1.1rem; color: var(--muted-gray); margin-bottom: 2.5rem; max-width: 800px;\">We offer a range of topics that can be tailored to your context, including:<\/p>\n    \n    <div class=\"info-grid\" style=\"margin-bottom: 2.5rem;\">\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>The Power of Dignity in Organizational Culture<\/h3><\/div>\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>From Awareness to Action: Building Inclusive Practices<\/h3><\/div>\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>Supporting Staff Wellness in Systems of Care<\/h3><\/div>\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>Moving from Intention to Impact: Strategies for Systemic Change<\/h3><\/div>\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>Understanding Human Difference Without Division<\/h3><\/div>\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>Relational Leadership for Sustainable Belonging<\/h3><\/div>\n      <div class=\"info-card\" style=\"padding: 2rem;\"><h3>Restore Before Refer: Disrupting Disproportionality Through Restorative Practice<\/h3><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Connect Call To Action Section -->\n<section class=\"cta-section\">\n  <div class=\"wrapper\">\n    <div class=\"cta-container\">\n      <p>All sessions integrate current research, lived experience, and practical tools. If you\u2019re not sure what topic fits best, we\u2019ll help you assess your team\u2019s needs and co-create the right experience.<\/p>\n      <a href=\"https:\/\/synergyeducationconsulting.com\/test_environment\/lets-connect\/\" class=\"btn-primary\">Let\u2019s Connect<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Workshops &amp; Professional Development Our workshops and professional development sessions are never one-size-fits-all. We work closely with you to design interactive, engaging learning experiences rooted in your specific context and goals. Whether you\u2019re building leadership capacity, strengthening team dynamics, deepening awareness around human difference, or meeting a required PD hour, we meet you where you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-1378","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=\"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.\" \/>\n\t<meta name=\"robots\" content=\"noindex, nofollow, max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\n\t\t<meta name=\"google-site-verification\" content=\"sdsHhjwaxhBrIRy91T5sp68Z6r2uACWg-7zaw4-j3XE\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Synergy Testing Environments -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Workshops &amp; Professional Development - Synergy Testing Environments\" \/>\n\t\t<meta property=\"og:description\" content=\"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-10T05:04:27+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-24T03:56:46+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100088014597473&amp;mibextid=LQQJ4d\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Workshops &amp; Professional Development - Synergy Testing Environments\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#listItem\",\"name\":\"Workshops &#038; Professional Development\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#listItem\",\"position\":2,\"name\":\"Workshops &#038; Professional Development\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/#organization\",\"name\":\"Synergy Testing Environments\",\"url\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/\",\"email\":\"admin@synergyeduconsult.com\",\"telephone\":\"+14146788228\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/cropped-cropped-synergy_logo-1.jpg\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#organizationLogo\",\"width\":259,\"height\":259,\"caption\":\"synergy_logo\"},\"image\":{\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100088014597473&mibextid=LQQJ4d\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#webpage\",\"url\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/\",\"name\":\"Workshops & Professional Development - Synergy Testing Environments\",\"description\":\"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/workshops\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-10T00:04:27-05:00\",\"dateModified\":\"2026-06-23T22:56:46-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/#website\",\"url\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/\",\"name\":\"Synergy Testing Environments\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/synergyeducationconsulting.com\\\/test_environment\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Workshops & Professional Development - Synergy Testing Environments","description":"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.","canonical_url":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/","robots":"noindex, nofollow, max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":"&lt;meta name=\"google-site-verification\" content=\"sdsHhjwaxhBrIRy91T5sp68Z6r2uACWg-7zaw4-j3XE\" \/&gt;"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/synergyeducationconsulting.com\/test_environment#listItem","position":1,"name":"Home","item":"https:\/\/synergyeducationconsulting.com\/test_environment","nextItem":{"@type":"ListItem","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#listItem","name":"Workshops &#038; Professional Development"}},{"@type":"ListItem","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#listItem","position":2,"name":"Workshops &#038; Professional Development","previousItem":{"@type":"ListItem","@id":"https:\/\/synergyeducationconsulting.com\/test_environment#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/#organization","name":"Synergy Testing Environments","url":"https:\/\/synergyeducationconsulting.com\/test_environment\/","email":"admin@synergyeduconsult.com","telephone":"+14146788228","logo":{"@type":"ImageObject","url":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-content\/uploads\/2022\/12\/cropped-cropped-synergy_logo-1.jpg","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#organizationLogo","width":259,"height":259,"caption":"synergy_logo"},"image":{"@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100088014597473&mibextid=LQQJ4d"]},{"@type":"WebPage","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#webpage","url":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/","name":"Workshops & Professional Development - Synergy Testing Environments","description":"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/#website"},"breadcrumb":{"@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/#breadcrumblist"},"datePublished":"2026-06-10T00:04:27-05:00","dateModified":"2026-06-23T22:56:46-05:00"},{"@type":"WebSite","@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/#website","url":"https:\/\/synergyeducationconsulting.com\/test_environment\/","name":"Synergy Testing Environments","inLanguage":"en-US","publisher":{"@id":"https:\/\/synergyeducationconsulting.com\/test_environment\/#organization"}}]},"og:locale":"en_US","og:site_name":"Synergy Testing Environments -","og:type":"article","og:title":"Workshops &amp; Professional Development - Synergy Testing Environments","og:description":"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.","og:url":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/","article:published_time":"2026-06-10T05:04:27+00:00","article:modified_time":"2026-06-24T03:56:46+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=100088014597473&mibextid=LQQJ4d","twitter:card":"summary_large_image","twitter:title":"Workshops &amp; Professional Development - Synergy Testing Environments","twitter:description":"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning."},"aioseo_meta_data":{"post_id":"1378","title":null,"description":"Custom workshops and professional development for school and organizational teams, built around dignity-centered, equity-focused learning.","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":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-10 05:02:22","updated":"2026-06-24 19:13:01","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:\/\/synergyeducationconsulting.com\/test_environment\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWorkshops &amp; Professional Development\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/synergyeducationconsulting.com\/test_environment"},{"label":"Workshops &#038; Professional Development","link":"https:\/\/synergyeducationconsulting.com\/test_environment\/workshops\/"}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/pages\/1378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/comments?post=1378"}],"version-history":[{"count":7,"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/pages\/1378\/revisions"}],"predecessor-version":[{"id":1451,"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/pages\/1378\/revisions\/1451"}],"wp:attachment":[{"href":"https:\/\/synergyeducationconsulting.com\/test_environment\/wp-json\/wp\/v2\/media?parent=1378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}