Does anybody have any insight into google web crawlers and websites created with flexdashboard. I am finding that all that is captured is the initial loading screen. Both in HTML and screen capture. Non of the meta tags from the true page are found / indexed. It is as if the web crawler is impatient to wait a second or two for server response. Can't find much on this topic.
I suppose what I am getting at is, how do you edit the initial loading HTML of the markdown to customise it and input your own meta tags. Maybe it requires some hard coding somewhere. As the YAML in_header and before_body apply to the final HTML page; not the very first piece of HTML that is created initially through loading that the web crawler finds. Thanks.
output:
flexdashboard::flex_dashboard:
css: custom.css
mathjax: null
theme: bootstrap
includes:
in_header: ['scripts.html']
before_body: ['beforebody.html']
runtime: shiny