{"id":434,"date":"2026-06-24T08:28:38","date_gmt":"2026-06-24T08:28:38","guid":{"rendered":"https:\/\/bluewhite.co.il\/booking\/"},"modified":"2026-06-24T08:28:38","modified_gmt":"2026-06-24T08:28:38","slug":"booking","status":"publish","type":"page","link":"https:\/\/bluewhite.co.il\/en\/booking\/","title":{"rendered":"Book a Meeting"},"content":{"rendered":"<style>\n:root {\n  --primary: #005EB8;\n  --primary-dark: #004A92;\n  --accent: #00A3FF;\n  --white: #FFFFFF;\n  --light-bg: #F5F8FF;\n  --dark-bg: #0A1628;\n  --text-dark: #1A1A2E;\n  --text-gray: #6B7280;\n  --font: 'Inter', 'Segoe UI', Arial, sans-serif;\n  --radius: 12px;\n  --shadow: 0 4px 24px rgba(0,94,184,0.12);\n}\n* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: var(--font); color: var(--text-dark); background: #fff; }\n.bwd-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }\n.bwd-btn-primary {\n  display: inline-block;\n  background: var(--primary);\n  color: #fff !important;\n  padding: 16px 36px;\n  border-radius: 8px;\n  font-weight: 700;\n  font-size: 16px;\n  text-decoration: none;\n  transition: background 0.2s, transform 0.2s;\n  border: none;\n  cursor: pointer;\n}\n.bwd-btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }\n.bwd-btn-secondary {\n  display: inline-block;\n  background: transparent;\n  color: var(--primary) !important;\n  padding: 14px 32px;\n  border-radius: 8px;\n  font-weight: 700;\n  font-size: 16px;\n  text-decoration: none;\n  border: 2px solid var(--primary);\n  transition: all 0.2s;\n}\n.bwd-btn-secondary:hover { background: var(--primary); color: #fff !important; }\n.bwd-btn-white {\n  display: inline-block;\n  background: #fff;\n  color: var(--primary) !important;\n  padding: 16px 36px;\n  border-radius: 8px;\n  font-weight: 700;\n  font-size: 16px;\n  text-decoration: none;\n  transition: all 0.2s;\n}\n.bwd-btn-white:hover { background: var(--light-bg); }\n.bwd-section { padding: 80px 0; }\n.bwd-section-sm { padding: 48px 0; }\n.bwd-section-dark { background: var(--dark-bg); color: #fff; }\n.bwd-section-blue { background: var(--primary); color: #fff; }\n.bwd-section-light { background: var(--light-bg); }\n.bwd-section-title {\n  font-size: clamp(28px, 4vw, 42px);\n  font-weight: 800;\n  line-height: 1.2;\n  margin-bottom: 16px;\n  color: var(--text-dark);\n}\n.bwd-section-title.white { color: #fff; }\n.bwd-section-subtitle {\n  font-size: 18px;\n  color: var(--text-gray);\n  max-width: 640px;\n  line-height: 1.7;\n}\n.bwd-section-subtitle.white { color: rgba(255,255,255,0.85); }\n.bwd-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }\n.bwd-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.bwd-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n.bwd-card {\n  background: #fff;\n  border-radius: var(--radius);\n  padding: 32px;\n  box-shadow: var(--shadow);\n  border: 1px solid rgba(0,94,184,0.08);\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.bwd-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px rgba(0,94,184,0.18); }\n.bwd-card-icon {\n  width: 56px;\n  height: 56px;\n  background: var(--light-bg);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 20px;\n  font-size: 28px;\n}\n.bwd-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }\n.bwd-card p { color: var(--text-gray); line-height: 1.7; font-size: 15px; }\n.bwd-hero {\n  background: linear-gradient(135deg, var(--dark-bg) 0%, #0D2147 60%, #1a3a6b 100%);\n  color: #fff;\n  padding: 120px 0 100px;\n  position: relative;\n  overflow: hidden;\n}\n.bwd-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -20%;\n  width: 600px;\n  height: 600px;\n  background: radial-gradient(circle, rgba(0,94,184,0.3) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.bwd-hero-badge {\n  display: inline-block;\n  background: rgba(0,163,255,0.15);\n  color: var(--accent);\n  padding: 6px 16px;\n  border-radius: 100px;\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 20px;\n  border: 1px solid rgba(0,163,255,0.3);\n}\n.bwd-hero h1 {\n  font-size: clamp(36px, 5vw, 64px);\n  font-weight: 900;\n  line-height: 1.1;\n  margin-bottom: 24px;\n  letter-spacing: -1px;\n}\n.bwd-hero p {\n  font-size: 19px;\n  color: rgba(255,255,255,0.8);\n  max-width: 580px;\n  line-height: 1.7;\n  margin-bottom: 36px;\n}\n.bwd-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }\n.bwd-stats {\n  display: flex;\n  gap: 40px;\n  margin-top: 56px;\n  padding-top: 40px;\n  border-top: 1px solid rgba(255,255,255,0.1);\n  flex-wrap: wrap;\n}\n.bwd-stat-item { text-align: left; }\n.bwd-stat-num { font-size: 36px; font-weight: 900; color: var(--accent); }\n.bwd-stat-label { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 4px; }\n.bwd-trust-bar {\n  background: var(--light-bg);\n  padding: 32px 0;\n  border-bottom: 1px solid rgba(0,94,184,0.08);\n}\n.bwd-trust-bar-inner {\n  display: flex;\n  align-items: center;\n  gap: 48px;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n.bwd-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--text-dark);\n}\n.bwd-trust-icon { color: var(--primary); font-size: 20px; }\n.bwd-process-step {\n  display: flex;\n  gap: 24px;\n  align-items: flex-start;\n  padding: 28px 0;\n  border-bottom: 1px solid rgba(0,94,184,0.08);\n}\n.bwd-step-num {\n  width: 48px;\n  height: 48px;\n  background: var(--primary);\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 800;\n  font-size: 18px;\n  flex-shrink: 0;\n}\n.bwd-step-content h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }\n.bwd-step-content p { color: var(--text-gray); line-height: 1.7; }\n.bwd-faq-item {\n  border-bottom: 1px solid rgba(0,94,184,0.1);\n  padding: 24px 0;\n}\n.bwd-faq-q {\n  font-size: 17px;\n  font-weight: 700;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  color: var(--text-dark);\n}\n.bwd-faq-a {\n  color: var(--text-gray);\n  line-height: 1.7;\n  margin-top: 12px;\n  font-size: 15px;\n}\n.bwd-cta-section {\n  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n  padding: 80px 0;\n  text-align: center;\n  color: #fff;\n}\n.bwd-cta-section h2 { font-size: 36px; font-weight: 800; margin-bottom: 16px; }\n.bwd-cta-section p { font-size: 18px; opacity: 0.9; margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; }\n.bwd-testimonial-card {\n  background: #fff;\n  border-radius: var(--radius);\n  padding: 32px;\n  box-shadow: var(--shadow);\n  border-left: 4px solid var(--primary);\n}\n.bwd-testimonial-text { font-size: 16px; line-height: 1.8; color: var(--text-dark); font-style: italic; margin-bottom: 20px; }\n.bwd-testimonial-author { font-weight: 700; color: var(--primary); }\n.bwd-testimonial-role { font-size: 13px; color: var(--text-gray); }\n.bwd-tag {\n  display: inline-block;\n  background: var(--light-bg);\n  color: var(--primary);\n  padding: 4px 12px;\n  border-radius: 100px;\n  font-size: 12px;\n  font-weight: 600;\n  margin-bottom: 12px;\n}\n.bwd-highlight { color: var(--primary); }\n.bwd-highlight-accent { color: var(--accent); }\n.bwd-divider { height: 4px; width: 60px; background: var(--primary); border-radius: 2px; margin-bottom: 24px; }\n.bwd-result-card {\n  background: var(--primary);\n  color: #fff;\n  border-radius: var(--radius);\n  padding: 32px;\n  text-align: center;\n}\n.bwd-result-num { font-size: 48px; font-weight: 900; }\n.bwd-result-label { font-size: 14px; opacity: 0.85; margin-top: 8px; }\n.bwd-checklist { list-style: none; }\n.bwd-checklist li {\n  padding: 10px 0;\n  padding-left: 32px;\n  position: relative;\n  color: var(--text-dark);\n  font-size: 15px;\n  border-bottom: 1px solid rgba(0,94,184,0.06);\n}\n.bwd-checklist li::before {\n  content: '\u2713';\n  position: absolute;\n  left: 0;\n  color: var(--primary);\n  font-weight: 700;\n  font-size: 16px;\n}\n.bwd-pricing-card {\n  background: #fff;\n  border-radius: var(--radius);\n  padding: 40px 32px;\n  box-shadow: var(--shadow);\n  border: 2px solid transparent;\n  transition: all 0.2s;\n  position: relative;\n}\n.bwd-pricing-card.featured {\n  border-color: var(--primary);\n  transform: scale(1.04);\n}\n.bwd-pricing-badge {\n  position: absolute;\n  top: -14px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: var(--primary);\n  color: #fff;\n  padding: 4px 20px;\n  border-radius: 100px;\n  font-size: 12px;\n  font-weight: 700;\n  white-space: nowrap;\n}\n.bwd-price { font-size: 42px; font-weight: 900; color: var(--primary); }\n.bwd-price span { font-size: 16px; font-weight: 400; color: var(--text-gray); }\n.bwd-sticky-cta {\n  position: fixed;\n  bottom: 24px;\n  right: 24px;\n  z-index: 9999;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.bwd-sticky-btn {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--primary);\n  color: #fff !important;\n  padding: 14px 22px;\n  border-radius: 100px;\n  font-weight: 700;\n  font-size: 14px;\n  text-decoration: none;\n  box-shadow: 0 4px 20px rgba(0,94,184,0.4);\n  transition: all 0.2s;\n}\n.bwd-sticky-btn:hover { background: var(--primary-dark); transform: translateY(-2px); }\n.bwd-sticky-btn.whatsapp { background: #25D366; box-shadow: 0 4px 20px rgba(37,211,102,0.4); }\n.bwd-sticky-btn.whatsapp:hover { background: #1da851; }\n@media (max-width: 768px) {\n  .bwd-grid-2, .bwd-grid-3, .bwd-grid-4 { grid-template-columns: 1fr; }\n  .bwd-hero { padding: 80px 0 60px; }\n  .bwd-section { padding: 56px 0; }\n  .bwd-stats { gap: 24px; }\n  .bwd-pricing-card.featured { transform: none; }\n}<\/p>\n<p>\/* Page Hero *\/\n.bwd-page-hero {\n  background: linear-gradient(135deg, #0033CC 0%, #1a5cff 100%);\n  color: #fff;\n  padding: 100px 20px 80px;\n  text-align: center;\n}\n.bwd-page-hero-content {\n  max-width: 800px;\n  margin: 0 auto;\n}\n.bwd-page-hero h1 {\n  font-size: 2.5rem;\n  font-weight: 800;\n  margin-bottom: 16px;\n}\n.bwd-hero-sub {\n  font-size: 1.15rem;\n  opacity: 0.9;\n  margin-bottom: 24px;\n  line-height: 1.6;\n}\n.bwd-hero-ctas {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-top: 24px;\n}\n.bwd-breadcrumb {\n  font-size: 0.85rem;\n  opacity: 0.8;\n  margin-bottom: 16px;\n}\n.bwd-breadcrumb a {\n  color: #fff;\n  text-decoration: underline;\n  opacity: 0.8;\n}\n.bwd-breadcrumb a:hover {\n  opacity: 1;\n}<\/p>\n<p>\/* Buttons *\/\n.bwd-page-hero .bwd-btn-primary {\n  background: #fff !important;\n  color: #0033CC !important;\n}\n.bwd-page-hero .bwd-btn-primary:hover {\n  background: #f0f4ff !important;\n  transform: translateY(-2px);\n}\n.bwd-page-hero .bwd-btn-secondary {\n  background: transparent !important;\n  color: #fff !important;\n  border: 2px solid rgba(255,255,255,0.6) !important;\n}\n.bwd-page-hero .bwd-btn-secondary:hover {\n  border-color: #fff !important;\n  background: rgba(255,255,255,0.15) !important;\n}<\/p>\n<p>\/* Sections *\/\n.bwd-section {\n  padding: 80px 20px;\n  background: #fff;\n}\n.bwd-section-header {\n  text-align: center;\n  max-width: 700px;\n  margin: 0 auto 48px;\n}\n.bwd-section-header h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #1A1A2E;\n  margin-bottom: 12px;\n}\n.bwd-section-header p {\n  color: #6B7280;\n  font-size: 1.05rem;\n  line-height: 1.6;\n}\n.bwd-section-tag {\n  display: inline-block;\n  background: #EEF2FF;\n  color: #0033CC;\n  padding: 6px 16px;\n  border-radius: 50px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  margin-bottom: 12px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}<\/p>\n<p>\/* Service Cards Grid *\/\n.bwd-services-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n.bwd-services-grid-4 {\n  grid-template-columns: repeat(4, 1fr);\n}\n.bwd-service-card {\n  background: #F8FAFF;\n  border: 1px solid #E5E7EB;\n  border-radius: 12px;\n  padding: 32px 24px;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n.bwd-service-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 32px rgba(0,51,204,0.1);\n  border-color: #0033CC;\n}\n.bwd-service-icon {\n  font-size: 2.5rem;\n  margin-bottom: 16px;\n}\n.bwd-service-card h3 {\n  font-size: 1.15rem;\n  font-weight: 700;\n  color: #1A1A2E;\n  margin-bottom: 8px;\n}\n.bwd-service-card p {\n  color: #6B7280;\n  font-size: 0.95rem;\n  line-height: 1.5;\n}<\/p>\n<p>\/* CTA Section *\/\n.bwd-cta {\n  background: linear-gradient(135deg, #0033CC 0%, #1a5cff 100%);\n  padding: 80px 20px;\n  text-align: center;\n  color: #fff;\n}\n.bwd-cta-content {\n  max-width: 600px;\n  margin: 0 auto;\n}\n.bwd-cta-content h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  margin-bottom: 24px;\n}\n.bwd-cta-buttons {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}<\/p>\n<p>\/* Container *\/\n.bwd-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n}<\/p>\n<p>\/* Responsive *\/\n@media (max-width: 768px) {\n  .bwd-page-hero { padding: 80px 20px 60px; }\n  .bwd-page-hero h1 { font-size: 1.8rem; }\n  .bwd-services-grid, .bwd-services-grid-4 { grid-template-columns: 1fr; }\n  .bwd-section { padding: 60px 20px; }\n  .bwd-hero-ctas { flex-direction: column; align-items: center; }\n}\n<\/style>\n<div class=\"bwd-page-wrap\">\n<section class=\"bwd-page-hero\" style=\"background:#0033CC;color:#fff;padding:80px 20px 60px;text-align:center;\">\n<div style=\"max-width:800px;margin:0 auto;\">\n<h1 style=\"font-size:2.5rem;font-weight:800;margin-bottom:20px;\">Schedule a Free Consultation<\/h1>\n<p style=\"font-size:1.2rem;opacity:0.9;margin-bottom:30px;\">30 minutes that can change your business. We will discuss your digital marketing challenges and present a personalized strategy.<\/p>\n<div style=\"display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:30px;\">\n<div style=\"background:rgba(255,255,255,0.15);border-radius:12px;padding:20px 30px;text-align:center;\">\n<div style=\"font-size:2rem;margin-bottom:8px;\">\u2713<\/div>\n<div style=\"font-weight:700;\">Free SEO Analysis<\/div>\n<div style=\"opacity:0.8;font-size:0.9rem;\">Of your website<\/div>\n<\/div>\n<div style=\"background:rgba(255,255,255,0.15);border-radius:12px;padding:20px 30px;text-align:center;\">\n<div style=\"font-size:2rem;margin-bottom:8px;\">\ud83d\udcca<\/div>\n<div style=\"font-weight:700;\">Tailored Strategy<\/div>\n<div style=\"opacity:0.8;font-size:0.9rem;\">For your industry<\/div>\n<\/div>\n<div style=\"background:rgba(255,255,255,0.15);border-radius:12px;padding:20px 30px;text-align:center;\">\n<div style=\"font-size:2rem;margin-bottom:8px;\">\ud83c\udfaf<\/div>\n<div style=\"font-weight:700;\">No Obligation<\/div>\n<div style=\"opacity:0.8;font-size:0.9rem;\">100% Free<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section style=\"padding:60px 20px;background:#f8f9fa;\">\n<div style=\"max-width:900px;margin:0 auto;\">\n<h2 style=\"text-align:center;font-size:1.8rem;color:#0033CC;margin-bottom:10px;\">Choose a Time That Suits You<\/h2>\n<p style=\"text-align:center;color:#666;margin-bottom:40px;\">Our schedule is updated in real-time<\/p>\n<p><!-- Calendly inline widget begin --><\/p>\n<div class=\"calendly-inline-widget\" data-url=\"https:\/\/calendly.com\/primewebholdings\/30min\" style=\"min-width:320px;height:700px;\"><\/div>\n<p><script type=\"text\/javascript\" src=\"https:\/\/assets.calendly.com\/assets\/external\/widget.js\" async><\/script><br \/>\n<!-- Calendly inline widget end -->\n<\/div>\n<\/section>\n<section style=\"padding:60px 20px;background:#fff;\">\n<div style=\"max-width:800px;margin:0 auto;text-align:center;\">\n<h2 style=\"font-size:1.8rem;color:#1a1a2e;margin-bottom:20px;\">What to Expect from the Meeting?<\/h2>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-top:40px;\">\n<div style=\"padding:30px;border:2px solid #e8f0fe;border-radius:16px;\">\n<div style=\"font-size:2.5rem;margin-bottom:15px;\">\ud83d\udd0d<\/div>\n<h3 style=\"color:#0033CC;margin-bottom:10px;\">Comprehensive Assessment<\/h3>\n<p style=\"color:#666;font-size:0.95rem;\">We will review your current digital presence and identify growth opportunities<\/p>\n<\/div>\n<div style=\"padding:30px;border:2px solid #e8f0fe;border-radius:16px;\">\n<div style=\"font-size:2.5rem;margin-bottom:15px;\">\ud83d\uddfa\ufe0f<\/div>\n<h3 style=\"color:#0033CC;margin-bottom:10px;\">Roadmap<\/h3>\n<p style=\"color:#666;font-size:0.95rem;\">We will present a clear action plan with measurable goals and a realistic timeline<\/p>\n<\/div>\n<div style=\"padding:30px;border:2px solid #e8f0fe;border-radius:16px;\">\n<div style=\"font-size:2.5rem;margin-bottom:15px;\">\ud83d\udcb0<\/div>\n<h3 style=\"color:#0033CC;margin-bottom:10px;\">Proposal<\/h3>\n<p style=\"color:#666;font-size:0.95rem;\">You will receive a transparent and detailed quote with no surprises<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Schedule a Free Consultation 30 minutes that can change your business. We will discuss your digital marketing challenges and present a personalized strategy. \u2713 Free SEO Analysis Of your website \ud83d\udcca Tailored Strategy For your industry \ud83c\udfaf No Obligation 100% Free Choose a Time That Suits You Our schedule is updated in real-time What to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-434","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Book a Free Consultation | BlueWhite Digital<\/title>\n<meta name=\"description\" content=\"Book a free digital marketing consultation with BlueWhite Digital experts. We&#039;ll build a custom strategy for your business together. No obligation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bluewhite.co.il\/en\/booking\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book a Free Consultation | BlueWhite Digital\" \/>\n<meta property=\"og:description\" content=\"Book a free digital marketing consultation with BlueWhite Digital experts. We&#039;ll build a custom strategy for your business together. No obligation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bluewhite.co.il\/en\/booking\/\" \/>\n<meta property=\"og:site_name\" content=\"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/booking\\\/\",\"url\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/booking\\\/\",\"name\":\"Book a Free Consultation | BlueWhite Digital\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/#website\"},\"datePublished\":\"2026-06-24T08:28:38+00:00\",\"description\":\"Book a free digital marketing consultation with BlueWhite Digital experts. We'll build a custom strategy for your business together. No obligation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/booking\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/booking\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/booking\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book a Meeting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/\",\"name\":\"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc\",\"description\":\"\u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc | SEO, Google Ads, \u05e2\u05d9\u05e6\u05d5\u05d1 \u05d0\u05ea\u05e8\u05d9\u05dd\",\"publisher\":{\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/#organization\",\"name\":\"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc\",\"url\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bluewhite.co.il\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/bluewhite-logo.webp\",\"contentUrl\":\"https:\\\/\\\/bluewhite.co.il\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/bluewhite-logo.webp\",\"width\":2048,\"height\":2048,\"caption\":\"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc\"},\"image\":{\"@id\":\"https:\\\/\\\/bluewhite.co.il\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Book a Free Consultation | BlueWhite Digital","description":"Book a free digital marketing consultation with BlueWhite Digital experts. We'll build a custom strategy for your business together. No obligation.","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:\/\/bluewhite.co.il\/en\/booking\/","og_locale":"en_US","og_type":"article","og_title":"Book a Free Consultation | BlueWhite Digital","og_description":"Book a free digital marketing consultation with BlueWhite Digital experts. We'll build a custom strategy for your business together. No obligation.","og_url":"https:\/\/bluewhite.co.il\/en\/booking\/","og_site_name":"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bluewhite.co.il\/en\/booking\/","url":"https:\/\/bluewhite.co.il\/en\/booking\/","name":"Book a Free Consultation | BlueWhite Digital","isPartOf":{"@id":"https:\/\/bluewhite.co.il\/en\/#website"},"datePublished":"2026-06-24T08:28:38+00:00","description":"Book a free digital marketing consultation with BlueWhite Digital experts. We'll build a custom strategy for your business together. No obligation.","breadcrumb":{"@id":"https:\/\/bluewhite.co.il\/en\/booking\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bluewhite.co.il\/en\/booking\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bluewhite.co.il\/en\/booking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bluewhite.co.il\/en\/"},{"@type":"ListItem","position":2,"name":"Book a Meeting"}]},{"@type":"WebSite","@id":"https:\/\/bluewhite.co.il\/en\/#website","url":"https:\/\/bluewhite.co.il\/en\/","name":"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc","description":"\u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc | SEO, Google Ads, \u05e2\u05d9\u05e6\u05d5\u05d1 \u05d0\u05ea\u05e8\u05d9\u05dd","publisher":{"@id":"https:\/\/bluewhite.co.il\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bluewhite.co.il\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bluewhite.co.il\/en\/#organization","name":"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc","url":"https:\/\/bluewhite.co.il\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bluewhite.co.il\/en\/#\/schema\/logo\/image\/","url":"https:\/\/bluewhite.co.il\/wp-content\/uploads\/2026\/05\/bluewhite-logo.webp","contentUrl":"https:\/\/bluewhite.co.il\/wp-content\/uploads\/2026\/05\/bluewhite-logo.webp","width":2048,"height":2048,"caption":"BlueWhite Digital | \u05e1\u05d5\u05db\u05e0\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7 \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9 \u05de\u05d5\u05d1\u05d9\u05dc\u05d4 \u05d1\u05d9\u05e9\u05e8\u05d0\u05dc"},"image":{"@id":"https:\/\/bluewhite.co.il\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/pages\/434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/comments?post=434"}],"version-history":[{"count":0,"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/pages\/434\/revisions"}],"wp:attachment":[{"href":"https:\/\/bluewhite.co.il\/en\/wp-json\/wp\/v2\/media?parent=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}