appscms-tools-theme 4.6.1 → 4.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +14 -14
  4. data/_data/blog/relatedblogs.json +2816 -1
  5. data/_data/feature/en/batch-conversion.json +192 -192
  6. data/_data/feature/en/compress-pdf.json +305 -305
  7. data/_data/feature/en/devtools.json +321 -321
  8. data/_data/feature/en/face-detection.json +156 -156
  9. data/_data/feature/en/split-pdf.json +221 -221
  10. data/_data/feature/en/theframe.json +160 -160
  11. data/_data/footer/en/data.json +2 -2
  12. data/_data/header/en/data.json +412 -412
  13. data/_data/home/en/en.json +324 -324
  14. data/_data/home/en/posters.json +322 -322
  15. data/_includes/appscms/customblog/contenttool-recent-posts.html +94 -94
  16. data/_includes/appscms/customblog/pageRelatedPosts.html +68 -62
  17. data/_includes/appscms/customblog/recentposts.html +67 -67
  18. data/_includes/appscms/customblog/relatedBlogs.html +82 -82
  19. data/_includes/appscms/customblog/relatedposts.html +193 -193
  20. data/_includes/appscms/extras/appscms-postbox.html +57 -57
  21. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +85 -85
  22. data/_includes/appscms/head/bloghead.html +128 -128
  23. data/_includes/appscms/headings/contenttool-headings.html +33 -33
  24. data/_includes/appscms/headings/devtool-headings.html +38 -38
  25. data/_includes/appscms/home/contenttool-feature-boxes.html +19 -19
  26. data/_includes/appscms/home/devtool-feature-boxes.html +70 -70
  27. data/_includes/appscms/infographics/infographics.html +166 -166
  28. data/_includes/appscms/loaders/loader.html +4 -4
  29. data/_includes/appscms/navbars/devtool-navbar.html +50 -50
  30. data/_includes/appscms/navbars/devtool-toolbar.html +100 -100
  31. data/_includes/appscms/recent-posts/recent_posts.html +90 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +194 -194
  33. data/_includes/appscms/searchbar/devtool-searchbar.html +63 -63
  34. data/_includes/appscms/usp/usp.html +90 -90
  35. data/_includes/author_bio.html +41 -41
  36. data/_includes/authorpagehead/index.html +47 -47
  37. data/_includes/authors/authors.html +39 -39
  38. data/_includes/batch-conversion.html +141 -141
  39. data/_includes/bookmark.html +6 -6
  40. data/_includes/cssfile/links.html +54 -54
  41. data/_includes/custom-head.html +138 -138
  42. data/_includes/customCode.html +1 -1
  43. data/_includes/customScripts.html +1 -1
  44. data/_includes/customblog/pageRelatedPosts.html +87 -87
  45. data/_includes/customblog/recentposts.html +67 -67
  46. data/_includes/customblog/relatedBlogs.html +86 -86
  47. data/_includes/customblog/relatedposts.html +201 -201
  48. data/_includes/dropdown/langdropdown.html +32 -32
  49. data/_includes/feature.html +39 -39
  50. data/_includes/featurePageAuthors/featurePageAuthors.html +101 -101
  51. data/_includes/footer/index.html +537 -537
  52. data/_includes/google-analytics.html +32 -32
  53. data/_includes/head/index.html +623 -623
  54. data/_includes/header/blogHeader.html +34 -34
  55. data/_includes/header/index.html +192 -192
  56. data/_includes/infographics/infographics.html +241 -241
  57. data/_includes/paginationBlogPage.html +70 -70
  58. data/_includes/postbox.html +65 -65
  59. data/_includes/script.html +493 -493
  60. data/_includes/section/count.html +32 -32
  61. data/_includes/section/recent_posts.html +94 -94
  62. data/_includes/section/related_categories_post.html +196 -196
  63. data/_includes/share/socialshare.html +21 -21
  64. data/_includes/userTracking.html +14 -14
  65. data/_layouts/aboutUs.html +175 -175
  66. data/_layouts/allAuthors.html +131 -131
  67. data/_layouts/appscms-about.html +163 -163
  68. data/_layouts/appscms-audio.html +33 -33
  69. data/_layouts/appscms-author.html +436 -436
  70. data/_layouts/appscms-authors.html +145 -145
  71. data/_layouts/appscms-batch.html +141 -141
  72. data/_layouts/appscms-calculator.html +93 -93
  73. data/_layouts/appscms-categories.html +26 -26
  74. data/_layouts/appscms-contact.html +132 -132
  75. data/_layouts/appscms-disclaimer.html +124 -124
  76. data/_layouts/appscms-download.html +289 -289
  77. data/_layouts/appscms-feature-result.html +96 -96
  78. data/_layouts/appscms-help.html +25 -25
  79. data/_layouts/appscms-imagekit.html +96 -96
  80. data/_layouts/appscms-post.html +243 -243
  81. data/_layouts/appscms-privacy-policy.html +781 -781
  82. data/_layouts/appscms-terms-and-conditions.html +646 -646
  83. data/_layouts/appscms-video.html +33 -33
  84. data/_layouts/audio.html +33 -33
  85. data/_layouts/author.html +409 -409
  86. data/_layouts/batch.html +177 -177
  87. data/_layouts/blog-1.html +116 -116
  88. data/_layouts/blog.html +131 -131
  89. data/_layouts/calculator.html +99 -99
  90. data/_layouts/contenttool-feature.html +45 -45
  91. data/_layouts/contenttool-home.html +53 -53
  92. data/_layouts/devtool-blog.html +132 -132
  93. data/_layouts/devtool-feature.html +54 -54
  94. data/_layouts/devtool-home.html +53 -53
  95. data/_layouts/devtools.html +57 -57
  96. data/_layouts/feature-1.html +406 -406
  97. data/_layouts/feature.html +351 -351
  98. data/_layouts/featureResultPage.html +82 -82
  99. data/_layouts/frame.html +222 -222
  100. data/_layouts/home.html +281 -281
  101. data/_layouts/homeResultPage.html +32 -32
  102. data/_layouts/imagekit.html +308 -308
  103. data/_layouts/photo-effects-home.html +190 -190
  104. data/_layouts/post.html +233 -233
  105. data/assets/app.js +75 -75
  106. data/assets/css/appscms-blog.css +505 -505
  107. data/assets/css/appscms-contenttool.css +1384 -1384
  108. data/assets/css/appscms-home.css +5 -5
  109. data/assets/css/appscms-imagekit.css +855 -855
  110. data/assets/css/appscms-variables.css +19 -19
  111. data/assets/css/blog.css +510 -510
  112. data/assets/css/calculators.css +46 -46
  113. data/assets/css/devtool-main.css +1350 -1350
  114. data/assets/css/devtools.css +105 -105
  115. data/assets/css/feature-1.css +293 -293
  116. data/assets/css/imagekit copy.css +848 -848
  117. data/assets/css/imagekit.css +848 -848
  118. data/assets/css/tools.css +1847 -1847
  119. data/assets/images/close-button.svg +31 -31
  120. data/assets/images/digipaint.svg +6 -6
  121. data/assets/images/logo.svg +2 -2
  122. data/assets/images/manthink.svg +3552 -3552
  123. data/assets/images/search-icon.svg +2 -2
  124. data/assets/js/batch.js +219 -219
  125. data/assets/js/devtools.js +81 -81
  126. data/assets/js/sharePage.js +65 -65
  127. data/assets/js/usageTracking.js +143 -143
  128. data/assets/js/usageTrackingEvents.js +6 -6
  129. data/assets/js/webvitals.js +4 -4
  130. metadata +3 -3
