My WP home page is the blog page (i.e. the posts). When I look at the source I see
<title>site title - tag line</title>
<meta property='og:title' content='site title - tag line'>
For post "detail pages" i.e. not the posts homepage and regular pages I get the SEO description in the meta and og:description tags.
How would I configure a static title/description for the post home page? Would that even make sense?