How to make a website store user data but anybody can see that data when they open the site? [closed]

I would like to use vanilla js for this if possible, what I would like to do would be to store data similar to the function localStorage but I want every user that opens the site to see the info.

I really cant find anything online about storing data in this way, I’ve looked at several different websites and used different searches but I can’t find anything on it.