{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.fuertesitges.es/#organization",
      "name": "Fuerte Sitges",
      "legalName": "DASOL SERVICIOS NAUTICOS SL",
      "url": "https://www.fuertesitges.es/",
      "logo": "https://www.fuertesitges.es/images/logo-fuerte-sitges.png",
      "sameAs": [
        "https://www.instagram.com/fuertesitges",
        "https://www.facebook.com/fuertesitges",
        "https://www.youtube.com/@fuertesitges"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+34699160645",
        "contactType": "reservations",
        "availableLanguage": ["es", "ca", "en", "fr"]
      }
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://www.fuertesitges.es/#localbusiness",
      "parentOrganization": { "@id": "https://www.fuertesitges.es/#organization" },
      "name": "Alquiler de Barcos Fuerte Sitges",
      "image": "https://www.fuertesitges.es/alquiler-barcos-en-sitges-14.jpg",
      "priceRange": "$$",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Av. del Port d'Aiguadolç, local 2",
        "addressLocality": "Sitges",
        "postalCode": "08870",
        "addressRegion": "Barcelona",
        "addressCountry": "ES"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 41.234635,
        "longitude": 1.826166
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.9",
        "reviewCount": "342",
        "bestRating": "5",
        "worstRating": "1"
      }
    },
    {
      "@type": "Service",
      "@id": "https://www.fuertesitges.es/#service-rentals",
      "provider": { "@id": "https://www.fuertesitges.es/#localbusiness" },
      "name": "Alquiler de Embarcaciones y Chárter Náutico",
      "serviceType": "Boat Rental",
      "areaServed": {
        "@type": "City",
        "name": "Sitges",
        "sameAs": "https://www.wikidata.org/wiki/Q16262"
      },
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Catálogo de Flota Fuerte Sitges",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Lanchas sin licencia Sitges",
              "description": "Alquiler de barcos de hasta 15CV aptos para navegar sin titulación náutica."
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Alquiler de Veleros y Yates",
              "description": "Embarcaciones de recreo para PNB, PER o con patrón profesional."
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Deportes Acuáticos",
              "description": "Experiencias de Wakeboard, Esquí Acuático y Donut arrastrable."
            }
          }
        ]
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.fuertesitges.es/#website",
      "url": "https://www.fuertesitges.es/",
      "name": "Fuerte Sitges",
      "publisher": { "@id": "https://www.fuertesitges.es/#organization" },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.fuertesitges.es/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}