Custom Tag: cf_puxild


Purpose of Usage

In order for search engine bots to collect detailed information about web pages, to tag and group pages, json+ld definitions defined in schema.org are needed. When we make these definitions, we ensure that the type of our page and the information it contains are easier for bots to recognize and make sense of.

For example, for a product page, users can see price, availability, and review score information directly in the search results. In addition, your product, including the images, will be marked with the product badge in the search results.

Please Check: https://developers.google.com/search/docs/data-types/product#json-ld

Schema.org Schemas: https://schema.org/docs/schemas.html

Parameters

Attributes
Explanation
Type
Mandatory
type
Hierarchically, the name of the variable in the json structure is given broken down.

Example: type=”brand.name”

*It is not mandatory if the content array is in the lists.
string
E*

content
Value of the variable described in Type / value

Example: content=”#brand_name#”
string
E
list
Used on multi-line data

Example list="review" row="#satir_no" type="author" content="John Doe"
string
H
row
row is sent when list is used

**if there is a list
integer
E**
output
true | false , default: true It outputs the content where it is used.
Outputs the Content value without enclosing it in cfoutput. Change it to false if it's not wanted
boolean
H


Example Usage






The structure required for a product page is as follows.

how do we create this structure with custom tag;


With this use, the values you set from different widgets of one or the same type are defined as ld+json on your page with a single scheme.

Feedback

Did you find this content helpful?