Shop Citation Plan
What it does
E-commerce variant of the citation strategy: starts from the authority snapshot of the e-com audit and, for the domains most cited by LLMs in the vertical, proposes the most sensible outreach move (review pitch, partnership, guest content).
When to use it
- When the e-com audit shows a citation gap versus marketplaces or industry magazines.
- To plan a consumer-oriented digital PR campaign.
- To pinpoint review sites and communities that LLMs treat as sources.
Required inputs
store_id(required): the active e-commerce store.audit_id(optional): defaults to the latest completed audit.
Example output
{
"slug": "citation-strategy-ecom",
"store_id": "store-1",
"artifact_ids": ["art-cit-eco-1"],
"payload": {
"industry": "Retail",
"sub_industry": "Fashion",
"top_domains": [{"domain": "vogue.com", "mention_count": 5}],
"items": [{"domain": "vogue.com", "suggested_action": "guest_post"}]
}
}