Hi, with Frontinty, do you have an option to use YOAST SEO plugin feature and to remove the “category” word from the url?
So, instead of example.com/category/blog/ we can use example.com/blog/ ?
Hi, with Frontinty, do you have an option to use YOAST SEO plugin feature and to remove the “category” word from the url?
So, instead of example.com/category/blog/ we can use example.com/blog/ ?
Welcome to the Frontity community.
Yes, you can use the Yoast plugin with Frontity - recent versions of Yoast add head tags to the REST API so you can use them in a <Head>
component.
Frontity works with the same URLs that WordPress does, so it will use the URLs that you define in your Permalink settings in the WP admin. Frontity’s wp-source
package also provides the categoryBase
property which you should also set.