## Background
There are many destinations on the destination guide that will immediately eject or ban a new user because their account age is not sufficiently old enough.
Being recommended a place to visit, only to immediately be kicked out is a terrible user experience, and leads to the user thinking they have nowhere they can visit. This is espescially important with regard to new users as first impressions really matter.
I recommend if you have ten minutes to watch this video by Micky D who tried Second Life in 2021 to get a feeling for what this experience is like:-
## Lets fix it!
We need to stop recommending users places they can't visit. Having the appropriate metadata for the destination guide to make recommendations is important.
  1. Firstly, make minimum account age a property of parcels, that is configurable via a parcel setting. This way, the destination guide can check the minimum account age against the user account browsing the destination guide before making recommendations.
  2. Once implemented, forbid destination guide parcels from using scripted age enforcement, they must instead use the new parcel setting.
  3. Update the destination guide, to check if the parcel has a minimum age setting, and avoid recommending destinations to users they can't visit.