{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Cyber Silicon",
    "url": "https://www.cybersilicon.co.in/",
    "logo": "https://www.cybersilicon.co.in/logo.png",
    "description": "Cyber Silicon offers professional web development, SEO, social media marketing, and branding services to grow your business online.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "अरिहंत सोसायटी सेक्टर ९",
      "addressLocality": "नवी मुंबई",
      "addressRegion": "महाराष्ट्र",
      "postalCode": "४०० ७०८",
      "addressCountry": "India"
    },
    "contactPoint": [
      {
        "@type": "ContactPoint",
        "telephone": "+91 22 65909302",
        "contactType": "Customer Service",
        "email": "support@cybersilicon.co.in",
        "areaServed": "Worldwide",
        "availableLanguage": ["English", "Hindi"]
      }
    ],
    "sameAs": [
      "https://facebook.com/cybersilicon",
      "https://twitter.com/cybersilicon",
      "https://linkedin.com/company/cybersilicon"
    ],
  
    "webSite": {
      "@type": "WebSite",
      "url": "https://www.cybersilicon.co.in/",
      "name": "Cyber Silicon Official Website",
      "description": "Explore Cyber Silicon's services in web development, SEO, social media marketing, branding, and video editing.",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.cybersilicon.co.in/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
  
    "services": [
      {
        "@type": "Service",
        "name": "Web Development",
        "description": "Customized website development services tailored to your business needs.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "SEO Services",
        "description": "Improve your website's visibility and organic traffic with our expert SEO services.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "Meta Ads",
        "description": "Expertly managed Meta Ads campaigns to maximize your reach and conversions.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "WhatsApp Marketing",
        "description": "Engage your customers directly through personalized WhatsApp marketing campaigns.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "Email Marketing",
        "description": "Reach your audience effectively with our professional email marketing services.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "GMB Ads and Setups",
        "description": "Optimize your business listing and run effective Google My Business ads for local engagement.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "Professional Video Editing",
        "description": "Create high-quality professional videos for your brand with our expert video editing services.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "Thumbnail Creation",
        "description": "Design eye-catching thumbnails to maximize your video and content click-through rates.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      },
      {
        "@type": "Service",
        "name": "Brand Development",
        "description": "Build a strong brand identity with our comprehensive brand development solutions.",
        "provider": {
          "@type": "Organization",
          "name": "Cyber Silicon"
        }
      }
    ],
  
    "reviews": [
      {
        "@type": "Review",
        "author": {
          "@type": "Person",
          "name": "सुरेश वाघमारे"
        },
        "reviewBody": "Cyber Silicon's team delivered excellent service. Their professionalism and timely response were impressive.",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": "5",
          "bestRating": "5"
        }
      }
    ],
  
    "breadcrumb": {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://www.cybersilicon.co.in/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Services",
          "item": "https://www.cybersilicon.co.in/services"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Contact",
          "item": "https://www.cybersilicon.co.in/contact"
        }
      ]
    }
  }