urlPrefix (knowledge graph) Table of Contents Description Default value Examples Description Path to prefix results containing relative URLs with. If a result returned by Knowledge graph has a relative URL to itself, this URL can be converted to an absolute one. Note all results with relative URL will be converted to absolute ones. Default value urlPrefix: '/s/' Examples To convert result with URL example/relativeUrl to https://mydomain.com/example/relativeUrl set urlPrefix: 'https://mydomain.com/' To disable prefixing urlPrefix: ''