WPIntell

Source evidence

JS on front end

Broken Link Notifier · support · 2025-04-20T01:14:00+00:00

mixedsentiment
highseverity
0.88relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
eaglejohn resolved
I noticed that the plugin is outputting unneccesary JS on the front end (this is only meant for logged in users): ../wp-content/plugins/broken-link-notifier/includes/js/results-front.js Are you referring to the scan results? You can turn that off in Broken Link Notifier > Settings > Show Results in Dev Console . It’s only really useful during set up and troubleshooting. It helps you identify which links are being scanned and which ones are being flagged. I got a notification from Semrush that there is (uncompressed) JS and CSS on the front end: <script type=”df403666d3d0e01f1916660d-text/javascript” src=”domain.com/wp-content/plugins/broken-link-notifier/includes/js/results-front.js” id=”front_end_js-js”></script> <link rel=’stylesheet’ id=’front_end_css-css’ href=’ https://domain.com/wp-content/plugins/broken-link-notifier/includes/css/results-front.css’ ; type=’text/css’ media=’all’ /> Sorry, just saw that you responded. The scripts are not for logged-in users only. The results-front.js script is how the plugin scans the pages when a visitor visits a page, and for highlighting broken links from a query string (when you click to find a link). The results-front.css stylesheet is for styling the highlighted links. While highlighting broken links is usually only seen by admins when trying to find a broken link, the tool is there in case you’re working with a support ticket and want to highlight something to reference for them. Semrush is referring to uncompressed (non-minified) versions of the scripts. I can use minified versions in a future update. This reply was modified 1 year, 1 month ago by PluginRx .

Comments

3 shown
PluginRx 2025-04-21T13:43:00+00:00

Are you referring to the scan results? You can turn that off in Broken Link Notifier > Settings > Show Results in Dev Console . It’s only really useful during set up and troubleshooting. It helps you identify which links are being scanned and which ones are being flagged.

eaglejohn 2025-04-22T16:50:00+00:00

I got a notification from Semrush that there is (uncompressed) JS and CSS on the front end: <script type=”df403666d3d0e01f1916660d-text/javascript” src=”domain.com/wp-content/plugins/broken-link-notifier/includes/js/results-front.js” id=”front_end_js-js”></script> <link rel=’stylesheet’ id=’front_end_css-css’ href=’ https://domain.com/wp-content/plugins/broken-link-notifier/includes/css/results-front.css’ ; type=’text/css’ media=’all’ />

PluginRx 2025-04-28T14:53:00+00:00

Sorry, just saw that you responded. The scripts are not for logged-in users only. The results-front.js script is how the plugin scans the pages when a visitor visits a page, and for highlighting broken links from a query string (when you click to find a link). The results-front.css stylesheet is for styling the highlighted links. While highlighting broken links is usually only seen by admins when trying to find a broken link, the tool is there in case you’re working with a support ticket and want to highlight something to reference for them. Semrush is referring to uncompressed (non-minified) versions of the scripts. I can use minified versions in a future update. This reply was modified 1 year, 1 month ago by PluginRx .