# OG Tag

#### Add OG tag below under `<head>`

```
<meta property="og:title" content="Page Title" />
<meta property="og:description" content="Page description" />
<meta property="og:image" content="Image URL" />
```


#### Force quit the server

```
ps -ef | grep 'python app.py' | awk '{print $2}' | xargs kill
```



