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,