kinshukdua / LiveActionMap

An attempt to map the areas with active conflict in Ukraine using twitter data and NLP.
https://www.live-action-map.com
MIT License
172 stars 15 forks source link

Add SEO #9

Closed DomiiBunn closed 2 years ago

DomiiBunn commented 2 years ago

Add some SEO tags to make the map easier to find online

DomiiBunn commented 2 years ago

Some example tags

<meta name="title" content="Live Action Map | Ukrainie conflict ">
<meta name="description" content="A live map of conflict over Ukrainie ">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://live-action-map.com/">
<meta property="og:title" content="Live Action Map | Ukrainie conflict ">
<meta property="og:description" content="A live map of conflict over Ukrainie ">
<meta property="og:image" content="">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://live-action-map.com/">
<meta property="twitter:title" content="Live Action Map | Ukrainie conflict ">
<meta property="twitter:description" content="A live map of conflict over Ukrainie ">
<meta property="twitter:image" content="">

The image content should be a some sort of a screenshot of the map or the site.

kinshukdua commented 2 years ago

Thanks I'll add it during the stage when we're injecting the overlay.

Krishna-Sivakumar commented 2 years ago

Anything else we need to add here? @DomiiBunn

DomiiBunn commented 2 years ago

Looks good to me