How to add a user's `reviews` or `rating` information in Json-LD?

Calendar 👁️ 82

In AnQi CMS, ingeniously integrate user reviews and rating information into Json-LD structured data

As an experienced website operations expert, I am well aware of the importance of structured data in today's search engine optimization (SEO) context.It not only helps search engines understand web content more accurately, but also helps our website win attractive 'rich snippets', such as displaying product star ratings or the number of user comments directly in search results, which is undoubtedly a way to increase click-through rates and user trust.AnQiCMS (AnQiCMS) provides a solid foundation for us to achieve this goal with its SEO-friendly design and high customizability.

Today, let's delve into how to integrate user information in AnQi CMS, on the website,reviewsOr (comment)ratingInformation, elegantly and efficiently embedded in Json-LD structured data.

Understanding ratings and reviews in Json-LD

In Json-LD, user ratings and reviews are typically represented throughAggregateRating(aggregated ratings) andReview(single reviews) types.

  • AggregateRatingRepresents the overall average rating and total number of reviews for an item (such as a product, article, or service). It usually includesratingValue(average score),reviewCount(Total number of comments),bestRating(highest score) andworstRating(lowest score) among other attributes.
  • ReviewIt represents a specific comment submitted by the user. It includesreviewRating(the star rating of this comment),author(the reviewer),datePublished(Publish date),reviewBody(the comment content) and other properties.

Based on the actual content of our website, this information can be applied to various Schema types such asProduct(Product),Article(Article),LocalBusiness(Local business) evenService(Services) et al. In AnQi CMS, documentsarchiveare usually the core carriers for carrying these evaluation and rating information.

How does AnQi CMS support custom Json-LD

The AnQi CMS template system provides powerful flexibility, especially through{% jsonLd %}Label, we can highly customize the output Json-LD content.The cleverness of this tag lies in the fact that it allows us to merge custom Json-LD fragments with the structured data generated by the system.If the custom field conflicts with the default field, the custom field will take precedence over the default value, which gives us great control.

This means, we do not need to modify the core code to accurately inject what we want in the pages where comments and ratings need to be displayed (usually product detail pages or article detail pages)

Related articles

How to generate `VideoObject` type Json-LD for AnQiCMS video page?

As an experienced website operation expert, I am well aware that how to make our content stand out in today's explosion of content on the Internet and be better understood and recommended by search engines is the key to the success of website operation.Video content, as a popular media form, plays a particularly important role in SEO optimization.Today, let's delve into how to take advantage of the powerful features of AnQiCMS to generate high-quality `VideoObject` type Json-LD for video pages, thereby improving the visibility and search ranking of video content.

2025-11-06

How to use the information in the AnQiCMS backend settings to add `Organization` or `WebSite` types to Json-LD?

As an experienced website operation expert, I am well aware of the importance of structured data for a website's performance in search engines.Json-LD is the mainstream way to implement structured data, which can help search engines better understand website content, thereby enhancing the display opportunities of websites in search results, such as obtaining rich search results (Rich Snippets).

2025-11-06

How to embed Breadcrumb navigation (`BreadcrumbList`) structured data in Json-LD?

## Breadcrumb navigation (BreadcrumbList) structured data embedded in Json-LD: AnQiCMS Practice Guide As an experienced website operations expert, I am well aware of the importance of structured data in modern SEO optimization.It not only helps search engines better understand the content of the page, but also has the opportunity to appear in search results with

2025-11-06

How is the loading order of Json-LD in AnQiCMS template? Will it affect the page rendering speed?

As an experienced website operations expert, I have a deep understanding of the powerful functions of AnQiCMS (AnQiCMS) and its excellent performance in content operations.Today, let's talk about an important and often misunderstood topic: the loading order of Json-LD in AnQiCMS templates and whether it will affect the page rendering speed. ### Json-LD in the elegant loading journey of AnQiCMS template First, let's clarify the positioning of Json-LD.It is a lightweight data format based on JSON

2025-11-06

If AnQiCMS supports introducing external data in Json-LD?

As an experienced website operations expert, I am well aware of the importance of structured data in the increasingly complex search engine environment.It is not only a tool to enhance the visibility of a website, but also the key to help search engines understand the content of web pages and display richer search results (Rich Snippets).Json-LD is the mainstream way to implement structured data, and its flexibility and powerful functions are highly praised.

2025-11-06

`{% Ld %}` tag supports `with` variable assignment to organize complex Json-LD content?

As an experienced website operations expert, in the practice of AnQiCMS (AnQiCMS), we understand the importance of structured data (Schema.org Markup) for modern SEO.It is not only to make search engines better understand your content, but also to enhance the display form of the website in search results and obtain the key to 'rich media abstract'.

2025-11-06

What Schema.org types are commonly used in the development of AnQiCMS?

In today's digital marketing battlefield, the visibility and content understanding of a website are crucial to the success of enterprises and self-media operators.AnQiCMS (AnQiCMS) is an efficient content management system based on the Go language, which not only provides powerful content publishing and management capabilities, but also has put a lot of effort into SEO optimization.Among them, structured data, especially the Schema.org tags implemented through JSON-LD format, are important tools to help search engines deeply understand the content of websites and improve search rankings.

2025-11-06

How to get the canonical URL of the current page in Json-LD?

AnQi CMS, as an enterprise-level system that specializes in content management, always makes every effort to improve the website's SEO performance.We know that it is crucial to clearly and accurately convey website information to search engines in the context of increasingly refined search engine algorithms.Amongst them, the clever combination of the规范链接(`canonical URL`)and structured data(JSON-LD)is a tool to optimize website visibility and avoid the penalty of duplicate content.

2025-11-06