|
20 | 20 | <txp:else /> |
21 | 21 | <txp:meta_description /> |
22 | 22 | <txp:if_article_list> |
23 | | - <txp:article pgonly="1" limit="10" /> |
24 | 23 | <txp:variable name="page" value='<txp:page_url type="pg" />' /> |
25 | 24 | <txp:if_variable name="page" value="1"> |
26 | 25 | <meta name="robots" content="index, follow"> |
27 | | - <link rel="canonical" href="<txp:section url="1" />"> |
| 26 | + <link rel="canonical" href="<txp:section url />"> |
28 | 27 | <script type="application/ld+json"> |
29 | 28 | { |
30 | 29 | "@context": "https://schema.org", |
31 | 30 | "@type": "Blog", |
32 | | - "headline": "<txp:section title="1" escape="json" />", |
| 31 | + "headline": "<txp:section title escape="json" />", |
33 | 32 | <txp:if_description>"description": "<txp:meta_description format="" escape="json" />",</txp:if_description> |
34 | | - "url": "<txp:section url="1" />" |
| 33 | + "url": "<txp:section url />" |
35 | 34 | } |
36 | 35 | </script> |
37 | 36 | <txp:else /> |
38 | 37 | <meta name="robots" content="noindex, follow"> |
39 | 38 | </txp:if_variable> |
40 | 39 | <txp:else /> |
41 | 40 | <txp:meta_keywords separator="," /> |
42 | | - <txp:meta_author title="1" /> |
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>"> |
| 41 | + <txp:meta_author title /> |
| 42 | + <meta name="robots" content="<txp:if_expires>unavailable_after: <txp:expires gmt format="%d-%b-%y %T" /> GMT<txp:else />index, follow</txp:if_expires>"> |
44 | 43 | <link rel="canonical" href="<txp:permlink />"> |
45 | 44 | <meta property="og:site_name" content="<txp:site_name />"> |
46 | 45 | <meta property="og:type" content="article"> |
|
91 | 90 |
|
92 | 91 | <txp:if_article_list> |
93 | 92 |
|
94 | | - <h1 itemprop="name"><txp:section title="1" /></h1> |
| 93 | + <h1 itemprop="name"><txp:section title /></h1> |
95 | 94 | <txp:article class="article-list" form="article_listing" limit="10" wraptag="ul" /> |
96 | 95 | <!-- ...or if you want to list all articles from all sections instead, then replace txp:article with txp:article_custom --> |
97 | 96 |
|
|
0 commit comments