Shopify Product SEO & Listing Quality Audit avatar

Shopify Product SEO & Listing Quality Audit

Under maintenance

Pricing

from $1.00 / completed shopify seo audit

Go to Apify Store
Shopify Product SEO & Listing Quality Audit

Shopify Product SEO & Listing Quality Audit

Under maintenance

Find Shopify products with weak titles, thin descriptions, missing product types, sparse tags, bad handles, and listing quality issues before they hurt search, ads, or marketplace performance.

Pricing

from $1.00 / completed shopify seo audit

Rating

0.0

(0)

Developer

CharlieAKAN

CharlieAKAN

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Find Shopify products with weak titles, thin descriptions, missing product types, sparse tags, weak URL handles, missing images, and other listing quality issues before they hurt search, ads, or marketplace performance.

This Actor is for Shopify sellers, agencies, ecommerce operators, collectibles shops, apparel stores, and marketplace sellers that need cleaner product listings for Shopify SEO, Google Shopping, Meta catalogs, eBay, CedCommerce, and other sales channels.

What it checks

  • missing, short, long, generic, all-caps, or keyword-stuffed titles
  • missing or thin product descriptions
  • missing product type/category
  • missing vendor/brand
  • sparse product tags
  • weak product URL handles
  • products with no variants
  • products with no images
  • listing quality score and top fix per product

Input

{
"storeUrl": "https://example.com",
"maxProducts": 100,
"minDescriptionWords": 40,
"minTags": 2,
"checkTitleQuality": true,
"checkDescriptionQuality": true,
"checkHandles": true,
"includePassingProducts": false
}

Fields

  • storeUrl — public Shopify storefront URL.
  • maxProducts — maximum products to scan.
  • minDescriptionWords — products below this plain-text description word count are flagged.
  • minTags — products below this tag count are flagged.
  • checkTitleQuality — flag weak title patterns.
  • checkDescriptionQuality — flag missing or thin descriptions.
  • checkHandles — flag weak product URL handles.
  • includePassingProducts — include products with no detected issues.

Output

Dataset row types:

  • summary
  • product_seo_audit
  • listing_issue

Example product row:

{
"recordType": "product_seo_audit",
"title": "Pokemon Booster Pack",
"url": "https://store.com/products/pokemon-booster-pack",
"titleLength": 20,
"descriptionWordCount": 8,
"tagCount": 1,
"hasProductType": false,
"hasVendor": true,
"score": 54,
"grade": "needs_work",
"issueCodes": ["thin_description", "missing_product_type", "sparse_tags"],
"topFix": "Expand the product description with features, sizing, condition, compatibility, or benefits."
}

Why this matters

Weak product listing quality can hurt:

  • Shopify SEO
  • Google Shopping and product feed quality
  • marketplace sync quality
  • paid ad catalog performance
  • customer trust
  • onsite search/filtering
  • product discovery

The Actor does not modify your Shopify store. It reads the public Shopify product catalog endpoint and produces a CSV/API-friendly report.