← Back to assessments

PR007 – Related Product Discovery

Overview

Assessment for related product discovery. Validates that "related products" or "you may also like" sections are present, linked correctly, and (where applicable) consistent with schema.

Probability that AI systems use this signal: Crawlers and generative AI pipelines consume structured and visible page signals for training and inference. Assessment-specific signals (e.g. schema, canonicals, trust cues) affect how likely a page is indexed and surfaced. The probability that this assessment's signal influences AI behavior is high when the page is in a product or compliance context.

Impact on geo compliance: Passing this assessment supports geo compliance by ensuring machine-readable and visible content meet standards that reduce the risk of wrong locale, pricing, or trust in AI-generated answers. Failing can lead to non-compliant or misleading surfacing.

What We Check

  • Related product section detection ("related products", "you may also like"); link validity and optional alignment with schema.org Product isRelatedTo / isSimilarTo.
  • Full logic in backend: pr007_related_product_discovery (product_relationships).

Pass / Fail and Score

  • From execute().

How to Fix When It Fails

  • Add or fix related products section; ensure links are valid and optionally reflect schema relationships.

Common Issues

  • Missing related products; broken links; no schema alignment.

Dependencies

None.

How to Verify

  • Confirm related products section is present; validate links and optional schema alignment.

Additional Resources

  • schema.org Product: isRelatedTo (related products), isSimilarTo (functionally similar). Align visible related-product links with schema for PR002 (cross-sell) and PR008 (recommendations).