Adding Custom Head Code to Your Help Center

Verify or authorize external services by adding code to the < head > section of your Help Center. Adding head code allows you to use services such as Google Analytics, Google Search Console, or Bing Webmaster with your Help Center. 

To add custom head code:

  1. In the Wix Answers app, go to Settings > Support Channels > Help Center.
  1. Click the Advanced tab at the top. 
  2. Scroll down to the Custom Code section. 
  3. Click Edit next to Add custom head code
  4. Select the relevant language. 
  5. Paste your custom code. 
  6. Click Save.
Note:
Adding custom code to one language does not affect other languages. You must add custom code to each language individually. 

Check out the examples below for the correct format of your code:

Service
Code Format
Google Search Console 
<meta name="google-site-verification" content="Code from Google Webmaster tools"/> 
For Bing Webmaster tools
<meta name="msvalidate.01" content="Code from Bing Webmaster tools"/>
Google Font
<link href="https://fonts.googleapis.com/css?family=FONT-FAMILY" rel="stylesheet" type="text/css">

If there are spaces in the family name, change every space (' ') to a +.

For example:

<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">