Tell us what you are trying to do?
We have a custom post type for job listings that I would like to use as structured data for 'google for jobs'. Is this in any way possible without the use of extra plugins.
Is there any documentation that you are following?
no, I could not find any at this time
What is the link to your site?
the specific page that has our job listings is this one: hidden link
Hello,
Please elaborate the questions with more details:
What kind of "google for jobs" structured data do you want?
Is there any document for it?
Hi Luo,
yes, see the following link for more info:
hidden link
The site I am building is mainly intended to post new job listings. Google for Jobs is a rich snippet. This means that having the right structured data implemented on the website is critical for our job pages to appear in the Google for Jobs search result. I've found a few WordPress plugins that allow me to do this, but I would preferably just keep using toolset.
Please check the document you mentioned above:
hidden link
Don't add structured data to pages intended to present a list of jobs (for example, search result pages). Instead, apply structured data to the most specific page describing a single job with its relevant details.
And I think it is possible for single job post with some custom codes, for example, you can create a theme file for your single job post: single-{post-type}.php
https://developer.wordpress.org/themes/basics/post-types/#custom-post-types
In this theme file output only a Toolset content template:
https://toolset.com/documentation/programmer-reference/views-api/#render_view_template
In above Toolset content template, setup the codes by following Google document you mentioned above, for example:
hidden link
You can also use Toolset shortcodes in above content template:
https://toolset.com/documentation/user-guides/views-shortcodes/
https://toolset.com/documentation/customizing-sites-using-php/functions/