
Description
Is your feature request related to a problem? Please describe.
README.md needs URL title attributes for best SEO practices.
Describe the solution you'd like
Each profile link should have the URL counterpart attribute called title. However, in Markdown, this is commonly just represented as follows:
[LINK-NAME](LINK-URL "LINK-TITLE-ATTRIBUTE")
Example usage:
[](https://github.com/ProfCyberNaught "ProfCyberNaught on GitHub")
Displays as:
I believe this Markdown attribute should be added to all Profile links for better SEO. When you hover over with your cursor, you will see the title text appear. However, this is much better for search engines and correct linking for best SEO practices.
Describe alternatives you've considered
Leaving it alone.
Additional context
Would also need to consider changing the default text in the Issue #21 to reflect the need to add the Title attribute as exampled above.