Unlock AnQiCMS website SEO tool: Enable Json-LD structured data and customization guide

As an experienced website operations expert, I know that it is crucial to make the website stand out in the highly competitive content ecosystem of today.AnQiCMS (AnQiCMS) provides us with a solid technical foundation with its lightweight, efficient, and SEO-friendly features.Among them, the Json-LD structured data feature is a powerful tool to enhance website visibility and attractiveness.By deploying Json-LD accurately, our website content can be presented in a richer and more easily understandable form in search results, which is what we commonly refer to as "Rich Media Summaries" (Rich Snippets), thereby effectively improving click-through rates.

This article will delve into 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, so that your website has a stronger presence in search engines.

Understanding the structure of JSON-LD and its significance to websites

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 makes your content stand out among many results, and also directly communicates more rich and valuable information to the user, naturally enhancing the user's willingness to click and 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 an SEO-optimized content management system, has built-in good support for Json-LD structured data, aiming to simplify the complex deployment process, allowing operators to focus on content creation and promotion.

AnQiCMS中Json-LD的管理:默认行为与灵活控制

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

However, for operators with advanced customization needs, AnQiCMS also provides powerful customization capabilities. Through built-in{% jsonLd %}

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

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

Firstly, you need to log in to the AnQiCMS backend management system. After entering the backend, this feature is usually located at the website'sGlobal SettingsorAdvanced SEO tools模块中。AnQiCMS作为一个功能集中的平台,其各项核心设置会放在易于访问的位置。

You can find similar entries such as "Background SettingsAfter entering these management pages, please carefully search for specific options related to "structured dataThe naming of these options may vary slightly, but it will usually contain keywords such as 'structured data' or 'Json-LD'.

Once located at the corresponding settings item, you will find a simple toggle switch or checkbox to turn on or off the feature.

  • To enable the Json-LD feature,只需将此开关拨至“开启”状态(或选中复选框)。开启后,AnQiCMS将自动根据您网站的内容类型(如文章、产品等)生成并插入相应的Json-LD代码到页面的<head>Labels within. The system will intelligently judge the content type of the page and apply the most matching Schema tag, for example, generating for article pages.Articletype, for product pages.Producttypes, etc.
  • To disable Json-LD functionalityJust turn this 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 source code of the web page will no longer contain the structured data tags generated by AnQiCMS by default.

After completing the settings, please make 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 Snippet Testing 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: unleash the potential with the {% Ld %} tag

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

This tag allows you to directly embed custom Json-LD code blocks in the website template files. When using it, you can in{% jsonLd %}and{% endjsonLd %}This label between write the standard Json-LD JSON object.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.authorField), then the content you define will take precedence over the default system value, thereby achieving precise control.

For example, you may wish to specify the "author" name and the "image" list in addition to the system-generated article Schema on a specific article detail page, in which case you can use the template in this way{% 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 page withauthorandimageThis information of the two fields.Thus, when the search engine parses this page, it can not only obtain the general article information generated by AnQiCMS automatically, but also the precise data you provided extra.

When using{% jsonLd %}When customizing tags, please pay special attention to:

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

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

Practice suggestions and **Practice

Whether you choose to use the default Json-LD feature of AnQiCMS,