|
|
@@ -4,18 +4,18 @@
|
|
|
<head>
|
|
|
<%- include('common-meta') %>
|
|
|
|
|
|
- <link rel="alternate" href="https://art.pcoloring.com/en/category" hrefLang="en" />
|
|
|
- <link rel="alternate" href="https://art.pcoloring.com/zh/category" hrefLang="zh" />
|
|
|
- <link rel="alternate" href="https://art.pcoloring.com/es/category" hrefLang="es" />
|
|
|
- <link rel="alternate" href="https://art.pcoloring.com/pt/category" hrefLang="pt" />
|
|
|
- <link rel="alternate" href="https://art.pcoloring.com/ja/category" hrefLang="ja" />
|
|
|
+ <link rel="alternate" href="https://art.pcoloring.com/en/category/<%= tag%>" hrefLang="en" />
|
|
|
+ <link rel="alternate" href="https://art.pcoloring.com/zh/category/<%= tag%>" hrefLang="zh" />
|
|
|
+ <link rel="alternate" href="https://art.pcoloring.com/es/category/<%= tag%>" hrefLang="es" />
|
|
|
+ <link rel="alternate" href="https://art.pcoloring.com/pt/category/<%= tag%>" hrefLang="pt" />
|
|
|
+ <link rel="alternate" href="https://art.pcoloring.com/ja/category/<%= tag%>" hrefLang="ja" />
|
|
|
|
|
|
<link rel="stylesheet" href="/stylesheets/styles.css">
|
|
|
<link rel="stylesheet" href="/stylesheets/header.css">
|
|
|
<link rel="stylesheet" href="/stylesheets/category.css">
|
|
|
|
|
|
- <% if (data.length > 0) { %>
|
|
|
- <script type="application/ld+json">
|
|
|
+ <% if (data.length> 0) { %>
|
|
|
+ <script type="application/ld+json">
|
|
|
{
|
|
|
"@context": "https://schema.org",
|
|
|
"@type": "WebPage",
|
|
|
@@ -50,7 +50,7 @@
|
|
|
]
|
|
|
}
|
|
|
</script>
|
|
|
- <% } %>
|
|
|
+ <% } %>
|
|
|
</head>
|
|
|
<!-- Google tag (gtag.js) -->
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JBGGVGLHTP"></script>
|