Index Confluence & Scroll Viewport site content to show up in Zendesk help center search results

Comments

2 comments

  • Avatar
    Laura Parraga Gonzalez (K15t) (Edited )

    Hi Annica,

    Thanks for the question.

    If you're using the help center theme, you won't be able to modify the <head> section in the HTML code. What we recommend instead is to try to inject the verification code as Javascript into your Viewport.

    The Javascript could look like this:

    var meta = document.createElement('meta');
    meta.name = "zd-site-verification";
    meta.content = "YOURSITEVERIFICATIONNUMBER";
    document.getElementsByTagName('head')[0].appendChild(meta);
    If you need more details or have any further questions, please don't hesitate to reach out to us via help@k15t.com and we'll be happy to help out!
     
    Cheers,
    Laura (K15t)
    0
    Comment actions Permalink
  • Avatar
    Annica Waltersson

    Hi Laura,

    Thank you so much, we will try that out!

    Best and many thanks,
    Annica

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk