Schema for Tours

#1038667
  • Resolved The Nosh Digital
    Rank Math free

    My website is https://passagetopakistan.pk
    I am using RankMath SEO Plugin on this site.

    I want to know what would be the best schema type for the tour itineraries on the website.

    If I need to have a custom Schema, Can you create a JSON code for me and give it to me? Please advise.

    Best,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I apologize for the issue you are facing. For tour itineraries on your website, the best schema type to use would be the TouristAttraction schema or the Event schema, depending on how you want to present your tours. The TouristAttraction schema is suitable for individual attractions, while the Event schema can be used for specific tours that occur at certain times.

    If you need to create a custom schema, Rank Math provides a Schema Builder that allows you to create and customize your own schema types. You can access this by navigating to the Schema tab in the Rank Math SEO settings for your post or page.

    Unfortunately, I cannot create JSON code directly for you, but I can guide you on how to do it using the Schema Builder in Rank Math. Here’s a brief overview of how to add a custom schema:

    1. Edit Your Post/Page: Open the post or page where you want to add the schema.
    2. Click on Rank Math SEO Icon: This will open the SEO settings for that page.
    3. Navigate to the Schema Tab: Click on the Schema tab and then select Schema Generator.
    4. Choose Your Schema Type: Select the appropriate schema type (like TouristAttraction or Event) and fill in the required fields.
    5. Save Your Changes: Once you have filled in the details, save your changes.

    For more detailed guidance, you can refer to our Schema Markup documentation.

    If you would like comprehensive assistance with setting up your schema correctly, we recommend our professional setup service available at Rank Math Services. This service requires a PRO subscription and ensures that your plugin setup adheres to the latest SEO standards.

    Thank you for raising this concern! If you have any further questions or need additional assistance, please reply to this ticket, and a human agent from our support team will assist you further.

    Sources:
    How to Choose the Right Schema for Your Content » Rank Math

    Hello,

    Thank you for contacting us.

    To represent structured data related to a travel tour on your website, you can use the TouristTrip schema from Schema.org.

    This schema allows you to describe various aspects of a tourist trip, including offerings, itineraries, and other details.

    Here’s an example of how you might structure the JSON-LD for the given information:

    {
      "@context": "http://schema.org",
      "@type": "TouristTrip",
      "name": "daily Capri boat tour",
      "offers": {
        "@type": "Offer",
        "price": "50",
        "priceCurrency": "EUR",
        "availability": "http://schema.org/InStock"
      },
      "itinerary": {
        "@type": "Place",
        "name": "Departure",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Positano"
        }
      },
      "touristType": "Boat Tour"
    }

    This code defines the tour name, ticket price, and departure location.

    You can expand on this example with more details that apply to your specific tour, such as the duration, return location, guide information, or other elements that describe the tour offering.

    We hope that helps, and please don’t hesitate to get in touch if you have any other questions.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The ticket ‘Schema for Tours’ is closed to new replies.