ASO Audit
Analyze App Store and Google Play listings against ASO best practices. Fetches
live listing data, scores metadata, visuals, and ratings, then produces a
prioritized action plan.
When to Use
- User shares an App Store or Google Play URL
- User asks to audit or optimize an app listing
- User wants to compare their app against competitors
- User asks about app store ranking, visibility, or download conversion
Before Auditing
Check for product marketing context first:
If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Phase 1 — Identify Store & Fetch
Detect store type from URL
Apple: apps.apple.com/{country}/app/{name}/id{digits}
Google: play.google.com/store/apps/details?id={package}
If the user gives an app name instead of a URL, search the web for:
site:apps.apple.com "{app name}" or site:play.google.com "{app name}"
Fetch the listing
Use WebFetch to retrieve the listing page. Extract every available field:
⚠️ App Store / Play listing pages are client-side JS-rendered (and Apple/Google
WAF-block datacenter IPs), so a raw WebFetch often returns a near-empty shell or 403.
When fields come back missing/empty or you get a 403, fall through to /chrome —
~/tools/fcdp/fcdp open <listing-url> then ~/tools/fcdp/fcdp js "<extract fields>" —
which drives real Chrome and runs the page's JS, so the rendered title/subtitle/
screenshots/ratings are actually present. (full pattern: carmack/references/browser-automation.md)
Apple App Store fields:
- App name (title) — 30 char limit
- Subtitle — 30 char limit
- Description (long) — not indexed for search, but matters for conversion
- Promotional text — 170 chars, updatable without new release
- Category (primary + secondary)
- Screenshots (count, order, caption text)
- Preview video (presence, duration)
- Rating (average + count)
- Recent reviews (visible ones)
- Price / in-app purchases
- Developer name
- Last updated date
- Version history notes
- Age rating
- Size
- Languages / localizations listed
- In-app events (if any visible)
Google Play fields:
- App name (title) — 30 char limit
- Short description — 80 char limit
- Full description — 4,000 char limit, IS indexed for search
- Category + tags
- Feature graphic (presence)
- Screenshots (count, order)
- Preview video (presence)
- Rating (average + count)
- Recent reviews (visible ones)
- Price / in-app purchases
- Developer name
- Last updated date
- What's new text
- Downloads range
- Content rating
- Data safety section
- Languages listed
If WebFetch returns incomplete data (stores render client-side), note gaps and
work with what's available. Ask the user to paste missing fields if critical.
Visual asset assessment
WebFetch cannot extract screenshot images or caption text. Take a screenshot
of the listing page to get visual data:
- Navigate to the listing URL and capture a full-page screenshot
- Assess the screenshot for: icon quality, screenshot count, caption text,
messaging quality, preview video presence, feature graphic (Google Play)
- If browser tools are unavailable, ask the user to share a screenshot of the
listing page
Promotional text (Apple): This 170-char field appears above the description
but is often indistinguishable from it in scraped HTML. If you cannot confirm
its presence, note this and recommend the user check App Store Connect.
Phase 1.5 — Assess Brand Maturity
Before scoring, classify the app into one of three tiers. This determines how
you interpret "textbook ASO" deviations — a deliberate brand choice by a
household name is not the same as a missed opportunity by an unknown app.
Tier definitions
| Tier |
Signals |
Examples |
| Dominant |
Household name, 1M+ ratings, top-10 in category, near-universal brand recognition. Users search by brand name, not generic keywords. |
Instagram, Uber, Spotify, WhatsApp, Netflix |
| Established |
Well-known in their category, 100K+ ratings, strong organic installs, recognized brand but not universally known. |
Strava, Notion, Duolingo, Cash App, Calm |
| Challenger |
Building awareness, <100K ratings, needs discovery through keywords and ASO tactics. Most apps fall here. |
Your app, most indie/startup apps |
How tier affects scoring
Dominant apps get adjusted scoring in these areas:
- Title: Brand-only or brand-first titles are valid (score 8+ if brand is the keyword). These apps don't need generic keyword discovery.
- Description: Score purely on conversion quality, not keyword presence. If the app is a household name, a well-crafted brand description beats a keyword-stuffed one.
- Visual Assets: Lifestyle/brand photography instead of UI demos is a legitimate conversion strategy. No video is acceptable if the product is hard to demo in 30s or brand awareness is near-universal.
- What's New: Generic release notes at weekly+ cadence are acceptable (score 8+). At scale, detailed changelogs have minimal ROI and risk backlash.
- In-app events: Missing events for utility apps with massive install bases (Uber, WhatsApp) is not a penalty. These apps don't need discovery help.
- Localization: Score relative to actual market, not absolute count. A US-only fintech with 2 languages (English + Spanish) is appropriately localized.
Established apps get partial adjustment:
- Brand-first titles are fine but should still include 1-2 keywords
- Strategic description choices get benefit of the doubt
- Other dimensions scored normally
Challenger apps are scored strictly against textbook ASO best practices — every character, screenshot, and keyword matters.
Key principle: Before docking points, ask: "Is this a mistake or a deliberate
choice by a team that has data I don't?" If the app has 1M+ ratings and a
dedicated ASO team, assume their choices are data-informed unless clearly wrong.
Phase 2 — Score Each Dimension
Score each dimension 0-10 using the criteria in references/scoring-criteria.md.
Apply the brand maturity tier adjustments from Phase 1.5.
Reference files for platform specs and benchmarks:
references/apple-specs.md — Official Apple character limits, screenshot/video specs, CPP/PPO rules, rejection triggers
references/google-play-specs.md — Official Google Play limits, screenshot specs, Android Vitals thresholds, policies
references/benchmarks.md — Conversion data, rating impact, video lift, screenshot behavior, CPP/event benchmarks
Dimensions and Weights
| # |
Dimension |
Weight |
What It Covers |
| 1 |
Title & Subtitle |
20% |
Character usage, keyword presence, clarity, brand + keyword balance |
| 2 |
Description |
15% |
First 3 lines, keyword density (Google), CTA, structure, promotional text |
| 3 |
Visual Assets |
25% |
Screenshot count/quality/messaging, video, icon, feature graphic |
| 4 |
Ratings & Reviews |
20% |
Average rating, volume, recency, developer responses |
| 5 |
Metadata & Freshness |
10% |
Category choice, update recency, localization count, data safety |
| 6 |
Conversion Signals |
10% |
Price positioning, IAP transparency, social proof, download range |
Final score = weighted sum, out of 100.
Score interpretation
| Score |
Grade |
Meaning |
| 85-100 |
A |
Well-optimized; focus on A/B testing and iteration |
| 70-84 |
B |
Good foundation; clear opportunities to improve |
| 50-69 |
C |
Significant gaps; prioritized fixes will have high impact |
| 30-49 |
D |
Major optimization needed across multiple dimensions |
| 0-29 |
F |
Listing needs a complete overhaul |
Phase 3 — Competitor Comparison (Optional)
If the user provides competitor URLs or asks for comparison:
- Fetch 2-3 top competitors in the same category
- Run the same scoring on each
- Build a comparison table highlighting where the user's app is weaker/stronger
- Identify keyword gaps — terms competitors rank for that the user's app doesn't target
If no competitors are specified, suggest the user provide 2-3 or offer to search
for top apps in their category.
Phase 4 — Generate Report
Use the template in references/report-template.md to structure the output.
The report must include:
- Score card — table with all 6 dimensions, scores, and grade
- Top 3 quick wins — changes that take <1 hour and have highest impact
- Detailed findings — per-dimension breakdown with specific issues and fixes
- Keyword suggestions — based on title/description analysis and competitor gaps
- Visual asset recommendations — specific screenshot/video improvements
- Priority action plan — ordered list of changes by impact vs effort
Report rules
- Every recommendation must be specific and actionable ("Change subtitle from X to Y" not "Improve subtitle")
- Include character counts for all text recommendations
- Flag platform-specific differences (Apple vs Google) when relevant
- Note what CANNOT be assessed without paid tools (search volume, exact rankings)
- When suggesting keyword changes, explain WHY each keyword matters
Platform-Specific Rules
Apple App Store — Key Facts
- Title (30 chars) + Subtitle (30 chars) + Keyword field (100 bytes, hidden) = indexed text
- Keywords field is bytes not chars — Arabic/CJK use 2-3 bytes per char
- Long description is NOT indexed for search — optimize for conversion only
- Promotional text (170 chars) does NOT affect search (Apple confirmed)
- Never repeat words across title/subtitle/keyword field (Apple indexes each word once)
- Keyword field: commas, no spaces ("photo,editor,filter" not "photo, editor, filter")
- Screenshots: up to 10 per device. First 3 visible in search — 90% never scroll past 3rd
- Screenshot captions indexed since June 2025 (AI extraction)
- In-app events: max 10 published at once, max 31 days each. Indexed and appear in search
- Custom Product Pages (up to 70) in organic search since July 2025. +5.9% avg conversion lift
- App preview video: up to 3, 15-30s each. Autoplays muted — +20-40% conversion lift
- SKStoreReviewController: max 3 prompts per 365 days
- Apple has human editorial curation — quality and design matter more
- See
references/apple-specs.md for full specs, dimensions, and rejection triggers
Google Play — Key Facts
- Title (30 chars) + Short description (80 chars) + Full description (4,000 chars) = indexed text
- Full description IS indexed — target 2-3% keyword density naturally
- No hidden keyword field — all keywords must be in visible text
- Google NLP/semantic understanding — keyword stuffing detected and penalized
- Prohibited in title: emojis, ALL CAPS, "best"/"#1"/"free", CTAs (enforced since 2021)
- Screenshots: min 2, max 8 per device (not 10 like Apple)
- Feature graphic (1024x500, exact) required for featured placements
- Video does NOT autoplay — only ~6% of users tap play (low ROI vs iOS)
- Android Vitals directly affect ranking: crash >1.09% or ANR >0.47% = reduced visibility
- Promotional Content: submit 14 days early for featuring. Apps see 2x explore acquisitions
- Custom Store Listings: up to 50 (can target churned users, specific countries, ad campaigns)
- Store Listing Experiments: test up to 3 variants, run 7+ days, 1 experiment at a time
- See
references/google-play-specs.md for full specs and policy details
What Apple Indexes vs What Google Indexes
| Field |
Apple Indexed? |
Google Indexed? |
| Title |
Yes |
Yes (strongest signal) |
| Subtitle / Short desc |
Yes |
Yes |
| Keyword field |
Yes (hidden) |
Does not exist |
| Long description |
No |
Yes (heavily) |
| Screenshot captions |
Yes (since 2025) |
No |
| In-app events |
Yes |
N/A (LiveOps instead) |
| Developer name |
No |
Partial |
| IAP names |
Yes |
Yes |
Common Issues Checklist
Flag these if found. Items marked (tier-dependent) should be evaluated against
the app's brand maturity tier — they may be deliberate choices for Dominant apps.
Always flag (all tiers):
Flag for Challenger/Established only (not mistakes for Dominant apps):
Flag for all tiers but note context:
Task-Specific Questions
- What is the App Store or Google Play URL?
- Is this your app or a competitor's?
- What category does the app compete in?
- Do you have competitor URLs to compare against?
- Are you focused on search visibility, conversion rate, or both?
- Do you have access to App Store Connect or Google Play Console data?
Related Skills
- page-cro: For optimizing the conversion of web-based landing pages that drive app installs
- ad-creative: For creating App Store and Google Play ad creatives
- analytics-tracking: For setting up install attribution and in-app event tracking
- customer-research: For understanding user needs and language to inform listing copy
1---2name: aso-audit3description: When the user wants to audit or optimize an App Store or Google Play listing. Also use when the user mentions 'ASO audit,' 'app store optimization,' 'optimize my app listing,' 'improve app visibility,' 'app store ranking,' 'audit my listing,' 'why aren't people downloading my app,' 'improve my app conversion,' 'keyword optimization for app,' or 'compare my app to competitors.' Use when the user shares an App Store or Google Play URL and wants to improve it.4---56# ASO Audit78Analyze App Store and Google Play listings against ASO best practices. Fetches9live listing data, scores metadata, visuals, and ratings, then produces a10prioritized action plan.1112## When to Use1314- User shares an App Store or Google Play URL15- User asks to audit or optimize an app listing16- User wants to compare their app against competitors17- User asks about app store ranking, visibility, or download conversion1819## Before Auditing2021**Check for product marketing context first:**22If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.2324## Phase 1 — Identify Store & Fetch2526### Detect store type from URL2728```29Apple: apps.apple.com/{country}/app/{name}/id{digits}30Google: play.google.com/store/apps/details?id={package}31```3233If the user gives an app name instead of a URL, search the web for:34`site:apps.apple.com "{app name}"` or `site:play.google.com "{app name}"`3536### Fetch the listing3738Use WebFetch to retrieve the listing page. Extract every available field:3940> ⚠️ App Store / Play listing pages are **client-side JS-rendered** (and Apple/Google41> WAF-block datacenter IPs), so a raw WebFetch often returns a near-empty shell or `403`.42> When fields come back missing/empty or you get a 403, **fall through to `/chrome`** —43> `~/tools/fcdp/fcdp open <listing-url>` then `~/tools/fcdp/fcdp js "<extract fields>"` —44> which drives real Chrome and **runs the page's JS**, so the rendered title/subtitle/45> screenshots/ratings are actually present. (full pattern: `carmack/references/browser-automation.md`)4647**Apple App Store fields:**4849- App name (title) — 30 char limit50- Subtitle — 30 char limit51- Description (long) — not indexed for search, but matters for conversion52- Promotional text — 170 chars, updatable without new release53- Category (primary + secondary)54- Screenshots (count, order, caption text)55- Preview video (presence, duration)56- Rating (average + count)57- Recent reviews (visible ones)58- Price / in-app purchases59- Developer name60- Last updated date61- Version history notes62- Age rating63- Size64- Languages / localizations listed65- In-app events (if any visible)6667**Google Play fields:**6869- App name (title) — 30 char limit70- Short description — 80 char limit71- Full description — 4,000 char limit, IS indexed for search72- Category + tags73- Feature graphic (presence)74- Screenshots (count, order)75- Preview video (presence)76- Rating (average + count)77- Recent reviews (visible ones)78- Price / in-app purchases79- Developer name80- Last updated date81- What's new text82- Downloads range83- Content rating84- Data safety section85- Languages listed8687If WebFetch returns incomplete data (stores render client-side), note gaps and88work with what's available. Ask the user to paste missing fields if critical.8990### Visual asset assessment9192WebFetch cannot extract screenshot images or caption text. **Take a screenshot93of the listing page** to get visual data:94951. Navigate to the listing URL and capture a full-page screenshot962. Assess the screenshot for: icon quality, screenshot count, caption text,97 messaging quality, preview video presence, feature graphic (Google Play)983. If browser tools are unavailable, ask the user to share a screenshot of the99 listing page100101**Promotional text (Apple):** This 170-char field appears above the description102but is often indistinguishable from it in scraped HTML. If you cannot confirm103its presence, note this and recommend the user check App Store Connect.104105---106107## Phase 1.5 — Assess Brand Maturity108109Before scoring, classify the app into one of three tiers. This determines how110you interpret "textbook ASO" deviations — a deliberate brand choice by a111household name is not the same as a missed opportunity by an unknown app.112113### Tier definitions114115| Tier | Signals | Examples |116| --------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------- |117| **Dominant** | Household name, 1M+ ratings, top-10 in category, near-universal brand recognition. Users search by brand name, not generic keywords. | Instagram, Uber, Spotify, WhatsApp, Netflix |118| **Established** | Well-known in their category, 100K+ ratings, strong organic installs, recognized brand but not universally known. | Strava, Notion, Duolingo, Cash App, Calm |119| **Challenger** | Building awareness, <100K ratings, needs discovery through keywords and ASO tactics. Most apps fall here. | Your app, most indie/startup apps |120121### How tier affects scoring122123**Dominant apps** get adjusted scoring in these areas:124125- **Title:** Brand-only or brand-first titles are valid (score 8+ if brand is the keyword). These apps don't need generic keyword discovery.126- **Description:** Score purely on conversion quality, not keyword presence. If the app is a household name, a well-crafted brand description beats a keyword-stuffed one.127- **Visual Assets:** Lifestyle/brand photography instead of UI demos is a legitimate conversion strategy. No video is acceptable if the product is hard to demo in 30s or brand awareness is near-universal.128- **What's New:** Generic release notes at weekly+ cadence are acceptable (score 8+). At scale, detailed changelogs have minimal ROI and risk backlash.129- **In-app events:** Missing events for utility apps with massive install bases (Uber, WhatsApp) is not a penalty. These apps don't need discovery help.130- **Localization:** Score relative to actual market, not absolute count. A US-only fintech with 2 languages (English + Spanish) is appropriately localized.131132**Established apps** get partial adjustment:133134- Brand-first titles are fine but should still include 1-2 keywords135- Strategic description choices get benefit of the doubt136- Other dimensions scored normally137138**Challenger apps** are scored strictly against textbook ASO best practices — every character, screenshot, and keyword matters.139140**Key principle:** Before docking points, ask: "Is this a mistake or a deliberate141choice by a team that has data I don't?" If the app has 1M+ ratings and a142dedicated ASO team, assume their choices are data-informed unless clearly wrong.143144---145146## Phase 2 — Score Each Dimension147148Score each dimension 0-10 using the criteria in `references/scoring-criteria.md`.149Apply the brand maturity tier adjustments from Phase 1.5.150151Reference files for platform specs and benchmarks:152153- `references/apple-specs.md` — Official Apple character limits, screenshot/video specs, CPP/PPO rules, rejection triggers154- `references/google-play-specs.md` — Official Google Play limits, screenshot specs, Android Vitals thresholds, policies155- `references/benchmarks.md` — Conversion data, rating impact, video lift, screenshot behavior, CPP/event benchmarks156157### Dimensions and Weights158159| # | Dimension | Weight | What It Covers |160| --- | -------------------- | ------ | ------------------------------------------------------------------------- |161| 1 | Title & Subtitle | 20% | Character usage, keyword presence, clarity, brand + keyword balance |162| 2 | Description | 15% | First 3 lines, keyword density (Google), CTA, structure, promotional text |163| 3 | Visual Assets | 25% | Screenshot count/quality/messaging, video, icon, feature graphic |164| 4 | Ratings & Reviews | 20% | Average rating, volume, recency, developer responses |165| 5 | Metadata & Freshness | 10% | Category choice, update recency, localization count, data safety |166| 6 | Conversion Signals | 10% | Price positioning, IAP transparency, social proof, download range |167168**Final score** = weighted sum, out of 100.169170### Score interpretation171172| Score | Grade | Meaning |173| ------ | ----- | --------------------------------------------------------- |174| 85-100 | A | Well-optimized; focus on A/B testing and iteration |175| 70-84 | B | Good foundation; clear opportunities to improve |176| 50-69 | C | Significant gaps; prioritized fixes will have high impact |177| 30-49 | D | Major optimization needed across multiple dimensions |178| 0-29 | F | Listing needs a complete overhaul |179180---181182## Phase 3 — Competitor Comparison (Optional)183184If the user provides competitor URLs or asks for comparison:1851861. Fetch 2-3 top competitors in the same category1872. Run the same scoring on each1883. Build a comparison table highlighting where the user's app is weaker/stronger1894. Identify keyword gaps — terms competitors rank for that the user's app doesn't target190191If no competitors are specified, suggest the user provide 2-3 or offer to search192for top apps in their category.193194---195196## Phase 4 — Generate Report197198Use the template in `references/report-template.md` to structure the output.199200The report must include:2012021. **Score card** — table with all 6 dimensions, scores, and grade2032. **Top 3 quick wins** — changes that take <1 hour and have highest impact2043. **Detailed findings** — per-dimension breakdown with specific issues and fixes2054. **Keyword suggestions** — based on title/description analysis and competitor gaps2065. **Visual asset recommendations** — specific screenshot/video improvements2076. **Priority action plan** — ordered list of changes by impact vs effort208209### Report rules210211- Every recommendation must be **specific and actionable** ("Change subtitle from X to Y" not "Improve subtitle")212- Include character counts for all text recommendations213- Flag platform-specific differences (Apple vs Google) when relevant214- Note what CANNOT be assessed without paid tools (search volume, exact rankings)215- When suggesting keyword changes, explain WHY each keyword matters216217---218219## Platform-Specific Rules220221### Apple App Store — Key Facts222223- Title (30 chars) + Subtitle (30 chars) + Keyword field (100 **bytes**, hidden) = indexed text224- Keywords field is bytes not chars — Arabic/CJK use 2-3 bytes per char225- Long description is NOT indexed for search — optimize for conversion only226- Promotional text (170 chars) does NOT affect search (Apple confirmed)227- Never repeat words across title/subtitle/keyword field (Apple indexes each word once)228- Keyword field: commas, no spaces ("photo,editor,filter" not "photo, editor, filter")229- Screenshots: up to 10 per device. First 3 visible in search — 90% never scroll past 3rd230- Screenshot captions indexed since June 2025 (AI extraction)231- In-app events: max 10 published at once, max 31 days each. Indexed and appear in search232- Custom Product Pages (up to 70) in organic search since July 2025. +5.9% avg conversion lift233- App preview video: up to 3, 15-30s each. Autoplays muted — +20-40% conversion lift234- SKStoreReviewController: max 3 prompts per 365 days235- Apple has human editorial curation — quality and design matter more236- See `references/apple-specs.md` for full specs, dimensions, and rejection triggers237238### Google Play — Key Facts239240- Title (30 chars) + Short description (80 chars) + Full description (4,000 chars) = indexed text241- Full description IS indexed — target 2-3% keyword density naturally242- No hidden keyword field — all keywords must be in visible text243- Google NLP/semantic understanding — keyword stuffing detected and penalized244- Prohibited in title: emojis, ALL CAPS, "best"/"#1"/"free", CTAs (enforced since 2021)245- Screenshots: min 2, **max 8** per device (not 10 like Apple)246- Feature graphic (1024x500, exact) required for featured placements247- Video does NOT autoplay — only ~6% of users tap play (low ROI vs iOS)248- Android Vitals directly affect ranking: crash >1.09% or ANR >0.47% = reduced visibility249- Promotional Content: submit 14 days early for featuring. Apps see 2x explore acquisitions250- Custom Store Listings: up to 50 (can target churned users, specific countries, ad campaigns)251- Store Listing Experiments: test up to 3 variants, run 7+ days, 1 experiment at a time252- See `references/google-play-specs.md` for full specs and policy details253254### What Apple Indexes vs What Google Indexes255256| Field | Apple Indexed? | Google Indexed? |257| --------------------- | ---------------- | ---------------------- |258| Title | Yes | Yes (strongest signal) |259| Subtitle / Short desc | Yes | Yes |260| Keyword field | Yes (hidden) | Does not exist |261| Long description | No | Yes (heavily) |262| Screenshot captions | Yes (since 2025) | No |263| In-app events | Yes | N/A (LiveOps instead) |264| Developer name | No | Partial |265| IAP names | Yes | Yes |266267---268269## Common Issues Checklist270271Flag these if found. Items marked _(tier-dependent)_ should be evaluated against272the app's brand maturity tier — they may be deliberate choices for Dominant apps.273274**Always flag (all tiers):**275276- [ ] Rating below 4.0277- [ ] Last update > 3 months ago278- [ ] Google Play description has no keyword strategy (under 1% density)279- [ ] Google Play missing feature graphic280- [ ] Apple keyword field likely has repeated words (inferred from title+subtitle)281- [ ] Category mismatch — app would face less competition in a different category282- [ ] Fewer than 5 screenshots283284**Flag for Challenger/Established only** _(not mistakes for Dominant apps):_285286- [ ] Title wastes characters on brand name only (no keywords) _(Dominant: brand IS the keyword)_287- [ ] Subtitle/short description duplicates title keywords288- [ ] Description first 3 lines are generic _(Dominant: may be brand-voice choice)_289- [ ] No preview video _(Dominant: may be rational if product is hard to demo)_290- [ ] Screenshots are just UI dumps with no messaging/captions _(Dominant: lifestyle/brand shots may convert better)_291- [ ] Only 1-2 localizations _(score relative to actual market, not absolute count)_292- [ ] No in-app events or promotional content _(Dominant utility apps may not need discovery help)_293294**Flag for all tiers but note context:**295296- [ ] No developer responses to negative reviews _(note volume — responding at 10M+ reviews is a different challenge than at 1K)_297- [ ] Generic "What's New" text _(acceptable at weekly+ release cadence for Established/Dominant)_298299---300301## Task-Specific Questions3023031. What is the App Store or Google Play URL?3042. Is this your app or a competitor's?3053. What category does the app compete in?3064. Do you have competitor URLs to compare against?3075. Are you focused on search visibility, conversion rate, or both?3086. Do you have access to App Store Connect or Google Play Console data?309310---311312## Related Skills313314- **page-cro**: For optimizing the conversion of web-based landing pages that drive app installs315- **ad-creative**: For creating App Store and Google Play ad creatives316- **analytics-tracking**: For setting up install attribution and in-app event tracking317- **customer-research**: For understanding user needs and language to inform listing copy