How to manually enable or disable the Json-LD structured data feature of the AnQiCMS website?

Calendar 👁️ 66

Unlock AnQiCMS website SEO tool: Guide to enabling and customizing Json-LD structured data

As an experienced website operations expert, I know how crucial it is to stand out in today's competitive content ecosystem and how to make a website stand out in search engines.AnQiCMS (AnQiCMS) provides us with a solid technical foundation with its lightweight and efficient characteristics, friendly to SEO.Among them, the Json-LD structured data feature is a powerful tool to enhance the visibility and attractiveness of a website.By accurately deploying Json-LD, our website content can be presented in a more rich and easily understandable form in search results, which is what we commonly refer to as

This article will deeply explore the operation mechanism of Json-LD structured data in AnQiCMS, and provide detailed guidance on how to manually enable or disable this feature, as well as how to customize it deeply according to specific needs, making your website have a stronger presence in search engines.

Understand Json-LD structured data and its significance to websites

First, let's briefly introduce Json-LD.It is a linked data representation method based on the JSON (JavaScript Object Notation) format, designed to help search engines better understand the meaning of web content.Imagine when you publish a product review article, ordinary HTML code can only tell search engines that 'there is a title, there are images, and there is text.'But if we added JSON-LD, we could clearly tell search engines: 'This is a 'review article' about 'some product', its 'rating' is how much, the 'author' is who, and the 'price' is how much.'

Through this structured description, search engines can extract more specific information and display it in a more eye-catching way on the search results page, such as star ratings, product prices, and article publication dates.This not only makes your content stand out among many results, but also directly communicates richer and more valuable information to users, naturally enhancing users' willingness to click and their trust in the website.For small and medium-sized enterprises and self-media operators committed to content marketing, brand promotion, and SEO optimization, Json-LD is an indispensable tool.

AnQiCMS as a content management system that highly values SEO optimization has built-in good support for Json-LD structured data, aiming to simplify this complex deployment process, allowing operators to focus on content creation and promotion.

Management of Json-LD in AnQiCMS: default behavior and flexible control

In AnQiCMS, the design of the Json-LD structured data feature takes into account convenience and flexibility. After you enable this feature in the background, the system will intelligently generate and insert the corresponding Json-LD code into the page based on the different types of content on your website (such as articles, products, pages, etc.)<head>The area. This means that even if you are not well-versed in code, you can enjoy the SEO advantages brought by structured data.

However, for operators with advanced customization needs, AnQiCMS also provides strong customization capabilities. Through built-in{% jsonLd %}Template tag, you can fully control the output content of Json-LD.This tag allows you to directly write or modify the Json-LD JSON object in the template, whether it is to override the system-generated data by default or to supplement the additional attributes required for a specific content type, it can be easily realized.This flexible design ensures that AnQiCMS can meet various operation scenarios from basic optimization to deep customization.

Manually enable or disable the Json-LD structured data feature of the AnQiCMS website

Now, let's take a look at how to manually enable or disable this feature in the AnQiCMS backend management interface.This operation is usually very intuitive, aiming to allow operators to manage their SEO strategy conveniently.

First, you need to log in to the AnQiCMS backend management system. After logging in, this feature is usually located on the website'sGlobal Settingsoradvanced SEO toolsIn the module. AnQiCMS, as a platform with a concentration of features, its core settings will be placed in an easily accessible location.

You can find similar entries such as "background settings", "feature management", or "SEO settings" from the left navigation bar.After entering these management pages, please carefully look for explicit options related to 'structured data', 'Json-LD', 'Schema markup', or 'SEO structured data'.These options may be named differently, but they usually contain keywords such as "structured data" or "Json-LD".

Once you locate the corresponding setting item, you will find a simple switch button or checkbox to turn the feature on or off.

  • To enable Json-LD featureJust turn the switch to the "On" position (or check the checkbox). After turning on, AnQiCMS will automatically generate and insert the corresponding Json-LD code into the page according to the content type of your website (such as articles, products, etc.)<head>Within the tag. The system will intelligently judge the page content type and apply the most matching Schema tag, for example, for article pages it will generateArticletype, for product pages it will generateProducttype, etc.
  • Disable Json-LD featureSimply turn the switch back to the "OFF" position (or uncheck the checkbox).After disabling, the system will stop automatically generating and inserting Json-LD code, and the web page source code will no longer contain the structured data tags generated by AnQiCMS by default.

After setting up, please be sure to click the "Save" or "Apply" button to ensure that your changes take effect.After making any such important SEO setting adjustments, it is strongly recommended that you use the "Rich Media Summary Test Tool" or "URL Inspection Tool" in Google Search Console to verify that your page has correctly applied structured data, or to confirm that the Json-LD code has been removed from the page after disabling.

Deep customization: release potential with the {% Ld %} tag

If the default Json-LD structured data generated by the AnQiCMS system does not fully meet your personalized needs, or if you want to add more detailed and unique Schema tags to specific pages, then{% jsonLd %}The tag will be your powerful tool.

This tag allows you to embed custom Json-LD code blocks directly in the website template files. When using it, you can{% jsonLd %}and{% endjsonLd %}Write the standard Json-LD JSON object between these tags.The intelligence of AnQiCMS lies in its ability to read the JSON content you define and merge it with the default Json-LD data generated by the system.If your custom content conflicts with the system default content (for example, both are defined asauthorField), then your custom content will take precedence, overriding the system default value, thereby achieving precise control.

