{"id":4277,"date":"2023-12-25T07:41:24","date_gmt":"2023-12-25T00:41:24","guid":{"rendered":"https:\/\/dev.artru.net\/?p=4277"},"modified":"2024-09-27T08:16:58","modified_gmt":"2024-09-27T01:16:58","slug":"huong-dan-fake-danh-gia-schema","status":"publish","type":"post","link":"https:\/\/artru.net\/en\/huong-dan-fake-danh-gia-schema\/","title":{"rendered":"Instructions for fake evaluation schema"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"711\" height=\"895\" src=\"https:\/\/cdn.artru.eu.org\/wp-content\/uploads\/2023\/12\/Rating-Schema-Google.png\" alt=\"Rating Schema Google\" class=\"wp-image-4282\"\/><figcaption class=\"wp-element-caption\">Rating Schema Google<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">In addition to using plugins <a href=\"https:\/\/wordpress.org\/plugins\/kk-star-ratings\/\" target=\"_blank\" rel=\"noreferrer noopener\">kk Star Ratings<\/a> To create reviews for your website, you can also use code to create virtual reviews.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I do not recommend this method for large, reputable sites. It&#039;s okay to play and test for fun.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Insert the code below into the file <code data-no-translation=\"\" data-no-auto-translation=\"\">function.php<\/code> or use plugins <a href=\"https:\/\/vi.wordpress.org\/plugins\/code-snippets\/\" target=\"_blank\" rel=\"noreferrer noopener\">Code Snippets<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In some cases the title is not taken exactly as <code data-no-translation=\"\" data-no-auto-translation=\"\">post_type<\/code> Now you can replace it. <code data-no-translation=\"\" data-no-auto-translation=\"\">the_title()<\/code> wall <code data-no-translation=\"\" data-no-auto-translation=\"\">wp_get_document_title()<\/code> or <code data-no-translation=\"\" data-no-auto-translation=\"\">wp_title()<\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code data-no-translation=\"\" data-no-auto-translation=\"\">function artru_fake_rating_schema() {\n    ob_start(); ?&gt;\n    &lt;script type=\"application\/ld+json\"&gt;\n    {\n        \"@context\":\"https:\/\/schema.org\/\",\n        \"@type\":\"CreativeWorkSeries\",\n        \"name\":\"&lt;?php the_title(); ?&gt;\",\n        \"aggregateRating\":\n        {\n            \"@type\":\"AggregateRating\",\n            \"ratingValue\":\"5\",\n            \"bestRating\":\"5\",\n            \"ratingCount\":\"999\"\n        }\n    }\n    &lt;\/script&gt;\n    &lt;?php return ob_get_clean();\n}\nadd_action('wp_head', function(){\n\techo artru_fake_rating_schema();\n});<\/code><\/pre>","protected":false},"excerpt":{"rendered":"<p>Ngo\u00e0i vi\u1ec7c s\u1eed d\u1ee5ng plugin kk Star Ratings \u0111\u1ec3 t\u1ea1o \u0111\u00e1nh gi\u00e1 cho website b\u1ea1n c\u0169ng c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng code \u0111\u1ec3 t\u1ea1o \u0111\u00e1nh gi\u00e1 \u1ea3o. M\u00ecnh kh\u00f4ng khuy\u1ebfn kh\u00edch c\u00e1ch l\u00e0m n\u00e0y \u0111\u1ed1i v\u1edbi nh\u1eefng site l\u1edbn, uy t\u00edn. L\u00e0m ch\u01a1i ch\u01a1i test vui th\u00ec \u0111\u01b0\u1ee3c. Ch\u00e8n m\u00e3 b\u00ean d\u01b0\u1edbi v\u00e0o t\u1ec7p function.php ho\u1eb7c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4287,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-4277","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo"],"_links":{"self":[{"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/posts\/4277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/comments?post=4277"}],"version-history":[{"count":0,"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/posts\/4277\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/media\/4287"}],"wp:attachment":[{"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/media?parent=4277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/categories?post=4277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artru.net\/en\/wp-json\/wp\/v2\/tags?post=4277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}