Important:
To test an app with the SEO Keyword Suggestions service plugin, please contact us. Our team can add the app to the SEO Setup Checklist flow for testing.
When developing websites or building apps with Blocks, use Velo service plugins.
As an SEO keyword Suggestions provider, you can integrate with Wix to enable Wix users to optimize their SEO strategy.
The integration is done via an app in the Wix App Market and by implementing the SEO Keyword Suggestions service plugin. After the app is installed on a site, Wix triggers a call to your service when specific actions are taken on the site. Refer to each method's description for details about those actions.
Using the SEO Keyword Suggestions service plugin, you can design your app to:
It's important to note the following before starting to code:
To enable Wix to communicate with your app:
Go to Extensions in your app's dashboard.
Click Create Extension in the top right corner.
Find SEO Keyword Suggestions and click + Create.
Use the JSON editor to create the extension's configuration file. Configure the parameters by referencing the table below or the Documentation section to the right of the editor. Provide the following configuration for your app:
Name | Type | Description |
---|---|---|
baseUri | string | Required. Base URI where the endpoints are called. Wix appends the endpoint path to the base URI. For example, to call the Get Quota endpoint at https://my-seo-suggestions/v1/get-quota , the base URI you provide here is https://my-seo-suggestions.com . |
upgradeUrl | string | URL of the page where users can purchase a paid plan. Wix offers a link to this page when you respond with a value of false in quota's paidPlan property. |
supportedCountryCodes | array | Required. List of countries you support for SEO analysis. 2-letter country code in ISO-3166 alpha-2 format. |
quotaEnabled | boolean | Whether there is a quota limit in the service. When set to true, include the quota object in responses. |
landingPageUrl | string | Required. Your website's landing page. |