Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves #69: added meta descriptions to index.html in docs-web source #287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

junjasminenie
Copy link

@junjasminenie junjasminenie commented Sep 8, 2022

This pull request Resolves #69 by adding a meta description to the entire site. To do this, I went to docs-web/source/main/webapp/src/index.html and added the html meta description. I wanted to make sure the description I used was best for SEO, so I took keywords such as open-source and document management to correctly describe the site. This would improve SEO score because when Teedy is search for on a search engine, the user would be able to see a short description of the site and searches would be able to identify and rank Teedy better. The meta description was implemented by:

<meta name="description" content="Teedy is an open source, lightweight document management platform for individuals and businesses">

Since implementing this change, the SEO score has increased from 78 to 89. Since the codebase uses partials for rendering its webpage, I am unable to add meta descriptions to each individual page. However, by adding a meta description to the entire site, all pages, including Users and Groups, were able to improve in SEO score.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improving SEO score in the Users / Groups tab by adding meta descriptions
1 participant