Trying to add third-party script

Hello, I need to attach the following script to my site to enable a third-party service (SiteImprove) to check our site regularly and inform us of potential misspellings. How would I accomplish this?

You can’t embed HTML in a Wix Code page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Wix Code .

A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done.

I hope this helps,

Yisrael