Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Optimize conversion to the store (templates) #32646

Merged
merged 1 commit into from
May 7, 2022

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented May 6, 2022

https://deploy-preview-32646--material-ui.netlify.app/material-ui/getting-started/installation/

Fix drop of -26% of traffic to https://mui.com/store/ by adding the sidenav menu back:

Screenshot 2022-05-06 at 02 14 50

like in older versions of the docs, e.g. https://v5-0-6.mui.com/components/autocomplete/ and like in other products:

Screenshot 2022-05-06 at 02 21 06

Screenshot 2022-05-06 at 02 21 39

Screenshot 2022-05-06 at 02 22 34

It even makes me wonder if we couldn't give the templates in the store more emphasis.

I have found this regression thanks to the events that we send on clicks. "sidenav" is gone since we deployed the docs split (our most effective traffic source from mui.com to mui.com/store:

Screenshot 2022-05-06 at 02 15 41

I also use this as an opportunity to add all the UTM tags so we can use Google Analytics to identify changes in behavior. I hedge another regression of this nature in the future.

Screenshot 2022-05-06 at 02 14 12

@oliviertassinari oliviertassinari added website Pages that are not documentation-related, marketing-focused. regression A bug, but worse labels May 6, 2022
@mui-bot
Copy link

mui-bot commented May 6, 2022

No bundle size changes

Generated by 🚫 dangerJS against 11ac015

@oliviertassinari oliviertassinari added the priority: important This change can make a difference label May 6, 2022
Copy link
Member

@siriwatknp siriwatknp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Overall looks good to me.

Copy link
Contributor

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few tweaks proposals.

@@ -236,6 +236,11 @@ const pages = [
{ pathname: '/material-ui/discover-more/languages' },
],
},
{
pathname: 'https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=sidenav',
title: 'Templates',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: 'Templates',
title: 'Store',

Should we use Store given that the Design kits are there as well and, therefore, it's more than the Templates?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't "Templates" and "Design kits" convert better than "Store"?
IMHO "Store" is too abstract and produces doubts like "Is it a merch store?" and "Is there something I might need?", while "Templates" and "Design kits" are straightforward

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it's the templates that we care about here. We already link the design kits from each page:

Screenshot 2022-05-06 at 14 00 21

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Design kits page is inside the DIscover more folder — should we move it outside from it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No preferences, I will fix this #32180 (comment) now though. I'm merging and deploying now as each day we wait costs us in the order of $1,000.

docs/data/material/pages.ts Show resolved Hide resolved
@oliviertassinari oliviertassinari merged commit 54e6da0 into mui:master May 7, 2022
@oliviertassinari oliviertassinari deleted the track-lead-to-store branch May 7, 2022 18:57
@oliviertassinari oliviertassinari changed the title [website] Optimize conversion to store [website] Optimize conversion to the store (templates) May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: important This change can make a difference regression A bug, but worse website Pages that are not documentation-related, marketing-focused.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants