Confirming If Rank Math Will Work

#95945
  • Resolved Gary Grosso
    Rank Math free

    Hello;

    We have a Careers page on our site. livingtalentus.com/careers. The content on this page is actually pulled from Salesforce (where the posting is created) via a plugin called Sawfish sawfishplugin.com. The page was custom coded from there. There is the main Job URL and then the job details page.

    Our issue is that Google is not recognizing these as job postings since the output is an HTML page. These jobs are obviously dynamic given that they are opening and closing on a regular basis.

    I am wondering if your plugin can add the “job posting” schema to these listings so Google can recognize them.

    Also, we realize that we will need to include Hiring Organization and Date Posted to our details page as they are required for the job posting schema. These are active fields in Salesforce, we just need to pull them into the details page.

    • This topic was modified 3 years, 5 months ago by Gary Grosso.
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    Yes you can assign the job posting schema to your page. Just go to the page and in Rank math met box select the schema tab. You can then edit and select your preferred schema type.

    If you wish to customize the schema data dynamically or code the schema to auto-generate for your pages, you can use the following filter:

    
    /**
     * Filter to change the schema data.
     * Replace $schema_type with schema name like article, review, etc.
     * @param array $entity Snippet Data
     * @return array
     */
    add_filter( "rank_math/snippet/rich_snippet_{$schema}_entity", function( $entity ) {
     return $entity;
    });
    

    Hope that helps. If you have any further question(s), please let us know. 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 1 replies (of 1 total)

The ticket ‘Confirming If Rank Math Will Work’ is closed to new replies.