Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Domains: show .blog domain name suggestions in signup when originating signup from existing .blog landing page #41110

Closed lancewillett closed 4 years ago

lancewillett commented 4 years ago

Follow-up issue to track a report by @supernovia on internal P2: pau2Xa-Vs-p2

Track incoming signups from sites like tech.blog to properly show the relevant .blog suggestions by default. This requires fix to the domain step to handle the query params.

Steps to repeat

  1. Starting at the .blog landing page: https://tech.blog
  2. Click "Start your Tech.blog" button
  3. Page redirects to signup: https://wordpress.com/start/domains?site_type=blog&vertical=tech&ref=dotblog-landing
  4. Search for a domain name.

Expected: to see tech.blog choices. Result: no tech.blog domains visible in the results.

Screen Shot 2020-04-14 at 14 21 38

I tried to search for nanobartechblog as a new user signing up from tech.blog:

Screen Shot 2020-04-14 at 14 23 27
lancewillett commented 4 years ago

A related issue: #40970 for Gutenboarding flow

In this case, a new or existing user cannot search for a specific .blog subdomain.

I did a quick test as both new and existing user with Calypso signup — and it worked as expected in both cases.

Screen Shot 2020-04-14 at 14 27 32
lancewillett commented 4 years ago

@Automattic/martech Hi team, checking in on this one — traffic coming from .blog landing pages still cannot choose a .blog domain in signup.

taggon commented 4 years ago

Hello, @lancewillett! I will start working on this from this week after a higher priority task is wrapped up. When this issue was raised, I did an initial investigation. Here's what I found so far:

p1587049535012400-slack-martech-decepticons?thread_ts=1586940823.001700&cid=CV2TX2PAN

taggon commented 4 years ago

The PR has been shipped. Now users from .blog LPs will see a .VERTICAL.blog suggestion in the domain search step.

supernovia commented 4 years ago

Thank you!