-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Replace SEO settings nofollow toggle with rel text widget #23682
Replace SEO settings nofollow toggle with rel text widget #23682
Conversation
Size Change: +10.5 kB (0%) Total Size: 1.14 MB
ℹ️ View Unchanged
|
Instead of removing the SEO settings panel let's replace it with the Button block's Link settings panel. See #23153 (comment). |
@noisysocks all good notes! I updated the PR to reflect your proposal. |
I still need to fix the PHP unit test here, but otherwise it's good for reviews. |
I tested this and found a problem:
|
@draganescu really good catch and a simple mistake on my end - it's fixed now, thank you! |
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.
Tested and works as described.
All changes have been implemented - I hope
Description
Fixes #23153 by removing SEO settings footgun from the navigation link block
How has this been tested?
ref="nofollow"
is NOT there (yup, it's actually broken :D)rel="nofollow"
nofollow
.Types of changes
Non-breaking change
Checklist: