Hey all, excited to get going with Jobhive! I am a python dev, dont know much about PHP or webdev, nor do I know much about the job+data space.
If I build out a job posting data pipeline, whats the best away of automatic ingestion into jobhive? I know of manual imports, but something automated would be great.
Do I need to do anything special for SEO? I have Yoast, and I will happily buy the jobhive SEO plugin.
What is the best way of changing the styling of the promoted posts?
For 1, I can fetch job listings programmatically with a python script. What’s the easiest way of getting that into jobhive? Should I just insert into the db?
Yes, you can do this in a similar way if this library allows setting custom post types. Job listings are implemented as a custom post type “hp_listing”. Also, you can do this via the WordPress REST API, there’s an endpoint for inserting posts REST API Handbook | WordPress Developer Resources
If you have job listings in another format, e.g. CSV it may be easier to use some importer plugins, like WP All Import.