Skip to main content
All CollectionsSeonaWelcome to SeonaLinking Instructions
How to link my Seona account to an "Other" editor
How to link my Seona account to an "Other" editor
Updated over a week ago

Below are the instructions for linking Seona to your website if it's either built on an "Other" editor or is a custom built site.

If your site is built on GoDaddy, check out our GoDaddy linking instructions.

Linking Steps - "Other" Editor

Here is how you can link Seona to your site in a few easy steps.


1. Go to your website editor account and log in.


2. Locate where on your site’s editor you can edit custom code. This is usually in the “Site Settings” section of your website. For reference, look at the linking instructions for other editors such as Duda or Framer.


3. Once you have found how to add custom code to your site, there should be an option to add code to your <head> tag for all your website pages. It does not matter if it is says start or end to your <head> tag.

4. Once found, copy and paste the following code snippet into the text box to add code to your <head> tag.

<script src="https://p.usestyle.ai" defer></script>

Make sure this snippet is in the <head> tag for every page on your website, this allows Seona to apply the code changes to that page!

5. Save your changes.

6. Publish your site and you are done.

Note: If you are unable to find a way to edit the contents of your header tag on your editor, it is possible that either your editor does not support it or that you are not on a paid subscription high enough to edit code on your site.

Linking Steps - Custom Built Site

If your website is custom built with code (using HTML, Javascript, etc.), all you need to do is insert the Seona JS plugin

<script src="https://p.usestyle.ai" defer></script>

into the <head> tag of every page of your website. Make sure this snippet is in the <head> tag for every page on your website, this allows Seona to apply the code changes to that page!

Did this answer your question?