i want webapplication schema

#816951
  • Resolved parvez shelat
    Rank Math free

    i want to add webapplication schema on my website tool page, your plugin has an option for softwareapplication schema, but I need webapplication schema, I have more than 100 tools on my website https://wpbloggingtips.com/. pls guide me on this how I able to webapplication schema on my tool pages

    waiting for your reply
    parvez shelat

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

    I apologize for any confusion. If you are looking to add a schema for web applications on your tool pages, Rank Math offers the Software App Schema type that can be used for software applications as mentioned in our documentation.

    While we recommend using the Software App Schema type for software applications, you can still utilize this schema for your web applications. The Software App Schema can effectively convey information about your web applications to search engines.

    To add the Software App Schema to your tool pages using Rank Math, you can follow these steps:

    1. Edit the page for the tool you want to add the schema to.
    2. Open Rank Math in the Gutenberg sidebar by clicking on the Rank Math SEO icon or by clicking the three vertical dots in the top right-hand corner and selecting Rank Math in the Plugins section.
    3. Navigate to the Schema Settings by clicking on the Schema tab and then on Schema Generator.
    4. Find the Software Schema from the list and click on Use to open the Schema Builder.
    5. In the Schema Builder, you can enter the headline, review location, shortcode, and description for your web application.

    By following these steps, you can effectively add the Software App Schema to your tool pages, even though it’s primarily designed for software applications.

    If you encounter any issues or need further assistance, please feel free to reply here, and a human agent from our support team will assist you promptly.

    Thank you for reaching out.

    Best regards.

    Sources:
    Software Schema Type » Rank Math
    How to Earn Star Ratings in SERPs by Using Schema Markup With Rank Math? » Rank Math
    How to Add Sitelinks Searchbox Schema to All Pages » Rank Math

    Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    Unfortunately, we don’t have this Schema pre-generated on our plugin. In the PRO version of the plugin, we have a custom schema template option that can be used to generate this schema.

    For more details, you can check this URL: https://rankmath.com/kb/schema-templates/

    In the free version of the plugin, you can use and modify the following filter to extend your existing schema:

    /**
     * Collect data to output in JSON-LD.
     *
     * @param array  $unsigned An array of data to output in json-ld.
     * @param JsonLD $unsigned JsonLD instance.
     */
    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
    	return [];
    }, 99, 2);
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    Sure, you can follow this guide to import json code to Rank Math’s Schema editor: https://rankmath.com/kb/import-schema-markup/

    Here’s the code you can import which you can edit afterwards:

    {
      "@context": "https://schema.org",
      "@type": "WebApplication",
      "name": "Example Web App",
      "url": "https://www.examplewebapp.com",
      "applicationCategory": "Productivity",
      "operatingSystem": "All",
      "browserRequirements": "Requires JavaScript. Works best with Chrome or Firefox.",
      "softwareVersion": "1.0.0",
      "author": {
        "@type": "Person",
        "name": "John Doe",
        "url": "https://www.johndoe.com"
      },
      "datePublished": "2024-01-01",
      "description": "An example web application designed to demonstrate JSON-LD structured data.",
      "screenshot": "https://www.examplewebapp.com/screenshot.png",
      "applicationSubCategory": "Task Management",
      "featureList": [
        "Task creation and management",
        "Collaboration tools",
        "Real-time updates",
        "Mobile friendly"
      ],
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.5",
        "reviewCount": "120"
      },
      "offers": {
        "@type": "Offer",
        "price": "9.99",
        "priceCurrency": "USD",
        "url": "https://www.examplewebapp.com/pricing",
        "priceValidUntil": "2025-12-31"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Example Corp",
        "url": "https://www.examplecorp.com",
        "logo": "https://www.examplecorp.com/logo.png",
        "contactPoint": {
          "@type": "ContactPoint",
          "contactType": "Customer Support",
          "telephone": "+1-800-555-5555",
          "email": "s******@e****************",
          "url": "https://www.examplewebapp.com/contact"
        }
      }
    }

    and also pls guide me on using multiple schemas. what kind of schemas do I use on my tool pages other than web application schema like a webpage schema, organization schema etc…

    here is one of the tool page link : https://wpbloggingtips.com/jquery-to-react-converter/

    The SoftwareApplication should be the best fit for this type of page.

    also pls guide me on how to customize how to block like I customize the faq block on this page https://wpbloggingtips.com/jpeg-to-webp-converter-image-converter-tool/ with plugin Turn Rank Math FAQ Block to Accordion is there any plugin available or any other way to customize how to block?

    At the moment, we don’t know any 3rd party plugin to modify the HowTo block. To edit its styling, you’ll have to resort it using CSS. The block provides CSS classes when rendered on the frontend.

    Looking forward to helping 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘i want webapplication schema’ is closed to new replies.