codeformilwaukee / DECARCERATION-PLATFORM

https://wisdp.com
GNU General Public License v3.0
18 stars 17 forks source link

preview description of wisdp.com says "this is a ... using create-react-app" #104

Closed paul-rinaldi closed 3 years ago

paul-rinaldi commented 3 years ago

Is your feature request related to a problem? Please describe. Figure out and implement a description to be seen on previews of the site.

Describe the solution you'd like WIP - The Wisconsin Decarceration Platform helps people engage with service providers in reentry and efforts to reduce recitvism and mass incarceration which harms communities and states.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context https://ibb.co/4FPJ6fL - Current Description Preview on Google Results

paul-rinaldi commented 3 years ago

Might be how to add a description: "description": "____HERE___", to the package.json

wolfadex commented 3 years ago

I'm fairly certain you need to update your manifest.json. Possibly some other files in the public directory as well.

zawadzkip commented 3 years ago

https://github.com/codeformilwaukee/DECARCERATION-PLATFORM/blob/bceba0a305a13ac71d77708acdbc2d138f3284bf/web-app/public/index.html#L8-L11

I think this is all that will need to be changed.

paul-rinaldi commented 3 years ago

https://github.com/codeformilwaukee/DECARCERATION-PLATFORM/blob/bceba0a305a13ac71d77708acdbc2d138f3284bf/web-app/public/index.html#L8-L11

I think this is all that will need to be changed.

Worked! commit - https://github.com/codeformilwaukee/DECARCERATION-PLATFORM/commit/0d969975eb8dd9464a1a87622b4440e0498230f5 Was able to see the preview with that description through sending "wisdp.com" over Instagram. Google will need to crawl again to update it in search. Thank you @zawadzkip! Also, thanks for the suggestion @wolfadex.