Merchant Feed And Page Parity
The feed and the product page are two representations of the same item, maintained by different teams, so they drift. The mismatch suppresses the item without touching organic ranking, which is why it goes unnoticed for months. The instinct is to work through disapprovals in the interface one at a time, but they are nearly always produced by a handful of feed rules or by fields missing from the source catalogue.
FORMAT
merchant-feed-and-page-parity.md
PRIX
Gratuit — sans compte
QUAND S’EN SERVIR
Use when free product listings show far fewer items than the catalogue holds, or items get disapproved while the product pages themselves look fine.
Le fichier de compétence
merchant-feed-and-page-parity.md
---
name: merchant-feed-and-page-parity
description: Use when free product listings show far fewer items than the catalogue holds, or items get disapproved while the product pages themselves look fine.
---
# Merchant Feed And Page Parity
The feed and the product page are two representations of the same item, maintained by different teams, so they drift. The mismatch suppresses the item without touching organic ranking, which is why it goes unnoticed for months. The instinct is to work through disapprovals in the interface one at a time, but they are nearly always produced by a handful of feed rules or by fields missing from the source catalogue.
## Ce qu’il vous faut d’abord
- The current feed export plus item-level diagnostics with disapproval reasons attached
- Rendered product pages for a sample across categories, showing price and availability as a crawler sees them
- GTIN, MPN and brand coverage figures per category taken from the source catalogue, not the feed
- The tax and shipping settings configured on the merchant account
## Méthode
1. Count disapproved and pending items by reason before opening a single item. Two or three reasons usually account for most of the volume and they are configuration or coverage faults, not per-item ones.
2. Reconcile counts first: feed rows against sellable SKUs in the database. A feed missing a third of the catalogue is a generation fault and no attribute work matters until that is fixed.
3. Diff price and availability between feed and rendered page across the sample, comparing timestamps as well as values. Different caches on the two paths is the most common source of mismatch.
4. Fix identifier coverage at the catalogue source rather than in a feed rule. An identifier invented during a feed transformation fails validation and corrupts the record you will need later.
5. Build feed titles from your own attribute order, brand then product then the attribute buyers search by, rather than reusing the page title. Feed titles are matched against queries and truncated hard, so page title order is rarely right.
6. Write down which fields the feed is allowed to differ on. Shipping and tax belong in account settings rather than item data, and descriptions may legitimately be shorter than the page.
7. Recheck diagnostics at 14 days and watch the reason mix rather than the headline count, since clearing one reason routinely exposes a second that was masked behind it.
## Ce que ça produit
A reconciled feed with a stated field parity rule, disapprovals cleared at cause, and identifier coverage repaired in the source catalogue.
## Là où ça dérape
- Patching mismatches with feed rules while the source catalogue stays wrong, so the same errors return at the next full rebuild
- Generating placeholder identifiers to satisfy a required field, which produces disapprovals harder to diagnose than the missing field was
- Reading an account-level approval rate as health when the disapprovals sit on a few high-revenue lines
- Comparing the feed against the source HTML when price and stock are injected client-side, so the mismatch never shows up in testing
---
Extrait de la bibliothèque de compétences QuQi - https://www.quqi.io/fr/skills/merchant-feed-and-page-parity
Téléchargement gratuit · sans compte, sans e-mail
Ce qu’il vous faut d’abord
-
The current feed export plus item-level diagnostics with disapproval reasons attached
-
Rendered product pages for a sample across categories, showing price and availability as a crawler sees them
-
GTIN, MPN and brand coverage figures per category taken from the source catalogue, not the feed
-
The tax and shipping settings configured on the merchant account
Méthode
-
01
Count disapproved and pending items by reason before opening a single item. Two or three reasons usually account for most of the volume and they are configuration or coverage faults, not per-item ones.
-
02
Reconcile counts first: feed rows against sellable SKUs in the database. A feed missing a third of the catalogue is a generation fault and no attribute work matters until that is fixed.
-
03
Diff price and availability between feed and rendered page across the sample, comparing timestamps as well as values. Different caches on the two paths is the most common source of mismatch.
-
04
Fix identifier coverage at the catalogue source rather than in a feed rule. An identifier invented during a feed transformation fails validation and corrupts the record you will need later.
-
05
Build feed titles from your own attribute order, brand then product then the attribute buyers search by, rather than reusing the page title. Feed titles are matched against queries and truncated hard, so page title order is rarely right.
-
06
Write down which fields the feed is allowed to differ on. Shipping and tax belong in account settings rather than item data, and descriptions may legitimately be shorter than the page.
-
07
Recheck diagnostics at 14 days and watch the reason mix rather than the headline count, since clearing one reason routinely exposes a second that was masked behind it.
Ce que ça produit
A reconciled feed with a stated field parity rule, disapprovals cleared at cause, and identifier coverage repaired in the source catalogue.
Là où ça dérape
-
Patching mismatches with feed rules while the source catalogue stays wrong, so the same errors return at the next full rebuild
-
Generating placeholder identifiers to satisfy a required field, which produces disapprovals harder to diagnose than the missing field was
-
Reading an account-level approval rate as health when the disapprovals sit on a few high-revenue lines
-
Comparing the feed against the source HTML when price and stock are injected client-side, so the mismatch never shows up in testing
Utiliser cette compétence dans votre propre IA
Le fichier téléchargé est un simple markdown dont l'en-tête porte le nom et le déclencheur. Quand un assistant sait charger des compétences tout seul, c'est cet en-tête qu'il lit pour décider que celle-ci s'applique.
Claude Code
Enregistrez-le sous ~/.claude/skills/merchant-feed-and-page-parity/SKILL.md et Claude le charge tout seul dès que ce que vous faites correspond au déclencheur. Placez-le plutôt dans .claude/skills d'un projet si toute l'équipe doit l'avoir.
Claude
Importez le fichier dans la section compétences de vos réglages. Une fois là, il s'applique tout seul dans toute conversation où le déclencheur colle, sans que vous ayez à y penser.
ChatGPT
Il n'existe pas de format de compétences où l'installer, alors collez le contenu du fichier dans les instructions d'un Projet ou d'un GPT personnalisé. Il s'applique ensuite à toutes les conversations du projet, pas seulement à celle où vous l'avez collé.
Tout le reste
Collez le markdown dans la conversation avant votre question. Cela fonctionne avec n'importe quel assistant, il faut simplement le recoller à chaque fois.
Plus dans SEO e-commerce