docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Page title is missing?

Open srid opened this issue 2 years ago • 1 comments

For eg., https://dioxuslabs.com/awesome does not have "Awesome" in title, which probably explains why it is not ranking higher in Google search:

image

srid avatar Oct 16 '23 17:10 srid

Right now the title is hardcoded for the whole site here: https://github.com/DioxusLabs/docsite/blob/master/index.html#L4

This is somewhat related to https://github.com/DioxusLabs/dioxus/issues/1169. Until there is an official head solution, we will need to use web-sys to get the element and set the contents manually

ealmloff avatar Oct 16 '23 18:10 ealmloff