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

[WIP] Added title and meta tags #2225

Closed
wants to merge 5 commits into from

Conversation

aashutoshrathi
Copy link
Contributor

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
  • linter status: 100% pass
  • changes don't break existing behavior
  • commit message follows commit guidelines
Affected core subsystem(s)

SEO mainly HTML files.

Refers/Fixes

Fixes #2147

@thelostone-mc
Copy link
Member

@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%}
Copy link
Contributor

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
Copy link
Contributor

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?

"supports-color": "5.4.0"
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
Copy link
Contributor

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?

@aashutoshrathi
Copy link
Contributor Author

@thelostone-mc will finish this today

@aashutoshrathi
Copy link
Contributor Author

Moved to #2231

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.

None yet

3 participants