Versions Compared

Key

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

Google is discontinuing Analytics as per July1, 2024. Function will be depreciated.

This articles describes how to use SEO settings for Google search and how to configure Google Analytics.

...

Code Block
languagexml
<SeoSettings>
   <SeoOptimizationEnabled>true</SeoOptimizationEnabled>
   <SiteVerificationHtmlTagCode>abcd_1234</SiteVerificationHtmlTagCode>
   <PageIndexing>true</PageIndexing>
</SeoSettings>

Attribute

Description

SeoOptimizationEnabled

Based on its value (true or false) seo function will be enabled for the site.

SiteVerificationHtmlTagCode

Value for this should be fetched from after submitting the site’s url to google webmaster. Explained below how to get the code.

PageIndexing

This setting will turn on/off instructions for robots to index site. If set to false this will be added to all pages. <meta name="robots" content="noindex,nofollow" />

Note

It is recommended to turn off indexing on test sites.

Setting introduced in 5.1.3.

Info

It is recommended to submit sitemap to google for better indexing and higher rank. See Technical documentation - Site map for search engines .

...

Below are steps for getting the SiteVerificationHtmlTagCode value.

  1. Register to google Webmaster.

  2. Add the site url Language page (http://www.domain.com/AssertWeb/en/Site/Home/Language) to webmaster by clicking in ‘Add property’.

    Image Modified
  3. Get the content value (there are options too but this option to verify) and place it as value for ‘SiteVerificationHtmlTagCode’ from verification page.

    Image Modified
  4. After adding the content value to ‘SiteVerificationHtmlTagCode’, run the web-viewer and then click the ‘verify’ button to verify the ownership.

Info

Note! Alternative URL to be used

The URL to be added is not the standard site url. Instead use a dedicated language page: http://www.domain.com/AssertWeb/en/Site/Home/Language

This will help the search engine to crawl all the available data languages of the site.

...

Code Block
languagexml
<PageTitleSettings>
   <DisplayPageTitle>true</DisplayPageTitle>
   <DisplayProductName>true</DisplayProductName>
   <DisplayProductIdentity>true</DisplayProductIdentity>
</PageTitleSettings>

<DisplayPageTitle>true</DisplayPageTitle>

This will display default page title in page title.

<DisplayProductName>true</DisplayProductName>

This will display Product name in page title.

<DisplayProductIdentity>true</DisplayProductIdentity>

This will display product identity in page title

 Below is an example how above settings effect the search result.

...

Note

Note! From version 5.1 and later Google Tag Manager is the preferred method to track user behaviour.

Turning on Analytics functionality will reveal usage data to Google Analytics. Ensure to review recent rulings with respect to GDPR to ensure you comply with GDPR laws, if applicable.

Warning

Google is discontinuing Analytics as per July1, 2024. Function will be depreciated.

Follow these steps to configure Google Analytics:

...

Code Block
languagexml
<SeoSettings>
   <GoogleAnalyticsEnabled>true</GoogleAnalyticsEnabled>
   <GoogleAnalyticsId>UA-1094452631-1</GoogleAnalyticsId>
</SeoSettings>

Attribute

Description

GoogleAnalyticsEnabled

By setting to true google anyaltics function is enabled.

GoogleAnalyticsId

This contains the Tracking code given by the Google.

  • Restart the web-viewer to load the new profile.config.

  • After few hours login to google analytics ( google takes times to be up and running after validating the site) and same time access Signifikant web-viewer.

  • In google analytics click on the ‘real-time’ menu and select overview to see the active users and active pages and locations.

...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
showSpacetypefalsepage
reversetrue
typelabelspageseo
cqllabel in ( "seo" , "google-product" ) and type = "page" and space = "ASKB"labelsseo


Page Properties
hiddentrue


Related issues



...