Skip to content

WordPress Integration

The official plugin is the easiest and most powerful way to integrate. It includes server-side rendering (SSR) and auto-publish support.

Step 1: Go to Plugins and click on Add New Plugin

WordPress dashboard Plugins page showing Add New Plugin button

Step 2: Search for “SEOJuice” in WordPress, and click on Install Now

WordPress plugin search results showing SEOJuice plugin

Step 3: Activate the plugin

WordPress plugin activation screen for SEOJuice

You’re done! Please wait for your site to finish processing. Make sure you add your website in the SEOJuice dashboard before activating the plugin.

Alternative: Manual Script Installation

Use this method only if you cannot install the plugin (e.g., restricted hosting). The plugin is always preferred.

Step 1: Go to your WordPress Admin Panel and click Appearance

WordPress dashboard Appearance menu

Step 2: Go to your Themes and select Theme File Editor

WordPress Themes page with Theme File Editor option

Step 3: Select footer.php on the right to edit the footer file

WordPress Theme File Editor with footer.php selected

Step 4: Add the SEOJuice script at the bottom and click Update File

<script type="text/javascript" src="https://cdn.seojuice.io/suggestions.v1.js" defer></script>
<noscript><img src="https://smart.seojuice.io/pixel" width="1" height="1" alt="" style="display:none"></noscript>
SEOJuice script inserted in WordPress footer.php

Step 5: You’re done!

If you need any help: hello@seojuice.io

Elementor (or similar) — Install via WPCode Plugin

WPCode is a free plugin that allows you to add custom code and script tags to the header and footer area of your website. Install it via Plugins in the sidebar.

  1. First, install the plugin on your website.
WPCode plugin installation in WordPress
  1. Then go to Code Snippets > Header & Footer.
WPCode Code Snippets menu in WordPress sidebar
  1. Add the script tag to the footer section:
<script type="text/javascript" src="https://cdn.seojuice.io/suggestions.v1.js" defer></script>
<noscript><img src="https://smart.seojuice.io/pixel" width="1" height="1" alt="" style="display:none"></noscript>
  1. Hit the Save Changes button.
WPCode header and footer interface with SEOJuice script

Done.

Verify Your Integration

After installing the plugin or script:

  1. Visit your site and open browser DevTools (F12)
  2. Go to the Network tab, reload, and filter for seojuice
  3. You should see a request to cdn.seojuice.io with a 200 status
  4. In the SEOJuice dashboard, your site should show as connected

For detailed troubleshooting, see Integration Verification.