Help Center

Step-by-step guides to integrate SEOPulse with your website platform.

Shopify
Custom App + Admin API
WordPress
Plugin + REST API + WooCommerce
Wix
Velo API + Custom Code
Integrating with Shopify
Connect your Shopify store using the Admin API.
  1. 1

    Log in to your Shopify Admin

    Go to your Shopify store admin panel at yourstorename.myshopify.com/admin.

  2. 2

    Generate a Custom App API Key

    Navigate to Settings > Apps and sales channels > Develop apps. Create a new custom app, then configure the Admin API scopes: enable read_content, write_content, read_themes, write_themes, read_products, and write_products.

  3. 3

    Copy the Access Token

    After installing the custom app to your store, copy the Admin API access token. This is only shown once, so save it immediately.

  4. 4

    Add Your Site in SEOPulse

    Go to Dashboard > Sites > Add Site. Enter your Shopify store URL, select 'Shopify' as the platform, and paste the Admin API access token.

  5. 5

    Verify Connection

    SEOPulse will validate the token and display your store name. Once verified, you can run crawls, enable Auto-Fix to push meta tag and schema changes directly to your Shopify theme, and embed the heatmap tracking script.

  6. 6

    Add the Heatmap Script (Optional)

    Go to your Shopify Admin > Online Store > Themes > Edit Code. Open theme.liquid and paste the SEOPulse heatmap embed snippet just before the closing </body> tag.

Heatmap Embed Code
Copy this snippet and add it to your website.

The tracking script records anonymous click and scroll interactions from your visitors. Paste it just before the closing </body> tag on every page you want to track. The script is under 2KB and loads asynchronously with zero impact on performance.

<script
  async
  src="https://yourapp.vercel.app/api/heatmap/script?siteId=YOUR_SITE_ID"
></script>

Replace YOUR_SITE_ID with the site ID from your Dashboard > Sites page.

Need more help?

Check our FAQ or email us at support@seopulse.io.