Wix

To integrate MotaWord with a Wix site using custom code, follow these steps. Since Wix has its own way of handling custom code injections, we will use the built-in tools provided by Wix for this purpose.

1. Log in to MotaWord Dashboard

  1. Go to MotaWord Dashboard.
  2. Configure the settings as required and copy the generated code snippet provided at the bottom of the configuration page. The code should look similar to this:
<script src="https://serve.motaword.com/js/38-299.js" data-token="{token}" crossorigin async referrerpolicy="unsafe-url"></script>

2. Log in to Wix

  1. Log in to your Wix account and go to the admin panel.

3. Add Code to Your Wix Site

  1. Go to Tracking & Analytics:

    • From the dashboard, go to Settings > Custom Code.


  2. Add New Custom Code:


    • In the Name field, enter a name for the custom code (e.g., "MotaWord Integration").
    • In the Code Snippet field, paste the copied code snippet:

    <link rel="preconnect" href="https://serve.motaword.com">
    <link rel="preload" href="https://serve.motaword.com/js/38-299.js" as="script" importance="high" crossorigin referrerpolicy="unsafe-url">
    <link rel="preconnect" href="https://api.motaword.com">
    <script src="https://serve.motaword.com/js/38-299.js" data-token="{token}" crossorigin async referrerpolicy="unsafe-url"></script>
    
  3. Set the Code to Load in the Header:

    • Under Add Code to Pages, select All Pages.
    • Under Place Code in, select Head.
  4. Apply the Code:

    • Click Apply to save your changes.

4. Adjust Crawler Settings

  1. Navigate to SEO Tools:

    • Go to Marketing & SEO > SEO Tools.
  2. Manage SEO Settings:

    • Ensure your SEO settings are configured to allow search engine crawlers if desired. Adjust the settings as per your preference for AI crawlers.
  3. Save SEO Settings:

    • Save any changes to ensure they take effect.

Summary

By following these steps, you can integrate MotaWord into your Wix site using the custom code injection feature provided by Wix. This allows the integration code to be included in the header of all pages, ensuring that the MotaWord services are available site-wide. Additionally, adjusting the SEO settings helps manage how search engines and AI companies interact with your site.