Skip to main content

title

Required Field

This field is required and must not be omitted

Description

It should contain the full product name. The title is used to clearly state what product your shop is selling. It's the most important attribute for Prisjakt to be able to index your product/offer correctly. It should contain a manufacturer name along with product name or model. Including size, color and gender is recommended for product types that specifies this.

Validation Rules

  • Use only one title attribute per product
  • Length must be between 1-255 characters

Best Practices

Do

  • Add full product name
  • Use the same title as it is present on your product page
  • Add variant information if applicable: colour, size, gender etc.
  • Preferred syntax [brand] + [model name] + [additional product information]
  • Use language of the specific market where the product is being sold (for better user experience)

Don´t

  • Do not use HTML tag - Do not include promotional text
  • Do not use tabs or extra spaces
  • Do not write detailed information in title, this belongs in the description attribute

Example Values

Here are examples of how a valid title value should look like in XML and CSV (with header) respectively.

Valid Value
<g:title><![CDATA[Samsung Galaxy S8 Black 128G]]></g:title>
Click to show more valid XML examples
<g:title><![CDATA[Samsung Galaxy S8 Black 128G]]></g:title>

Error Codes

Below you will find possible error codes generated when validating this field alongside with an example in XML and CSV that would trigger the code. Please refer to the validation rules to understand the cause.

<g:title><![CDATA[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 256 characters value)]]></g:title>
<g:title></g:title>

Properties

PropertyValueDescription
Data TypestringClosest data type in code
NestedFalseDefines if this field consists of one or more sub-fields
Case SensitiveFalseIf small or large letters matter for this field
RepeatableFalseIf you can supply multiple items of this field (it´s a list)
Repeatable limit0If a list, this specifices the max number of items

Changelog

📅 2022-12-07

Added

Initial definition

References