Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each template node contains the code block for different sections of the webpage, for example, the Header template node contains the code for the FAQ Hub webpage header.

Experience Designer Code

Web view

Line 19 to 21

Code Block
<div class="col-xs-12 col-sm-6 col-md-6">
  <p class="bold mb-0 float-md-left float-sm-left float-xs-left">Monday - Saturday, 8am to 10pm </p>
</div>

Line 22 to 24

Code Block
<div class="col-sm-6 col-md-6">
  <p class="bold float-md-right float-sm-right float-xs-left mb-0">Call us now +1 617-380-7329</p>
</div>

Question page

Similarly, You can customize the Questions page by editing the template nodes under the FAQ Hub - Question Page.

...

The below screenshot shows the Question page as viewed on the FAQ hub webpage.

...

Please modify the template nodes only if you know what you are doing. If you need assistance in modifying the template nodes, contact support@orbita.ai

Best Practices

  • Do not have the same FAQ questions in two different locations (FAQ Hubs) to avoid conflicts with the SEO.

  • Create a link or a tab on your home page and link that to the FAQ sitemap created using FAQ Hub.

...