tkshill/Quarto

Add a META description, keywords, and author to the index.html page

Closed this issue · 3 comments

Issue Context

Best Practices agree that we should format HTML in a way that enables crawlers to better understand your app’s content.
Currently the document does not have a meta description. Meta descriptions may be included in search results to concisely summarize page content. We should also include keywords and author meta tags.

Suggested Solution

In the head of the index.html file in the public folder

  • Add a meta description using the text in the about section of the quarto main page
  • Add a meta keywords section using the tags in the about section of the quarto main page
  • Add an author meta tag with the author name as "Kirk Shillingford"

Alternatives Considered

Not sure if there are other keywords to be considered for SEO optimization That might also be something to research.

Additional Resources

w3 schools has a concise write up (and examples) of using meta tags

See here in the read me for how to run and install the application.

See here in contributing for the basics on forking and cloning the repository.

Thank you for the issue! We'll take your request into consideration and will follow up soon if we decide to tackle this issue.
To all contributors: any issue that is labeled Status: Available is up for grabs.
To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please leave a comment letting us know and we can schedule some time to help.
For full info on how to contribute, please check out our contributors guide.

Hello, I'd like to tackle this issue for the project.

Accidentally responded to the PR before responding here! Thank you very much for fixing this!