For example, you may want to specify the 'author' name and 'image' list on a specific article detail page, and you can use it in the template like this{% jsonLd %}Tags:

{% jsonLd %}
<script type="application/ld+json">
{
	"author": "AnQiCMS 内容运营团队",
	"image": [
		"https://en.anqicms.com/images/article-header.jpg",
		"https://en.anqicms.com/images/article-thumb.jpg"
	]
}
</script>
{% endjsonLd %}

In the above example, we use{% jsonLd %}tags to supplement the current pageauthorandimageThis information about these fields. This way, when the search engine parses the page, it can not only obtain the general article information automatically generated by AnQiCMS, but also obtain these accurate data you provide.

While using{% jsonLd %}When customizing tags, please note:

  • Follow the JSON-LD grammar specification:The JSON content you write must strictly comply with JSON-LD syntax and Schema.org standards.Any syntax error can cause structured data to be incorrectly parsed by search engines.
  • Cover carefully:When customizing, if a field conflicts with the default data generated by AnQiCMS, your custom content will take effect.Make sure your overlay is intentional, and the data provided is accurate and more beneficial for SEO.
  • Locally effective:You will{% jsonLd %}The label is placed in which template file, the custom Json-LD defined will only take effect on the pages using that template.This provides you with the ability to control finely by page or content type.

By{% jsonLd %}Tags, you can create highly optimized structured data for your AnQiCMS website, thereby gaining stronger competitiveness in search engines.

Practical suggestions with **practice

No matter which default Json-LD feature you choose to use,

Related articles

How is Json-LD structured data automatically generated in AnQiCMS?

In today's highly competitive online environment, the SEO performance of a website is crucial, and structured data is one of the key technologies to enhance the visibility of a website in search results.As a system dedicated to providing an efficient and easy-to-use content management solution, AnQiCMS deeply understands the importance of structured data in improving website visibility.It not only provides users with convenient content publishing and management tools, but also quietly contributes to the SEO optimization of the website behind the scenes.

2025-11-06

In AnQiCMS template, how to determine if the date format converted by `stampToDate` is correct or valid?

In the vast realm of content management and website operation, every detail concerns the user experience and the accuracy of information transmission.The accurate display of date and time is an indispensable part of it.For operators and developers using AnQiCMS to build websites, how to elegantly handle timestamps in templates and ensure their correct and effective format is a topic worth in-depth discussion.Today, let's talk about the philosophy and practical wisdom of using the `stampToDate` tag in the AnQiCMS template.### Know

2025-11-06

How to skip a specific `Id` page and not display it when looping through a single page `tag-pageList`?

## Masterfully Control Content Display: AnQi CMS `tag-pageList` Skipping Specific Pages As an experienced website operations expert, I am well aware of the importance of the flexibility of the content management system for operational efficiency and user experience.AnQiCMS (AnQiCMS) provides us with powerful content management capabilities with its high-performance architecture based on the Go language.

2025-11-06

How to use `if` judgment in AnQiCMS template to prevent rendering errors caused by undefined variables?

## Mastering AnQi CMS Template: Skillfully use `if` statements to say goodbye to undefined variable rendering errors!As a senior website operation expert, I am well aware of the importance of a stable and efficient website template for user experience and operation efficiency.AnQiCMS (AnQiCMS) offers powerful support for content management with its efficient architecture based on the Go language and a flexible Django-like template engine.However, even the most excellent system may cause rendering errors due to minor omissions in the template, the most common of which is accessing undefined variables. Today

2025-11-06

The Json-LD custom call tag `{% Ld %}` should be placed at which position in the template?

In AnQi CMS, where should the Json-LD custom call tag `{% Ld %}` be placed in the template?In today's digital marketing era, the importance of Search Engine Optimization (SEO) is self-evident.And structured data, especially Json-LD, is one of the powerful tools to improve the visibility of websites in search results.AnQi CMS is an efficient system designed for enterprise-level content management and SEO optimization, naturally providing comprehensive Json-LD support.

2025-11-06

What is the basic syntax structure of custom Json-LD tags in AnQiCMS?

## Custom Json-LD tags in AnQi CMS: Master the Core Tool for Structured Data Optimization In today's digital marketing environment, Search Engine Optimization (SEO) is no longer just about keyword stuffing, but more about focusing on content quality and the presentation of structured data.AnQiCMS (AnQiCMS) is an enterprise-level content management system developed in Go language, which attaches importance to SEO-friendliness and knows the importance of structured data.

2025-11-06

If a custom Json-LD field conflicts with the default field generated by AnQiCMS, which one will be displayed first?

In today's highly competitive online environment, structured data (JSON-LD) has become a key factor for website content to stand out in search engines.It can help search engines better understand the content of the page, thus giving it the opportunity to have richer display effects in the search results, which is what we commonly call 'rich media abstracts'.For a content management system like AnQiCMS (AnQiCMS) that focuses on SEO optimization, the built-in JSON-LD generation function undoubtedly provides great convenience to users.

2025-11-06

How to dynamically fill the `author` and `datePublished` fields in the Json-LD of AnQiCMS article page?

As an experienced website operation expert, I fully understand that in the current context where content marketing and search engine optimization (SEO) are increasingly important, it is crucial to effectively convey the core information of the page content to search engines.AnQiCMS (AnQiCMS) is an enterprise-level content management system developed based on the Go language, which provides us with great convenience with its efficient and customizable features.

2025-11-06