-
-
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
As a marketer, I'd like each bounty URL to have a canonical URL included, so that our SEO is improved and we are not penalized for duplicate content on bounties. #4503
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.3 ETH (78.28 USD @ $260.92/ETH) attached to it.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 11 months, 2 weeks from now. 1) drslowpokephd has applied to start work (Funders only: approve worker | reject worker). In order to fix this problem, I will create an additional link that is continuously searching for a link that matches a certain unique id/keywords related to the bounty itself. That link will then point to the most recent of those links collected. I'll essentially follow this (https://www.dev2qa.com/how-to-create-canonical-url-in-django/) to add a canonical URL to the bounty details template. Make the required changes in HTML and Python code for adding a canonical URL. Learn more on the Gitcoin Issue Details page. |
Quick update, will be able to tackle this today! |
@TommyCox Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Ready for review |
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 0.3 ETH (80.14 USD @ $267.12/ETH) attached to this issue has been approved & issued to @TommyCox.
|
* Add canonical URL to Bounty Details template * Add test for canonical_url property * Use absolute path for canonical URL
User Story
As a marketer, I'd like each bounty URL to have a canonical URL included, so that our SEO is improved and we are not penalized for duplicate content on bounties.
Why Is this Needed
Currently, each version of each bounty gets a unique URL - often 3 or 4 versions per bounty. Search engines will penalize us for the duplicate content, but adding a canonical URL to each version that points at the latest version will remove this penalty.
Description
Type: Feature
Current Behavior
No Canonical URL
Expected Behavior
Added canonical URL that points to the latest version.
Definition of Done
The template for bounty details is updated to contain a valid canonical URL pointing at the current version of the bounty detail page.
Data Requirements
This should increase organic search traffic
The text was updated successfully, but these errors were encountered: