Broken links healed in job or also event based? Is link attribute data-id used?
-
Disclaimer: I already asked at the plugin support forum of 404 Solution and got the support reply that it only solves the symptom (redirect instead of 404) but not the cause (broken link in markup of incoming links).
So, does your plugin solve this my following use case?
For details please see this my feature request, in essence here:Broken internal links in page-markup created with the Gutenberg Editor,
A) that are inline A elements with href=old-slug
B) of which some may have the redundancy attributes “data-type” and “data-id” still pointing to the valid resource.1) Can be detected either in batch processing,
( Your plugin does this initially according to the description)
2) or event-based:
( Does your plugin do that? If not, worth considering? )
a) when changing a page slug –> heal all incoming links,
b) when getting a request to an inexistent slug from an internal link –> go to the referrer URL, there look through the markup, then ASAP give the user a temporary redirect, serve him the valid resource, then put the broken links in a “fix queue” which gets processed and persisted a bit later.
3) where the markup gets healed to href=correct-slug (fully-automatic in case B),
4) maybe even with options when/how to update corresponding link labels too,
5) and add a permanent redirect 301 old-slug -> new-slug to keep your SEO juice/ranking for that page.Your answer would be very much appreciated, thanks!
Also if some of my ideas are not yet handled in your plugin, feel free to tell me what you think of them. Or if it can be achieved in combination with another plugin. Thanks!
- The topic ‘Broken links healed in job or also event based? Is link attribute data-id used?’ is closed to new replies.