Hi Kenner82
Thank you for your interest in the plugin.
I’m sorry, but there is no function to quickly edit the broken or redirected links currently.
Implementing such a function is very challenging because of how the Link Checker works.
The Broken Link Checker works by directly loading and processing the posts and other content from the database. Thus the plugin exactly know where the broken links were found internally. Therefore it could provide easy editing. But one disadvantage is that it can only check links that occur in known structures and for example if a plugin uses its own database tables to store content, the Broken Link Checker cannot check these links.
My Link Checker crawls the whole website and can thus check all links, but has no knowledge of the internal structure (database tables) of the site. Therefore it is difficult to provide editing functionality.
The plugin could search the broken or redirected links it found in the database to locate for example the post, but full text searches in the database are not cheap and thus very bad performance wise.
There are two ways I could tackle this problem:
1. One way would be to lookup the post by the permalink of the page where a broken or redirected link was found. However, this would only work for some pages and for example would not work if the broken link was found in the menu or footer of the page.
2. The other approach I have in mind is to provide an overlay over your website that highlights the broken or redirected links. Thus you would have a link to your own site for each page of your site in the Link Checker result. And if you click on the link, a modal opens that shows your page with the broken or redirected links highlighted.
Instead of the overlay, I may can even create screenshots with the highlighted links and show them directly in the result. This would be much more complicated, but maybe worth to consider.
This approach would help you locate the links, but also cannot provide easy editing like the Broken Link Checker does.
—
Does one of the proposed approaches sound helpful to you?
Best regards
Marco