-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
[WIP] Added title and meta tags #2225
Conversation
@aashutoshrathi could we get this in by tom ? |
@@ -22,6 +22,11 @@ | |||
<head> | |||
{% include 'shared/head.html' %} | |||
{% include 'shared/cards.html' %} | |||
{% block title %} | |||
Grow Open Source: Find Freelance Developers & Open Bug Bounties - Gitcoin | |||
{% endblock title%} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust the spacing here {% endblock title %}
@@ -22,6 +22,11 @@ | |||
<head> | |||
{% include 'shared/head.html' %} | |||
{% include 'shared/cards.html' %} | |||
{% block title %} | |||
Grow Open Source: Find Freelance Developers & Open Bug Bounties - Gitcoin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thelostone-mc Think we should i18n this?
package-lock.json
Outdated
"supports-color": "5.4.0" | ||
"ansi-styles": "^3.2.1", | ||
"escape-string-regexp": "^1.0.5", | ||
"supports-color": "^5.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason for these lock changes? Can we omit this file?
@thelostone-mc will finish this today |
Moved to #2231 |
Description
All the pages and links mentioned in the above mentioned spreadsheet should have proper titles and meta descriptions based on the given data. The blocks mentioned in red are dynamically generated pages. So for a page like https://gitcoin.co/funding/details?url=a the title should be + "Bug Bounty | Gitcoin">
Checklist
Affected core subsystem(s)
SEO mainly HTML files.
Refers/Fixes
Fixes #2147