#44105 closed defect (bug) (duplicate)
Permalink Issue while the page should be 404
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.5 |
Component: | Canonical | Keywords: | |
Focuses: | Cc: |
Description
I have Fresh installed WordPress with the Latest version. I have created a post let's say with the name of "Testing Post" and the URL of the post is:
https://dev-wordpress-core.pantheonsite.io/testing-post/
It works fine. But when i append a numeric keywords at the end of permalinks as mentioned below:
- https://dev-wordpress-core.pantheonsite.io/testing-post/1000/
- https://dev-wordpress-core.pantheonsite.io/testing-post/100000000000/
- https://dev-wordpress-core.pantheonsite.io/testing-post/719/
In these cases, page should return 404 but it's not happening. It's returning 200 with the duplicate content of https://dev-wordpress-core.pantheonsite.io/testing-post/
Whereas if there is any alphabetic keyword then it returns the 404 as expected. Like:
- https://dev-wordpress-core.pantheonsite.io/testing-post/a/
- https://dev-wordpress-core.pantheonsite.io/testing-post/1000000a/
Permalink setting is set to "Post name". There is no plugin installed and Twenty Seventeen Theme is used to check this issue.
It is a critical issue as Google starts reporting the duplicate content on the pages.
Change History (3)
#1
@
5 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Severity changed from critical to normal
- Status changed from new to closed
#2
@
5 years ago
@swissspidy Thanks for your response.. Can you tell me from which WordPress Version this issue was reported/started?
#3
@
5 years ago
- Component changed from Permalinks to Canonical
As you can see when clicking on that ticket, it was reported 4 years ago and is currently slated for the 5.0 release.
The latest patch there needs some testing and ideally unit test before it will make it into a release though.
There hasn't been much traction on the ticket lately, so it would be great if you've got time to help out by testing patches or even contributing some tests.
Hi there
Thanks for the report! We're already tracking this issue in #28081.