umbraco / OurUmbraco

MIT License
96 stars 168 forks source link

Better marketplace signposting #825

Open LottePitcher opened 11 months ago

LottePitcher commented 11 months ago

If you go to the Packages section on Our you get a nice big message telling you to search the marketplace. However, as @jacksorjacksor pointed out to me, if you google for a specific package chances are you are still going to be directed to the specific package page on the Our website, and specific package pages make no mention of the marketplace, so people would not know they are in the wrong place. Try searching for "umbraco clean starter kit".

Of course if you were looking for pre v8 package info then you would be in the right place, so am not suggesting implementing any redirects.

But how about a suitably worded banner at the top of all package pages? Which could include a link to the marketplace (searching for the package name). We could also manage a json file of the Our urls and the marketplace equivalents for the popular packages, so that we can put the correct link if it's listed in that json file. This json file feels a much easier approach than going anywhere near suggesting that a new textbox is added to the package doc type and giving people the ability to maintain their marketplace urls themselves...

I would appreciate HQ's thoughts please before I give this banner a go (I think I still have Our running locally!)

nul800sebastiaan commented 11 months ago

⚠️ The method below removes your package from the search results on Our completely

For now one could retire the package, for example:

https://our.umbraco.com/packages/developer-tools/cultivhangfire/ image

In the package editing process you can leave a message, and apparently we allow links in the message:

image

nul800sebastiaan commented 11 months ago

Other than that, I'll have to get back to you, needs a think first.

nul800sebastiaan commented 11 months ago

Updated my first comment as I realized that retiring the package removes it from the search results completely.

LottePitcher commented 11 months ago

Yes, I just realised that myself when "retiring" my Admin Only Package. https://our.umbraco.com/packages/backoffice-extensions/admin-only-property/

As there is no v7 version of this package, I'm ok with this not appearing in the search results. As I assume anyone searching for a package will have seen the existing banner about going to the marketplace instead.

LottePitcher commented 11 months ago

When viewing your own list of packages there is a misleading comment then for retired packages:

image

Perhaps retired packages were removed from search results and this comment was not updated accordingly.

I appreciate that the packages area of Our is not a priority but if Google search results are still directing people there perhaps it still has some importance.

Anyway, happy to help if contributions are wanted!

LottePitcher commented 11 months ago

Decided to re-save my package (thus un-retiring it) and add a comment at the top of the description re it's new home on the marketplace. Then it would still appear in searches and people get notification.

https://our.umbraco.com/packages/backoffice-extensions/admin-only-property/

image