SEO for domain root (index.html)

2
We’re using the SEO module to make our public application searchable by google. This works fine when we have a url as : https://myapp.domain.be/myroute where myroute is configured in the SEO configation and returns a static html response when the user agent is the “googlebot”. But we also want https://myapp.domain.be/ which goes to the default index.html and shows the home page, can be handled by the googlebot. This flow doesn’t pass the SEO module requesthandler, so the googlebot only sees the content of index.html and not the generated content. How can I make sure that in that case some kind of static html is returned when opening the home page when it is requested by the googlebot?
asked
0 answers