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.
- XML
- CSV
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>
Valid Value
title
Samsung Galaxy S8 Black 128G
Click to show more valid CSV examples
title
Samsung Galaxy S8 Black 128G
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.
- XML
- CSV
<g:title><![CDATA[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 256 characters value)]]></g:title>
<g:title></g:title>
danger
validation_invalid_length
title
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (more than 256 characters value)
danger
Properties
Property | Value | Description |
---|---|---|
Data Type | string | Closest data type in code |
Nested | False | Defines if this field consists of one or more sub-fields |
Case Sensitive | False | If small or large letters matter for this field |
Repeatable | False | If you can supply multiple items of this field (it´s a list) |
Repeatable limit | 0 | If a list, this specifices the max number of items |
Changelog
📅 2022-12-07
Added
Initial definition