|
25 | 25 | <txp:if_variable name="page" value="1"> |
26 | 26 | <meta name="robots" content="index, follow"> |
27 | 27 | <link rel="canonical" href="<txp:section url="1" />"> |
| 28 | + <script type="application/ld+json"> |
| 29 | + { |
| 30 | + "@context": "https://schema.org", |
| 31 | + "@type": "Blog", |
| 32 | + "headline": "<txp:section title="1" escape="json" />", |
| 33 | + <txp:if_description>"description": "<txp:meta_description format="" escape="json" />",</txp:if_description> |
| 34 | + "url": "<txp:section url="1" />" |
| 35 | + } |
| 36 | + </script> |
28 | 37 | <txp:else /> |
29 | 38 | <meta name="robots" content="noindex, follow"> |
30 | 39 | </txp:if_variable> |
|
33 | 42 | <txp:meta_author title="1" /> |
34 | 43 | <meta name="robots" content="<txp:if_expires>unavailable_after: <txp:expires gmt="1" format="%d-%b-%y %T" /> GMT<txp:else />index, follow</txp:if_expires>"> |
35 | 44 | <link rel="canonical" href="<txp:permlink />"> |
| 45 | + <meta property="og:site_name" content="<txp:site_name />"> |
| 46 | + <meta property="og:type" content="article"> |
| 47 | + <meta property="og:title" content="<txp:title />"> |
| 48 | + <txp:if_description><meta property="og:description" content="<txp:meta_description format="" />"></txp:if_description> |
| 49 | + <meta property="og:url" content="<txp:permlink />"> |
| 50 | + <txp:if_article_image> |
| 51 | + <txp:images limit="1"> |
| 52 | + <meta property="og:image" content="<txp:image_url />"> |
| 53 | + <meta property="og:image:width" content="<txp:image_info type="w" />"> |
| 54 | + <meta property="og:image:height" content="<txp:image_info type="h" />"> |
| 55 | + <meta property="og:image:alt" content="<txp:image_info type="alt" />"> |
| 56 | + </txp:images> |
| 57 | + </txp:if_article_image> |
| 58 | + <script type="application/ld+json"> |
| 59 | + { |
| 60 | + "@context": "https://schema.org", |
| 61 | + "@type": "Blog", |
| 62 | + "blogPost": [{ |
| 63 | + "@type": "BlogPosting", |
| 64 | + "headline": "<txp:title escape="json" />", |
| 65 | + <txp:if_description>"description": "<txp:meta_description format="" escape="json" />",</txp:if_description> |
| 66 | + "url": "<txp:permlink />" |
| 67 | + }] |
| 68 | + } |
| 69 | + </script> |
36 | 70 | </txp:if_article_list> |
37 | 71 | </txp:if_author> |
38 | 72 |
|
|
83 | 117 | <txp:link_to_prev> |
84 | 118 | <txp:text item="prev" /> |
85 | 119 | </txp:link_to_prev> |
86 | | - |
87 | 120 | <txp:link_to_next> |
88 | 121 | <txp:text item="next" /> |
89 | 122 | </txp:link_to_next> |
|
0 commit comments