Product Selector

Fusion 5.9
    Fusion 5.9

    Field mappingWeb data source

    Data source metadata tags and other content values map to Springboard fields.

    Springboard ingests field values in the order of preference specified. If the first preference is available, Springboard will ingest it and ignore the others. If the first preference is unavailable, Springboard attempts to ingest the second value, and so on.

    Web page fields

    UI field API field Source

    Title

    document.title

    This value is ingested in the following order of preference:

    1. <title>TITLE</title>

    2. <meta property="og:title" content="TITLE"> (last declared)

    3. Page URL

    Description

    document.description

    This value is ingested in the following order of preference:

    1. <meta name="description" content="DESCRIPTION">

    2. <meta property="og:description" content="DESCRIPTION"> (last declared)

    If no value exists for the fields above, a description is not included in search results for that page.

    URL

    document.url

    <link rel="canonical" href="URL">

    Canonical URLs must be unique for each page.

    Excerpt

    document.description

    document.body

    This value is ingested in the following order of preference:

    1. <meta name="description" content="DESCRIPTION">

    2. Contents of <body>

    Data model type

    obj.type

    Content-Type HTTP header

    Language code

    document.languageCode

    This value is ingested in the following order of preference:

    1. <html lang="LANGUAGE_CODE">

    2. <meta http-equiv="content-language” content="LANGUAGE_CODE">

    3. Content-Language HTTP header

    4. <meta name="language" content="LANGUAGE_CODE">

    5. Language analysis

    Thumbnail image

    document.thumbnailImage

    <meta property="og:image" content="IMAGE_URL">

    If a value is declared, the thumbnail image displays in the Experience Optimizer’s searchahead and results. If this image does not load, Springboard loads a fallback image.

    Timestamp

    document.sourceCreateTimestamp

    Last-Modified HTTP header

    Timestamp

    document.sourceLastModifiedTimestamp

    This value is ingested in the following order of preference:

    1. Last-Modified HTTP header

    2. Sitemap <lastmod>

      The value is used in page objects listed on the sitemap, but it’s not used in pages beyond the sitemap URLs.

    File fields

    File types include spreadsheets, PDF files, slide decks, and Word documents.

    UI field API field Source

    Title

    document.title

    This value is ingested in the following order of preference:

    1. Title as found in file properties.

    2. File URL

    URL

    document.url

    Maps to the location of the file.

    Excerpt

    document.body

    Maps to the text of file.

    Data model type

    obj.type

    Determined using extension type. For example, .doc is identified as a file.

    Language code

    document.languageCode

    This value is ingested in the following order of preference:

    Timestamp

    document.sourceCreateTimestamp

    Last-Modified HTTP header

    Timestamp

    document.sourceLastModifiedTimestamp

    This value is ingested in the following order of preference:

    1. Last-Modified HTTP header

    2. Sitemap <lastmod>

    File extension processing

    If a file extension exists in the URL, results display that value in the response. If the field cannot be parsed from the URL, the HTTP header Content-Type MIME type is used to determine file.extension based on the mapping in the table in this section. If file.extension cannot be determined with either of these methods, the value is empty and it is not displayed in the response.

    Older Microsoft Office MIME types are ambiguous, so the file.extension assigned during ingestion may differ from the original value. For example, original templates with .dot extensions use the application/msword MIME type and are ingested into Springboard with the .doc value.
    MIME type File extension

    application/msword

    .doc

    application/vnd.openxmlformats-officedocument.wordprocessingml.document

    .docx

    application/vnd.ms-excel

    .xls

    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

    .xlsx

    application/vnd.ms-powerpoint

    .ppt

    application/vnd.openxmlformats-officedocument.presentationml.presentation

    .pptx

    application/pdf

    .pdf