Overview
- As a leading web development company, we know that just building a website isn’t enough. A website with no visitors is as good as not having one and SEO is important to boost your rankings and profits.
- Nowadays, SEO ‘Search Engine Optimization ’ is the most important thing for your website. To maintain regular traffic on your website SEO is much needed. It optimizes your website and takes your web pages to a higher position in search results in any of the search engines. Incorporating white label seo outsourcing can naturally enhance this process, allowing you to leverage expert services while maintaining your brand identity.
- In this article, we will guide you on how easy it is to integrate one of the Best SEO Plugins Yoast SEO in Frontity. For this, we are going to use the @frontity/yoast npm package which is designed automatically to get and render all the tags that the Yoast SEO plugin uses for WordPress to expose in the REST API. There are only a few easy steps to follow and you will get much better SEO for your website.
Note: This will only work on Yoast SEO 14.0 and later versions.
To check this you can check from the post API endpoint and search for yoast_head which contains your SEO metadata.
Integrate Yoast SEO in Frontity
To integrate Yoast SEO in Frontity, you need to install the @frontity/yoast package.
Step 1: Go to the root directory of your project and execute the following command. This command will install the package in your project.
npm i @frontity/yoast
Step 2: Add the following yoast package name in frontity.settings.js
@frontity/yoast
Step 3: Run the development server
npx frontity dev
Output:
Before installing the Frontity Yoast package, the website will not render SEO meta tags.
After installing the Frontity Yoast package, website pages are able to render SEO meta tags.
Conclusion:
That’s it. Hope this will be helpful for your Frontity website and can improve your scores in search engines. Feel free to add your comments and suggestions.