@@ -1,623 +1,623 @@
1
- <head>
2
- {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign
3
- dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
4
- dataArr %} {% assign title = dataToShow.TITLE | replace: "$variable",
5
- page.value | default: page.title | default: site.title %} {% assign
6
- description = dataToShow.META | replace: "$variable", page.value | default:
7
- page.description | default: site.description %} {% assign keywords =
8
- dataToShow.keywords %} {% assign favicon = site.favicon %} {%- assign title =
9
- title | split: ' ' -%} {%- assign newtitle = '' %} {% for operation in title
10
- %} {%- if forloop.first -%} {% assign word = operation | capitalize %} {%
11
- assign newtitle = newtitle | append: word %} {% assign newtitle = newtitle |
12
- append: " " %} {%- else -%} {% assign word = operation %} {%- if forloop.last
13
- -%} {% assign newtitle = newtitle | append: word %} {%- else -%} {% assign
14
- newtitle = newtitle | append: word %} {% assign newtitle = newtitle | append :
15
- " " %} {%- endif -%} {%- endif -%} {% endfor %} {%- assign description =
16
- description | split: ' ' -%} {% assign pagedescription = '' %} {% for
17
- operation in description %} {%- if forloop.first -%} {% assign word =
18
- operation | capitalize %} {% assign pagedescription = pagedescription | append
19
- : word %} {% assign pagedescription = pagedescription | append: " " %} {%-
20
- else -%} {% assign word = operation %} {%- if forloop.last -%} {% assign
21
- pagedescription = pagedescription | append: word %} {%- else -%} {% assign
22
- pagedescription = pagedescription | append: word %} {% assign pagedescription
23
- = pagedescription | append: " " %} {%- endif -%} {%- endif -%} {% endfor %}
24
- {%- assign title = newtitle -%} {%- assign description = pagedescription -%}
25
- <meta charset="utf-8" />
26
- <link rel="shortcut icon" href="{{favicon}}" />
27
- <meta name="viewport" content="width=device-width" />
28
-
29
- {%- if page.layout == "aboutUs" -%}
30
-
31
- <title>{{ site.name }} - About us | {{ title }}</title>
32
- {% elsif page.layout == "termAndCondition" %}
33
- <title>{{ site.name }} - Terms and conditions | {{ title }}</title>
34
- {% elsif page.layout == "disclaimer" %}
35
- <title>{{ site.name }} - Disclaimer | {{ title }}</title>
36
- {% elsif page.layout == "privacyPolicy" %}
37
- <title>{{ site.name }} - Privacy policy | {{ title }}</title>
38
- {% elsif page.layout == "contactUs" %}
39
- <title>{{ site.name }} - Contact | {{ title }}</title>
40
- {% elsif page.layout == "help" %}
41
- <title>{{ site.name }} - Help | {{ title }}</title>
42
- {%- else -%}
43
-
44
- <title>{{ newtitle }}</title>
45
-
46
- {%- endif -%} {%- if dataToShow.keywords -%}
47
-
48
- <meta name="keywords" content="{{keywords}}" />
49
-
50
- {%- endif -%} {%- if page.layout == "aboutUs" -%}
51
-
52
- <meta
53
- name="description"
54
- content="{{site.name}} - About us | {{description}}"
55
- />
56
- {% elsif page.layout == "termAndCondition" %}
57
- <meta
58
- name="description"
59
- content="{{site.name}} - Terms and conditions | {{description}}"
60
- />
61
- {% elsif page.layout == "disclaimer" %}
62
- <meta
63
- name="description"
64
- content="{{site.name}} - Disclaimer | {{description}}"
65
- />
66
- {% elsif page.layout == "privacyPolicy" %}
67
- <meta
68
- name="description"
69
- content="{{site.name}} - Privacy policy | {{description}}"
70
- />
71
- {% elsif page.layout == "contactUs" %}
72
- <meta
73
- name="description"
74
- content="{{site.name}} - Contact | {{description}}"
75
- />
76
- {%- else -%}
77
- <meta name="description" content="{{description}}" />
78
-
79
- {%- endif -%}
80
-
81
- <link rel="canonical" href="{{site.url | append: page.url}}" />
82
-
83
- {%- if site.versioning -%}
84
-
85
- <link
86
- rel="stylesheet"
87
- href="{{ site.baseurl }}/{% ministamp assets/css/bootstrap.min.css assets/css/bootstrap.min.css %}"
88
- {%-
89
- if
90
- site.crossorigin
91
- -%}
92
- {{
93
- }}
94
- crossorigin="anonymous"
95
- {%-
96
- endif
97
- -%}
98
- />
99
-
100
- {%- if dataToShow.css -%}
101
-
102
- <link
103
- rel="stylesheet"
104
- href="{{dataToShow.css}}"
105
- {%-
106
- if
107
- site.crossorigin
108
- -%}
109
- {{
110
- }}
111
- crossorigin="anonymous"
112
- {%-
113
- endif
114
- -%}
115
- />
116
- {%- else -%}
117
- <link
118
- rel="stylesheet"
119
- href="{{ site.baseurl }}/{% ministamp assets/css/tools.css assets/css/tools.css %}"
120
- {%-
121
- if
122
- site.crossorigin
123
- -%}
124
- {{
125
- }}
126
- crossorigin="anonymous"
127
- {%-
128
- endif
129
- -%}
130
- />
131
-
132
- {%- endif -%} {%- if site.monumetricId -%}
133
-
134
- <link
135
- rel="stylesheet"
136
- href="{{ site.baseurl }}/{% ministamp assets/css/responsive.css assets/css/responsive.css %}"
137
- {%-
138
- if
139
- site.crossorigin
140
- -%}
141
- {{
142
- }}
143
- crossorigin="anonymous"
144
- {%-
145
- endif
146
- -%}
147
- />
148
-
149
- {%- endif -%} {%- if page.layout == "calculator" -%}
150
-
151
- <link
152
- rel="stylesheet"
153
- href="{{ site.baseurl }}/{% ministamp assets/css/calculators.css assets/css/calculators.css %}"
154
- {%-
155
- if
156
- site.crossorigin
157
- -%}
158
- {{
159
- }}
160
- crossorigin="anonymous"
161
- {%-
162
- endif
163
- -%}
164
- />
165
-
166
- {%- endif -%} {%- if page.layout == "home-1" -%}
167
-
168
- <link
169
- rel="stylesheet"
170
- href="{{ site.baseurl }}/{% ministamp assets/css/home-1.css assets/css/home-1.css %}"
171
- {%-
172
- if
173
- site.crossorigin
174
- -%}
175
- {{
176
- }}
177
- crossorigin="anonymous"
178
- {%-
179
- endif
180
- -%}
181
- />
182
-
183
- {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
184
- == "feature-download" -%}
185
-
186
- <link
187
- rel="stylesheet"
188
- href="{{ site.baseurl }}/{% ministamp assets/css/feature-1.css assets/css/feature-1.css %}"
189
- {%-
190
- if
191
- site.crossorigin
192
- -%}
193
- {{
194
- }}
195
- crossorigin="anonymous"
196
- {%-
197
- endif
198
- -%}
199
- />
200
-
201
- {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
202
-
203
- <link
204
- rel="stylesheet"
205
- href="{{ site.baseurl }}/{% ministamp assets/css/common.css assets/css/common.css %}"
206
- {%-
207
- if
208
- site.crossorigin
209
- -%}
210
- {{
211
- }}
212
- crossorigin="anonymous"
213
- {%-
214
- endif
215
- -%}
216
- />
217
-
218
- {%- endif -%} {%- if page.layout == 'imagekit' -%}
219
-
220
- <link
221
- rel="stylesheet"
222
- href="{{ site.baseurl }}/{% ministamp assets/css/imagekit.css assets/css/imagekit.css %}"
223
- {%-
224
- if
225
- site.crossorigin
226
- -%}
227
- {{
228
- }}
229
- crossorigin="anonymous"
230
- {%-
231
- endif
232
- -%}
233
- />
234
-
235
- {%- endif -%} {%- else -%}
236
-
237
- <link
238
- rel="stylesheet"
239
- href="/assets/css/bootstrap.min.css"
240
- {%-
241
- if
242
- site.crossorigin
243
- -%}
244
- {{
245
- }}
246
- crossorigin="anonymous"
247
- {%-
248
- endif
249
- -%}
250
- />
251
-
252
- {%- if dataToShow.css -%}
253
-
254
- <link
255
- rel="stylesheet"
256
- href="{{dataToShow.css}}"
257
- {%-
258
- if
259
- site.crossorigin
260
- -%}
261
- {{
262
- }}
263
- crossorigin="anonymous"
264
- {%-
265
- endif
266
- -%}
267
- />
268
- {%- else -%}
269
- <link
270
- rel="stylesheet"
271
- href="/assets/css/tools.css"
272
- {%-
273
- if
274
- site.crossorigin
275
- -%}
276
- {{
277
- }}
278
- crossorigin="anonymous"
279
- {%-
280
- endif
281
- -%}
282
- />
283
-
284
- {%- endif -%} {%- if site.monumetricId -%}
285
-
286
- <link
287
- rel="stylesheet"
288
- href="/assets/css/responsive.css"
289
- {%-
290
- if
291
- site.crossorigin
292
- -%}
293
- {{
294
- }}
295
- crossorigin="anonymous"
296
- {%-
297
- endif
298
- -%}
299
- />
300
-
301
- {%- endif -%} {%- if page.layout == "calculator" -%}
302
-
303
- <link
304
- rel="stylesheet"
305
- href="/assets/css/calculators.css"
306
- {%-
307
- if
308
- site.crossorigin
309
- -%}
310
- {{
311
- }}
312
- crossorigin="anonymous"
313
- {%-
314
- endif
315
- -%}
316
- />
317
-
318
- {%- endif -%} {%- if page.layout == "home-1" -%}
319
-
320
- <link
321
- rel="stylesheet"
322
- href="/assets/css/home-1.css"
323
- {%-
324
- if
325
- site.crossorigin
326
- -%}
327
- {{
328
- }}
329
- crossorigin="anonymous"
330
- {%-
331
- endif
332
- -%}
333
- />
334
-
335
- {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
336
- == "feature-download" -%}
337
-
338
- <link
339
- rel="stylesheet"
340
- href="/assets/css/feature-1.css"
341
- {%-
342
- if
343
- site.crossorigin
344
- -%}
345
- {{
346
- }}
347
- crossorigin="anonymous"
348
- {%-
349
- endif
350
- -%}
351
- />
352
-
353
- {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
354
-
355
- <link
356
- rel="stylesheet"
357
- href="/assets/css/common.css"
358
- {%-
359
- if
360
- site.crossorigin
361
- -%}
362
- {{
363
- }}
364
- crossorigin="anonymous"
365
- {%-
366
- endif
367
- -%}
368
- />
369
-
370
- {%- endif -%} {%- if page.layout == 'imagekit' -%}
371
-
372
- <link
373
- rel="stylesheet"
374
- href="/assets/css/imagekit.css"
375
- {%-
376
- if
377
- site.crossorigin
378
- -%}
379
- {{
380
- }}
381
- crossorigin="anonymous"
382
- {%-
383
- endif
384
- -%}
385
- />
386
-
387
- {%- endif -%} {%- endif -%}
388
-
389
- <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
390
- <meta property="og:title" content="{{title}}" />
391
- <meta property="og:description" content="{{description}}" />
392
- <meta property="og:type" content="website" />
393
- <meta
394
- data-rh="true"
395
- property="og:url"
396
- content="{{site.url | append: page.url}}"
397
- />
398
- <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
399
- <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
400
- <meta
401
- data-rh="true"
402
- property="twitter:url"
403
- content="{{site.url | append: page.url}}"
404
- />
405
- <meta data-rh="true" name="twitter:title" content="{{title}}" />
406
- <meta data-rh="true" name="twitter:description" content="{{description}}" />
407
- <meta
408
- data-rh="true"
409
- name="twitter:image:src"
410
- content="{{site.url}}{{favicon}}"
411
- />
412
- {% include adsense/adsense.html %} {%- if page.noindex -%}
413
- <meta name="robots" content="noindex" />
414
-
415
- {%- endif -%} {%- if site.pwa -%}
416
-
417
- <link rel="manifest" href="/assets/js/manifest.json" />
418
-
419
- {%- endif -%} {%- if site.internationalization -%} {%- include
420
- alternates/alternates.html -%} {%- endif -%} {% include cssfile/links.html %}
421
-
422
- <script type="application/ld+json">
423
- {
424
- "@context": "http://schema.org",
425
- "@type": "Organization",
426
- "url": "{{ site.siteurl }}",
427
- "logo": "{{ site.siteurl }}{{ site.logo }}"
428
- }
429
- </script>
430
- <script type="application/ld+json">
431
- {
432
- "@context": "http://schema.org",
433
- "@type": "WebSite",
434
- "name": "{{ site.name }}",
435
- "alternateName": "{{ site.alternateName }}",
436
- "url": "{{ site.siteurl }}"
437
- }
438
- </script>
439
- {%- if dataToShow.HOW_TO_CONTENT -%} {%- if dataToShow.HOW_TO_CONTENT.heading
440
- != '' -%} {%- assign HOW_TO_CONTENT = dataToShow.HOW_TO_CONTENT -%}
441
- <script type="application/ld+json">
442
- {
443
- "@context": "http://schema.org",
444
- "@type": "HowTo",
445
- "name": "{{ HOW_TO_CONTENT.heading }}",
446
- {% if HOW_TO_CONTENT.YoutubeVideoUrl %}
447
- "potentialAction": {
448
- "@type": "WatchAction",
449
- "target": {
450
- "@type": "EntryPoint",
451
- "urlTemplate": "{{ HOW_TO_CONTENT.YoutubeVideoUrl }}",
452
- "actionPlatform": [
453
- "http://schema.org/DesktopWebPlatform",
454
- "http://schema.org/AndroidPlatform",
455
- "http://schema.org/IOSPlatform"
456
- ]
457
- }
458
- },
459
- {% else %}
460
- "image": {
461
- "@type": "ImageObject",
462
- "url": "{{ HOW_TO_CONTENT.logoImageUrl }}"
463
- },
464
- {% endif %}
465
- "step": [
466
- {% for step in HOW_TO_CONTENT.steps %}
467
- {
468
- "@type": "HowToStep",
469
- "text": "{{ step }}"
470
- }{% unless forloop.last %},{% endunless %}
471
- {% endfor %}
472
- ]
473
- }
474
- </script>
475
- {%- endif -%} {%- endif -%} {%- if dataToShow.infographics -%} {%- assign
476
- infographics = dataToShow.infographics -%}
477
- <script type="application/ld+json">
478
- {
479
- "@context": "http://schema.org",
480
- "@type": "ItemList",
481
- "name": "Infographics",
482
- "itemListElement": [
483
- {% assign position = 1 %}
484
- {% for infographic in infographics %}
485
- {
486
- "@type": "ListItem",
487
- "position": {{ position }},
488
- "item": {
489
- "@type": "ImageObject",
490
- "name": "Infographic {{ position }}",
491
- "description": "{{ infographic.description }}",
492
- "contentUrl": "{{ infographic.image }}"
493
- }
494
- }{% unless forloop.last %},{% endunless %}
495
- {% assign position = position | plus: 1 %}
496
- {% endfor %}
497
- ]
498
- }
499
- </script>
500
- {%- endif -%} {%- if dataToShow.author -%} {%- include authors/authors.html
501
- -%} {%- assign featureAuthor = dataToShow.author | split: " " -%} {%- assign
502
- author = featureAuthor.first | downcase -%} {%- assign collection = [author]
503
- -%} {%- for item in collection -%} {%- if forloop.index == 1 -%} {%- assign
504
- featureAuthorName = item -%} {%- endif -%} {%- if forloop.index == 2 -%} {%-
505
- assign featureAuthorImage = item -%} {%- endif -%} {%- if forloop.index == 3
506
- -%} {%- assign featureAuthorBio = item -%} {%- endif -%} {%- if forloop.index
507
- == 4 -%} {%- assign featureAuthorTwitter = item -%} {%- endif -%} {%- endfor
508
- -%}
509
- <script type="application/ld+json">
510
- {
511
- "@context": "https://schema.org/",
512
- "@type": "Person",
513
- "name": "{{ featureAuthorName }}",
514
- "url": "{{ site.siteurl }}/authors/{{ featureAuthorName | downcase | replace: ' ', '-' }}",
515
- "image": "{{ site.siteurl }}{{ featureAuthorImage }}",
516
- "sameAs": ["{{ featureAuthorTwitter }}"]
517
- }
518
- </script>
519
- {%- endif -%} {%- if dataToShow.contributors -%} {%- assign
520
- featureContributors = dataToShow.contributors | uniq: 'name' -%} {%- include
521
- authors/authors.html -%}
522
- <script type="application/ld+json">
523
- {
524
- "@context": "https://schema.org/",
525
- "@type": "ItemList",
526
- "name": "Contributors",
527
- "itemListElement": [
528
- {%- for contributor in featureContributors -%}
529
- {%- assign featureContributor = contributor.name | split: " " -%}
530
- {%- assign featureContributor = featureContributor.first | downcase -%}
531
- {%- assign collection = [featureContributor] -%}
532
- {%- for item in collection -%}
533
- {%- if forloop.index == 1 -%}
534
- {%- assign featureContributorName = item -%}
535
- {%- endif -%}
536
- {%- if forloop.index == 2 -%}
537
- {%- assign featureContributorImage = item -%}
538
- {%- endif -%}
539
- {%- if forloop.index == 3 -%}
540
- {%- assign featureContributorBio = item -%}
541
- {%- endif -%}
542
- {%- if forloop.index == 4 -%}
543
- {%- assign featureContributorTwitter = item -%}
544
- {%- endif -%}
545
- {%- endfor -%}
546
- {%- assign showUrl = true -%}
547
-
548
- {%- if featureContributorImage -%}
549
- {%- else -%}
550
- {%- assign featureContributorImage = "/assets/images/contributor.webp" -%}
551
- {%- endif -%}
552
- {%- if featureContributorName -%}
553
- {
554
- "@type": "Person",
555
- "name": "{{ featureContributorName }}",
556
- "position": {{forloop.index}},{%- if showUrl -%}
557
- "url": "{{ site.siteurl }}/authors/{{ featureContributorName | downcase | replace: ' ', '-' }}",
558
- {%- else -%}
559
- "url": "{{ site.siteurl }}/authors",
560
- {%- endif -%}
561
- "image": "{{ site.siteurl }}{{ featureContributorImage }}"{% if featureContributorTwitter != "N/A" and featureContributorTwitter contains "twitter.com" %}
562
- ,"sameAs": ["{{ featureContributorTwitter }}"]
563
- {% endif %}
564
- }{% unless forloop.last %},{% endunless %}
565
- {%- assign featureContributorName = false -%}
566
- {%- endif -%}
567
- {% endfor %}
568
- ]
569
- }
570
- </script>
571
- {%- endif -%} {%- if dataToShow.FAQ -%} {%- if dataToShow.FAQ.first.question
572
- != '' -%}
573
- <script type="application/ld+json">
574
- {
575
- "@context": "http://schema.org",
576
- "@type": "FAQPage",
577
- "mainEntity": [
578
- {%- for item in dataToShow.FAQ -%}
579
- {%- if forloop.last == true -%}
580
- {
581
- "@type": "Question",
582
- "name": "{{ item.question | replace: '"', "'" }}",
583
- "acceptedAnswer": {
584
- "@type": "Answer",
585
- "text": "{{ item.answer | replace: '"', "'" }}"
586
- }
587
- }
588
- {%- else -%}
589
- {
590
- "@type": "Question",
591
- "name": "{{ item.question | replace: '"', "'" }}",
592
- "acceptedAnswer": {
593
- "@type": "Answer",
594
- "text": "{{ item.answer | replace: '"', "'" }}"
595
- }
596
- },
597
- {%- endif -%}
598
- {%- endfor -%}
599
- ]
600
- }
601
- </script>
602
-
603
- {%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
604
- Rating/structureddata.html -%} {%- endif -%} {%- include google-analytics.html
605
- -%} {%- if site.pwa -%}
606
-
607
- <script>
608
- if ("serviceWorker" in navigator) {
609
- window.addEventListener("load", () => {
610
- navigator.serviceWorker
611
- .register("/serviceworker.js")
612
- .then((reg) => console.log("Success: ", reg.scope))
613
- .catch((err) => console.log("Failure: ", err));
614
- });
615
- }
616
- </script>
617
-
618
- {%- endif -%} {%- if site.testmode -%} {%- if page.lang == "hi" -%} {%-
619
- include monumetric/monumetric.html -%} {%- endif -%} {%- else -%} {%- include
620
- monumetric/monumetric.html -%} {%- endif -%} {%- include monumetric/ads.html
621
- -%} {%- if page.layout == "feature" or page.layout == "home" -%} {%- include
622
- monumetric/profitablecpmgate.html -%} {%- endif -%}
623
- </head>
1
+ <head>
2
+ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign
3
+ dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
4
+ dataArr %} {% assign title = dataToShow.TITLE | replace: "$variable",
5
+ page.value | default: page.title | default: site.title %} {% assign
6
+ description = dataToShow.META | replace: "$variable", page.value | default:
7
+ page.description | default: site.description %} {% assign keywords =
8
+ dataToShow.keywords %} {% assign favicon = site.favicon %} {%- assign title =
9
+ title | split: ' ' -%} {%- assign newtitle = '' %} {% for operation in title
10
+ %} {%- if forloop.first -%} {% assign word = operation | capitalize %} {%
11
+ assign newtitle = newtitle | append: word %} {% assign newtitle = newtitle |
12
+ append: " " %} {%- else -%} {% assign word = operation %} {%- if forloop.last
13
+ -%} {% assign newtitle = newtitle | append: word %} {%- else -%} {% assign
14
+ newtitle = newtitle | append: word %} {% assign newtitle = newtitle | append :
15
+ " " %} {%- endif -%} {%- endif -%} {% endfor %} {%- assign description =
16
+ description | split: ' ' -%} {% assign pagedescription = '' %} {% for
17
+ operation in description %} {%- if forloop.first -%} {% assign word =
18
+ operation | capitalize %} {% assign pagedescription = pagedescription | append
19
+ : word %} {% assign pagedescription = pagedescription | append: " " %} {%-
20
+ else -%} {% assign word = operation %} {%- if forloop.last -%} {% assign
21
+ pagedescription = pagedescription | append: word %} {%- else -%} {% assign
22
+ pagedescription = pagedescription | append: word %} {% assign pagedescription
23
+ = pagedescription | append: " " %} {%- endif -%} {%- endif -%} {% endfor %}
24
+ {%- assign title = newtitle -%} {%- assign description = pagedescription -%}
25
+ <meta charset="utf-8" />
26
+ <link rel="shortcut icon" href="{{favicon}}" />
27
+ <meta name="viewport" content="width=device-width" />
28
+
29
+ {%- if page.layout == "aboutUs" -%}
30
+
31
+ <title>{{ site.name }} - About us | {{ title }}</title>
32
+ {% elsif page.layout == "termAndCondition" %}
33
+ <title>{{ site.name }} - Terms and conditions | {{ title }}</title>
34
+ {% elsif page.layout == "disclaimer" %}
35
+ <title>{{ site.name }} - Disclaimer | {{ title }}</title>
36
+ {% elsif page.layout == "privacyPolicy" %}
37
+ <title>{{ site.name }} - Privacy policy | {{ title }}</title>
38
+ {% elsif page.layout == "contactUs" %}
39
+ <title>{{ site.name }} - Contact | {{ title }}</title>
40
+ {% elsif page.layout == "help" %}
41
+ <title>{{ site.name }} - Help | {{ title }}</title>
42
+ {%- else -%}
43
+
44
+ <title>{{ newtitle }}</title>
45
+
46
+ {%- endif -%} {%- if dataToShow.keywords -%}
47
+
48
+ <meta name="keywords" content="{{keywords}}" />
49
+
50
+ {%- endif -%} {%- if page.layout == "aboutUs" -%}
51
+
52
+ <meta
53
+ name="description"
54
+ content="{{site.name}} - About us | {{description}}"
55
+ />
56
+ {% elsif page.layout == "termAndCondition" %}
57
+ <meta
58
+ name="description"
59
+ content="{{site.name}} - Terms and conditions | {{description}}"
60
+ />
61
+ {% elsif page.layout == "disclaimer" %}
62
+ <meta
63
+ name="description"
64
+ content="{{site.name}} - Disclaimer | {{description}}"
65
+ />
66
+ {% elsif page.layout == "privacyPolicy" %}
67
+ <meta
68
+ name="description"
69
+ content="{{site.name}} - Privacy policy | {{description}}"
70
+ />
71
+ {% elsif page.layout == "contactUs" %}
72
+ <meta
73
+ name="description"
74
+ content="{{site.name}} - Contact | {{description}}"
75
+ />
76
+ {%- else -%}
77
+ <meta name="description" content="{{description}}" />
78
+
79
+ {%- endif -%}
80
+
81
+ <link rel="canonical" href="{{site.url | append: page.url}}" />
82
+
83
+ {%- if site.versioning -%}
84
+
85
+ <link
86
+ rel="stylesheet"
87
+ href="{{ site.baseurl }}/{% ministamp assets/css/bootstrap.min.css assets/css/bootstrap.min.css %}"
88
+ {%-
89
+ if
90
+ site.crossorigin
91
+ -%}
92
+ {{
93
+ }}
94
+ crossorigin="anonymous"
95
+ {%-
96
+ endif
97
+ -%}
98
+ />
99
+
100
+ {%- if dataToShow.css -%}
101
+
102
+ <link
103
+ rel="stylesheet"
104
+ href="{{dataToShow.css}}"
105
+ {%-
106
+ if
107
+ site.crossorigin
108
+ -%}
109
+ {{
110
+ }}
111
+ crossorigin="anonymous"
112
+ {%-
113
+ endif
114
+ -%}
115
+ />
116
+ {%- else -%}
117
+ <link
118
+ rel="stylesheet"
119
+ href="{{ site.baseurl }}/{% ministamp assets/css/tools.css assets/css/tools.css %}"
120
+ {%-
121
+ if
122
+ site.crossorigin
123
+ -%}
124
+ {{
125
+ }}
126
+ crossorigin="anonymous"
127
+ {%-
128
+ endif
129
+ -%}
130
+ />
131
+
132
+ {%- endif -%} {%- if site.monumetricId -%}
133
+
134
+ <link
135
+ rel="stylesheet"
136
+ href="{{ site.baseurl }}/{% ministamp assets/css/responsive.css assets/css/responsive.css %}"
137
+ {%-
138
+ if
139
+ site.crossorigin
140
+ -%}
141
+ {{
142
+ }}
143
+ crossorigin="anonymous"
144
+ {%-
145
+ endif
146
+ -%}
147
+ />
148
+
149
+ {%- endif -%} {%- if page.layout == "calculator" -%}
150
+
151
+ <link
152
+ rel="stylesheet"
153
+ href="{{ site.baseurl }}/{% ministamp assets/css/calculators.css assets/css/calculators.css %}"
154
+ {%-
155
+ if
156
+ site.crossorigin
157
+ -%}
158
+ {{
159
+ }}
160
+ crossorigin="anonymous"
161
+ {%-
162
+ endif
163
+ -%}
164
+ />
165
+
166
+ {%- endif -%} {%- if page.layout == "home-1" -%}
167
+
168
+ <link
169
+ rel="stylesheet"
170
+ href="{{ site.baseurl }}/{% ministamp assets/css/home-1.css assets/css/home-1.css %}"
171
+ {%-
172
+ if
173
+ site.crossorigin
174
+ -%}
175
+ {{
176
+ }}
177
+ crossorigin="anonymous"
178
+ {%-
179
+ endif
180
+ -%}
181
+ />
182
+
183
+ {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
184
+ == "feature-download" -%}
185
+
186
+ <link
187
+ rel="stylesheet"
188
+ href="{{ site.baseurl }}/{% ministamp assets/css/feature-1.css assets/css/feature-1.css %}"
189
+ {%-
190
+ if
191
+ site.crossorigin
192
+ -%}
193
+ {{
194
+ }}
195
+ crossorigin="anonymous"
196
+ {%-
197
+ endif
198
+ -%}
199
+ />
200
+
201
+ {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
202
+
203
+ <link
204
+ rel="stylesheet"
205
+ href="{{ site.baseurl }}/{% ministamp assets/css/common.css assets/css/common.css %}"
206
+ {%-
207
+ if
208
+ site.crossorigin
209
+ -%}
210
+ {{
211
+ }}
212
+ crossorigin="anonymous"
213
+ {%-
214
+ endif
215
+ -%}
216
+ />
217
+
218
+ {%- endif -%} {%- if page.layout == 'imagekit' -%}
219
+
220
+ <link
221
+ rel="stylesheet"
222
+ href="{{ site.baseurl }}/{% ministamp assets/css/imagekit.css assets/css/imagekit.css %}"
223
+ {%-
224
+ if
225
+ site.crossorigin
226
+ -%}
227
+ {{
228
+ }}
229
+ crossorigin="anonymous"
230
+ {%-
231
+ endif
232
+ -%}
233
+ />
234
+
235
+ {%- endif -%} {%- else -%}
236
+
237
+ <link
238
+ rel="stylesheet"
239
+ href="/assets/css/bootstrap.min.css"
240
+ {%-
241
+ if
242
+ site.crossorigin
243
+ -%}
244
+ {{
245
+ }}
246
+ crossorigin="anonymous"
247
+ {%-
248
+ endif
249
+ -%}
250
+ />
251
+
252
+ {%- if dataToShow.css -%}
253
+
254
+ <link
255
+ rel="stylesheet"
256
+ href="{{dataToShow.css}}"
257
+ {%-
258
+ if
259
+ site.crossorigin
260
+ -%}
261
+ {{
262
+ }}
263
+ crossorigin="anonymous"
264
+ {%-
265
+ endif
266
+ -%}
267
+ />
268
+ {%- else -%}
269
+ <link
270
+ rel="stylesheet"
271
+ href="/assets/css/tools.css"
272
+ {%-
273
+ if
274
+ site.crossorigin
275
+ -%}
276
+ {{
277
+ }}
278
+ crossorigin="anonymous"
279
+ {%-
280
+ endif
281
+ -%}
282
+ />
283
+
284
+ {%- endif -%} {%- if site.monumetricId -%}
285
+
286
+ <link
287
+ rel="stylesheet"
288
+ href="/assets/css/responsive.css"
289
+ {%-
290
+ if
291
+ site.crossorigin
292
+ -%}
293
+ {{
294
+ }}
295
+ crossorigin="anonymous"
296
+ {%-
297
+ endif
298
+ -%}
299
+ />
300
+
301
+ {%- endif -%} {%- if page.layout == "calculator" -%}
302
+
303
+ <link
304
+ rel="stylesheet"
305
+ href="/assets/css/calculators.css"
306
+ {%-
307
+ if
308
+ site.crossorigin
309
+ -%}
310
+ {{
311
+ }}
312
+ crossorigin="anonymous"
313
+ {%-
314
+ endif
315
+ -%}
316
+ />
317
+
318
+ {%- endif -%} {%- if page.layout == "home-1" -%}
319
+
320
+ <link
321
+ rel="stylesheet"
322
+ href="/assets/css/home-1.css"
323
+ {%-
324
+ if
325
+ site.crossorigin
326
+ -%}
327
+ {{
328
+ }}
329
+ crossorigin="anonymous"
330
+ {%-
331
+ endif
332
+ -%}
333
+ />
334
+
335
+ {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
336
+ == "feature-download" -%}
337
+
338
+ <link
339
+ rel="stylesheet"
340
+ href="/assets/css/feature-1.css"
341
+ {%-
342
+ if
343
+ site.crossorigin
344
+ -%}
345
+ {{
346
+ }}
347
+ crossorigin="anonymous"
348
+ {%-
349
+ endif
350
+ -%}
351
+ />
352
+
353
+ {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
354
+
355
+ <link
356
+ rel="stylesheet"
357
+ href="/assets/css/common.css"
358
+ {%-
359
+ if
360
+ site.crossorigin
361
+ -%}
362
+ {{
363
+ }}
364
+ crossorigin="anonymous"
365
+ {%-
366
+ endif
367
+ -%}
368
+ />
369
+
370
+ {%- endif -%} {%- if page.layout == 'imagekit' -%}
371
+
372
+ <link
373
+ rel="stylesheet"
374
+ href="/assets/css/imagekit.css"
375
+ {%-
376
+ if
377
+ site.crossorigin
378
+ -%}
379
+ {{
380
+ }}
381
+ crossorigin="anonymous"
382
+ {%-
383
+ endif
384
+ -%}
385
+ />
386
+
387
+ {%- endif -%} {%- endif -%}
388
+
389
+ <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
390
+ <meta property="og:title" content="{{title}}" />
391
+ <meta property="og:description" content="{{description}}" />
392
+ <meta property="og:type" content="website" />
393
+ <meta
394
+ data-rh="true"
395
+ property="og:url"
396
+ content="{{site.url | append: page.url}}"
397
+ />
398
+ <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
399
+ <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
400
+ <meta
401
+ data-rh="true"
402
+ property="twitter:url"
403
+ content="{{site.url | append: page.url}}"
404
+ />
405
+ <meta data-rh="true" name="twitter:title" content="{{title}}" />
406
+ <meta data-rh="true" name="twitter:description" content="{{description}}" />
407
+ <meta
408
+ data-rh="true"
409
+ name="twitter:image:src"
410
+ content="{{site.url}}{{favicon}}"
411
+ />
412
+ {% include adsense/adsense.html %} {%- if page.noindex -%}
413
+ <meta name="robots" content="noindex" />
414
+
415
+ {%- endif -%} {%- if site.pwa -%}
416
+
417
+ <link rel="manifest" href="/assets/js/manifest.json" />
418
+
419
+ {%- endif -%} {%- if site.internationalization -%} {%- include
420
+ alternates/alternates.html -%} {%- endif -%} {% include cssfile/links.html %}
421
+
422
+ <script type="application/ld+json">
423
+ {
424
+ "@context": "http://schema.org",
425
+ "@type": "Organization",
426
+ "url": "{{ site.siteurl }}",
427
+ "logo": "{{ site.siteurl }}{{ site.logo }}"
428
+ }
429
+ </script>
430
+ <script type="application/ld+json">
431
+ {
432
+ "@context": "http://schema.org",
433
+ "@type": "WebSite",
434
+ "name": "{{ site.name }}",
435
+ "alternateName": "{{ site.alternateName }}",
436
+ "url": "{{ site.siteurl }}"
437
+ }
438
+ </script>
439
+ {%- if dataToShow.HOW_TO_CONTENT -%} {%- if dataToShow.HOW_TO_CONTENT.heading
440
+ != '' -%} {%- assign HOW_TO_CONTENT = dataToShow.HOW_TO_CONTENT -%}
441
+ <script type="application/ld+json">
442
+ {
443
+ "@context": "http://schema.org",
444
+ "@type": "HowTo",
445
+ "name": "{{ HOW_TO_CONTENT.heading }}",
446
+ {% if HOW_TO_CONTENT.YoutubeVideoUrl %}
447
+ "potentialAction": {
448
+ "@type": "WatchAction",
449
+ "target": {
450
+ "@type": "EntryPoint",
451
+ "urlTemplate": "{{ HOW_TO_CONTENT.YoutubeVideoUrl }}",
452
+ "actionPlatform": [
453
+ "http://schema.org/DesktopWebPlatform",
454
+ "http://schema.org/AndroidPlatform",
455
+ "http://schema.org/IOSPlatform"
456
+ ]
457
+ }
458
+ },
459
+ {% else %}
460
+ "image": {
461
+ "@type": "ImageObject",
462
+ "url": "{{ HOW_TO_CONTENT.logoImageUrl }}"
463
+ },
464
+ {% endif %}
465
+ "step": [
466
+ {% for step in HOW_TO_CONTENT.steps %}
467
+ {
468
+ "@type": "HowToStep",
469
+ "text": "{{ step }}"
470
+ }{% unless forloop.last %},{% endunless %}
471
+ {% endfor %}
472
+ ]
473
+ }
474
+ </script>
475
+ {%- endif -%} {%- endif -%} {%- if dataToShow.infographics -%} {%- assign
476
+ infographics = dataToShow.infographics -%}
477
+ <script type="application/ld+json">
478
+ {
479
+ "@context": "http://schema.org",
480
+ "@type": "ItemList",
481
+ "name": "Infographics",
482
+ "itemListElement": [
483
+ {% assign position = 1 %}
484
+ {% for infographic in infographics %}
485
+ {
486
+ "@type": "ListItem",
487
+ "position": {{ position }},
488
+ "item": {
489
+ "@type": "ImageObject",
490
+ "name": "Infographic {{ position }}",
491
+ "description": "{{ infographic.description }}",
492
+ "contentUrl": "{{ infographic.image }}"
493
+ }
494
+ }{% unless forloop.last %},{% endunless %}
495
+ {% assign position = position | plus: 1 %}
496
+ {% endfor %}
497
+ ]
498
+ }
499
+ </script>
500
+ {%- endif -%} {%- if dataToShow.author -%} {%- include authors/authors.html
501
+ -%} {%- assign featureAuthor = dataToShow.author | split: " " -%} {%- assign
502
+ author = featureAuthor.first | downcase -%} {%- assign collection = [author]
503
+ -%} {%- for item in collection -%} {%- if forloop.index == 1 -%} {%- assign
504
+ featureAuthorName = item -%} {%- endif -%} {%- if forloop.index == 2 -%} {%-
505
+ assign featureAuthorImage = item -%} {%- endif -%} {%- if forloop.index == 3
506
+ -%} {%- assign featureAuthorBio = item -%} {%- endif -%} {%- if forloop.index
507
+ == 4 -%} {%- assign featureAuthorTwitter = item -%} {%- endif -%} {%- endfor
508
+ -%}
509
+ <script type="application/ld+json">
510
+ {
511
+ "@context": "https://schema.org/",
512
+ "@type": "Person",
513
+ "name": "{{ featureAuthorName }}",
514
+ "url": "{{ site.siteurl }}/authors/{{ featureAuthorName | downcase | replace: ' ', '-' }}",
515
+ "image": "{{ site.siteurl }}{{ featureAuthorImage }}",
516
+ "sameAs": ["{{ featureAuthorTwitter }}"]
517
+ }
518
+ </script>
519
+ {%- endif -%} {%- if dataToShow.contributors -%} {%- assign
520
+ featureContributors = dataToShow.contributors | uniq: 'name' -%} {%- include
521
+ authors/authors.html -%}
522
+ <script type="application/ld+json">
523
+ {
524
+ "@context": "https://schema.org/",
525
+ "@type": "ItemList",
526
+ "name": "Contributors",
527
+ "itemListElement": [
528
+ {%- for contributor in featureContributors -%}
529
+ {%- assign featureContributor = contributor.name | split: " " -%}
530
+ {%- assign featureContributor = featureContributor.first | downcase -%}
531
+ {%- assign collection = [featureContributor] -%}
532
+ {%- for item in collection -%}
533
+ {%- if forloop.index == 1 -%}
534
+ {%- assign featureContributorName = item -%}
535
+ {%- endif -%}
536
+ {%- if forloop.index == 2 -%}
537
+ {%- assign featureContributorImage = item -%}
538
+ {%- endif -%}
539
+ {%- if forloop.index == 3 -%}
540
+ {%- assign featureContributorBio = item -%}
541
+ {%- endif -%}
542
+ {%- if forloop.index == 4 -%}
543
+ {%- assign featureContributorTwitter = item -%}
544
+ {%- endif -%}
545
+ {%- endfor -%}
546
+ {%- assign showUrl = true -%}
547
+
548
+ {%- if featureContributorImage -%}
549
+ {%- else -%}
550
+ {%- assign featureContributorImage = "/assets/images/contributor.webp" -%}
551
+ {%- endif -%}
552
+ {%- if featureContributorName -%}
553
+ {
554
+ "@type": "Person",
555
+ "name": "{{ featureContributorName }}",
556
+ "position": {{forloop.index}},{%- if showUrl -%}
557
+ "url": "{{ site.siteurl }}/authors/{{ featureContributorName | downcase | replace: ' ', '-' }}",
558
+ {%- else -%}
559
+ "url": "{{ site.siteurl }}/authors",
560
+ {%- endif -%}
561
+ "image": "{{ site.siteurl }}{{ featureContributorImage }}"{% if featureContributorTwitter != "N/A" and featureContributorTwitter contains "twitter.com" %}
562
+ ,"sameAs": ["{{ featureContributorTwitter }}"]
563
+ {% endif %}
564
+ }{% unless forloop.last %},{% endunless %}
565
+ {%- assign featureContributorName = false -%}
566
+ {%- endif -%}
567
+ {% endfor %}
568
+ ]
569
+ }
570
+ </script>
571
+ {%- endif -%} {%- if dataToShow.FAQ -%} {%- if dataToShow.FAQ.first.question
572
+ != '' -%}
573
+ <script type="application/ld+json">
574
+ {
575
+ "@context": "http://schema.org",
576
+ "@type": "FAQPage",
577
+ "mainEntity": [
578
+ {%- for item in dataToShow.FAQ -%}
579
+ {%- if forloop.last == true -%}
580
+ {
581
+ "@type": "Question",
582
+ "name": "{{ item.question | replace: '"', "'" }}",
583
+ "acceptedAnswer": {
584
+ "@type": "Answer",
585
+ "text": "{{ item.answer | replace: '"', "'" }}"
586
+ }
587
+ }
588
+ {%- else -%}
589
+ {
590
+ "@type": "Question",
591
+ "name": "{{ item.question | replace: '"', "'" }}",
592
+ "acceptedAnswer": {
593
+ "@type": "Answer",
594
+ "text": "{{ item.answer | replace: '"', "'" }}"
595
+ }
596
+ },
597
+ {%- endif -%}
598
+ {%- endfor -%}
599
+ ]
600
+ }
601
+ </script>
602
+
603
+ {%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
604
+ Rating/structureddata.html -%} {%- endif -%} {%- include google-analytics.html
605
+ -%} {%- if site.pwa -%}
606
+
607
+ <script>
608
+ if ("serviceWorker" in navigator) {
609
+ window.addEventListener("load", () => {
610
+ navigator.serviceWorker
611
+ .register("/serviceworker.js")
612
+ .then((reg) => console.log("Success: ", reg.scope))
613
+ .catch((err) => console.log("Failure: ", err));
614
+ });
615
+ }
616
+ </script>
617
+
618
+ {%- endif -%} {%- if site.testmode -%} {%- if page.lang == "hi" -%} {%-
619
+ include monumetric/monumetric.html -%} {%- endif -%} {%- else -%} {%- include
620
+ monumetric/monumetric.html -%} {%- endif -%} {%- include monumetric/ads.html
621
+ -%} {%- if page.layout == "feature" or page.layout == "home" -%} {%- include
622
+ monumetric/profitablecpmgate.html -%} {%- endif -%}
623
+ </head>