Thank you for this module!

A great addition could be for this module to check whether the given URL for a word link is working and does not return a 404 http response code, before actually linking words on a page. Also it would be handy to be able to filter and delete them.

Same for links to nodes or paths which the current user does not have access (e.g. unpublished nodes).

Manually checking broken links would take too much time of admins, and broken links bring down search engine ranks!

Comments

G2’s picture

Issue summary: View changes
G2’s picture

Title: Word Link does not check if link is not broken » Word Link does not check if link is broken or not

  • paravibe committed 8cc462f on 7.x-2.x
    Issue #2359543, by g2: Disable words on node, user and taxonomy term...
paravibe’s picture

Status: Active » Fixed

There is an VBO action called "Disable words with invalid URLs".
Also I added a few hooks that will disable words after deleting node/user/taxonomy_term and path alias.
Should be enough I believe.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

PhilY’s picture

The VBO action doesn't seem to check whether the targeted node is published or not and it should be handy if it could.