word-games-theme 0.1.5 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +61 -54
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +49 -55
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +176 -176
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +100 -119
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -76
  54. data/_includes/section/home2.html +91 -93
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -34
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -13
  67. data/_layouts/page2.html +61 -0
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -134
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -67
  77. data/assets/css/footer.css +95 -94
  78. data/assets/css/home.css +235 -212
  79. data/assets/css/news.css +62 -59
  80. data/assets/css/style.css +399 -375
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/search.svg +1 -0
  93. data/assets/images/star.svg +1 -0
  94. data/assets/images/twitter-square.svg +1 -0
  95. data/assets/images/twitter.svg +1 -0
  96. data/assets/images/twitter2.svg +1 -0
  97. data/assets/images/window-close.png +0 -0
  98. data/assets/images/window-close.svg +1 -0
  99. data/assets/images/word-games-logo.svg +52 -52
  100. data/assets/js/TopScroll.js +8 -8
  101. data/assets/js/X-letter.js +359 -206
  102. data/assets/js/advancedFilter.js +5 -5
  103. data/assets/js/advancedFilter2.js +12 -5
  104. data/assets/js/advancedFilter3.js +2 -2
  105. data/assets/js/scrabbleDictonary.js +165 -165
  106. data/assets/js/wordScrabble.js +511 -368
  107. metadata +21 -8
  108. data/_data/header/hi/data.json +0 -145
@@ -1,32 +1,32 @@
1
- <head>
2
- {% assign favicon = site.favicon %}
3
- {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
4
- {%- if seo_description -%}
5
- {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
6
- {%- endif -%}
7
- {%- if page.date -%}
8
- {%- assign og_type = "article" -%}
9
- {%- else -%}
10
- {%- assign og_type = "website" -%}
11
- {%- endif -%}
12
- <meta charset="UTF-8">
13
- <link rel="shortcut icon" href="{{favicon}}">
14
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
- <meta name="keywords" content="{{site.keyboard}}">
16
- <meta name="description" content="{{ seo_description | slice: 0, 155 }}">
17
- <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
18
- <meta property="og:title" content="{{ page.title | default: site.title }}">
19
- <meta property="og:type" content="{{og_type}}">
20
- <meta property="og:locale" content="en_US">
21
- <meta property="og:site_name" content="{{site.name}}">
22
- <meta property="og:url" content="{{site.url | append: page.url}}">
23
- <meta name="author" content="{{ site.author_name }}">
24
- <title>{{page.title}}</title>
25
- <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
26
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
27
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
28
- <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
29
- <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
30
-
31
- {%- include google-analytics.html -%}
1
+ <head>
2
+ {% assign favicon = site.favicon %}
3
+ {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
4
+ {%- if seo_description -%}
5
+ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
6
+ {%- endif -%}
7
+ {%- if page.date -%}
8
+ {%- assign og_type = "article" -%}
9
+ {%- else -%}
10
+ {%- assign og_type = "website" -%}
11
+ {%- endif -%}
12
+ <meta charset="UTF-8">
13
+ <link rel="shortcut icon" href="{{favicon}}">
14
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
+ <meta name="keywords" content="{{site.keyboard}}">
16
+ <meta name="description" content="{{ seo_description | slice: 0, 155 }}">
17
+ <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
18
+ <meta property="og:title" content="{{ page.title | default: site.title }}">
19
+ <meta property="og:type" content="{{og_type}}">
20
+ <meta property="og:locale" content="en_US">
21
+ <meta property="og:site_name" content="{{site.name}}">
22
+ <meta property="og:url" content="{{site.url | append: page.url}}">
23
+ <meta name="author" content="{{ site.author_name }}">
24
+ <title>{{page.title}}</title>
25
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
26
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
27
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
28
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
29
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
30
+
31
+ {%- include google-analytics.html -%}
32
32
  </head>
@@ -1,11 +1,11 @@
1
- <div id="disqus_thread"></div>
2
- <script>
3
- (function () {
4
- var d = document, s = d.createElement('script');
5
- s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
6
- s.setAttribute('data-timestamp', +new Date());
7
- (d.head || d.body).appendChild(s);
8
- })();
9
- </script>
10
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
1
+ <div id="disqus_thread"></div>
2
+ <script>
3
+ (function () {
4
+ var d = document, s = d.createElement('script');
5
+ s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
6
+ s.setAttribute('data-timestamp', +new Date());
7
+ (d.head || d.body).appendChild(s);
8
+ })();
9
+ </script>
10
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
11
11
  Disqus.</a></noscript>
@@ -1,11 +1,11 @@
1
- <div class="tab_link_wrapper" style="position: relative;">
2
- <div id="tab-scroll" class="tab-scroll flex-row">
3
- <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
4
- style="display: none;">
5
- <div id="tab-container" class="search-container tab_container flex-row">
6
-
7
- </div>
8
- <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
9
- style="display: none;">
10
- </div>
1
+ <div class="tab_link_wrapper" style="position: relative;">
2
+ <div id="tab-scroll" class="tab-scroll flex-row">
3
+ <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
4
+ style="display: none;">
5
+ <div id="tab-container" class="search-container tab_container flex-row">
6
+
7
+ </div>
8
+ <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
9
+ style="display: none;">
10
+ </div>
11
11
  </div>
@@ -1,44 +1,48 @@
1
- <div class="footer-container">
2
- <footer id="footer">
3
- <div class="row">
4
- <div class="col-md-12">
5
- <div class="companyUrl">
6
- <span><a class='txt-color' href="#">{{site.email}}</a></span>
7
- </div>
8
- </div>
9
- <div class="col-md-12">
10
- <div class="phone">
11
- <span><a href="#" class='txt-color'>{{site.phone}}</a></span>
12
- </div>
13
- <hr>
14
- </div>
15
- <div class="col-md-12">
16
- <div class="socialIons">
17
- <ul class="list-items">
18
- <li><a target="_blank" href="{{site.facebook_username}}"><i
19
- class='fab fa-facebook-square'></i></a></li>
20
- <li><a target="_blank" href="{{site.linkedin_username}}"><i class='fab fa-linkedin'></i></a>
21
- </li>
22
- <li><a target="_blank" href="{{site.instagram_username}}"><i class='fab fa-instagram'></i></a>
23
- </li>
24
- <li><a target="_blank" href="{{site.twitter_username}}"><i class='fab fa-twitter'></i></a></li>
25
- </ul>
26
- </div>
27
- </div>
28
-
29
- <div class="col-md-12">
30
- <div class="copyrightTxt">
31
- <span style="font-size: 18px;">{{site.copyright_text}}</span>
32
- </div>
33
- </div>
34
-
35
- <div class="col-md-12">
36
- <div class="pages">
37
- <a href="/terms-and-conditions">Terms and Conditions</a>
38
- <a href="/privacy-policy">Privacy Policy</a>
39
- <a href="/disclaimer">Disclaimer</a>
40
- </div>
41
- </div>
42
- </div>
43
- </footer>
1
+ <div class="footer-container">
2
+ <footer id="footer">
3
+ <div class="row">
4
+ <div class="col-md-12">
5
+ <div class="companyUrl">
6
+ <span><a class='txt-color' href="#">{{site.email}}</a></span>
7
+ </div>
8
+ </div>
9
+ <div class="col-md-12">
10
+ <div class="phone">
11
+ <span><a href="#" class='txt-color'>{{site.phone}}</a></span>
12
+ </div>
13
+ <hr>
14
+ </div>
15
+ <div class="col-md-12">
16
+ <div class="socialIons">
17
+ <ul class="list-items">
18
+ <li><a target="_blank" href="{{site.facebook_username}}">
19
+ <img src="../../assets/images/facebook-square.svg" width="25px"></img></a>
20
+ </li>
21
+ <li><a target="_blank" href="{{site.linkedin_username}}"><img
22
+ src='../../assets/images/linkedin.svg' width="25px"></img></a>
23
+ </li>
24
+ <li><a target="_blank" href="{{site.instagram_username}}"><img
25
+ src='../../assets/images/instagram-square.svg' width="25px"></img></a>
26
+ </li>
27
+ <li><a target="_blank" href="{{site.twitter_username}}"><img
28
+ src='../../assets/images/twitter.svg' width="25px"></img></a></li>
29
+ </ul>
30
+ </div>
31
+ </div>
32
+
33
+ <div class="col-md-12">
34
+ <div class="copyrightTxt">
35
+ <span style="font-size: 18px;">{{site.copyright_text}}</span>
36
+ </div>
37
+ </div>
38
+
39
+ <div class="col-md-12">
40
+ <div class="pages">
41
+ <a href="/terms-and-conditions">Terms and Conditions</a>
42
+ <a href="/privacy-policy">Privacy Policy</a>
43
+ <a href="/disclaimer">Disclaimer</a>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </footer>
44
48
  </div>
@@ -1,23 +1,23 @@
1
- {% if jekyll.environment == 'production' and site.production_google_analytics %}
2
- {%- assign GA_ID = site.production_google_analytics -%}
3
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
4
- <script>
5
- window.dataLayer = window.dataLayer || [];
6
- function gtag() { dataLayer.push(arguments); }
7
- gtag('js', new Date());
8
-
9
- gtag('config', '{{ GA_ID }}');
10
- </script>
11
- {% endif %}
12
-
13
- {% if jekyll.environment == 'development' and site.development_google_analytics %}
14
- {%- assign GA_ID = site.development_google_analytics -%}
15
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
16
- <script>
17
- window.dataLayer = window.dataLayer || [];
18
- function gtag(){dataLayer.push(arguments);}
19
- gtag('js', new Date());
20
-
21
- gtag('config', '{{ GA_ID }}');
22
- </script>
1
+ {% if jekyll.environment == 'production' and site.production_google_analytics %}
2
+ {%- assign GA_ID = site.production_google_analytics -%}
3
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
4
+ <script>
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag() { dataLayer.push(arguments); }
7
+ gtag('js', new Date());
8
+
9
+ gtag('config', '{{ GA_ID }}');
10
+ </script>
11
+ {% endif %}
12
+
13
+ {% if jekyll.environment == 'development' and site.development_google_analytics %}
14
+ {%- assign GA_ID = site.development_google_analytics -%}
15
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
16
+ <script>
17
+ window.dataLayer = window.dataLayer || [];
18
+ function gtag(){dataLayer.push(arguments);}
19
+ gtag('js', new Date());
20
+
21
+ gtag('config', '{{ GA_ID }}');
22
+ </script>
23
23
  {% endif %}
@@ -1,105 +1,109 @@
1
- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
-
5
- <head>
6
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
-
9
- <meta charset="UTF-8">
10
-
11
- {%- if site.keyboard -%}
12
- <meta name="keywords" content="{{site.keyboard}}" />
13
- {%- endif -%}
14
- {% include seo.html %}
15
-
16
- <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
17
-
18
- <link rel="manifest" href="./manifest.json">
19
-
20
-
21
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
22
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
23
-
24
-
25
- <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
26
- <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
27
- <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
28
- <link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
29
- <link rel="stylesheet" href="{{ '/assets/css/about.css' | relative_url }}">
30
- <link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
31
- <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
32
- <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
33
-
34
- <title>
35
- {%- unless page.layout == "home" -%}
36
- {{dataToShow.title }}
37
- {%- endunless -%}
38
- {{ page.title}}</title>
39
-
40
-
41
- <script>
42
- if ('serviceWorker' in navigator) {
43
- window.addEventListener('load', () => {
44
- navigator.serviceWorker.register('./serviceworker.js')
45
- .then((reg) => console.log('Success: ', reg.scope))
46
- .catch((err) => console.log('Failure: ', err));
47
- })
48
- }
49
- </script>
50
-
51
- <script type="application/ld+json">
52
- {
53
- "@context": "http://schema.org",
54
- "@type": "Organization",
55
- "url": "{{site.siteurl}}",
56
- "logo": "{{site.siteurl}}{{site.logo}}"
57
- }
58
- </script>
59
- <script type="application/ld+json">
60
- {
61
- "@context": "http://schema.org",
62
- "@type": "WebSite",
63
- "name": "{{site.name}}",
64
- "alternateName": "{{site.alternateName}}",
65
- "url": "{{site.siteurl}}"}
66
- </script>
67
-
68
- {%- if dataToShow.faqList -%}
69
- {%- if dataToShow.faqList.first.Question !='' -%}
70
- <script type="application/ld+json">
71
- {
72
- "@context": "http://schema.org",
73
- "@type": "FAQPage",
74
- "mainEntity": [
75
- {%- for item in dataToShow.faqList-%}
76
- {%- if forloop.last == true -%}
77
- {"@type": "Question",
78
- "name": "{{item.Question}}",
79
- "acceptedAnswer": {
80
- "@type": "Answer",
81
- "text": "{{item.Answer}}"
82
- }
83
- }
84
- {%- else -%}
85
- {"@type": "Question",
86
- "name": "{{item.Question}}",
87
- "acceptedAnswer": {
88
- "@type": "Answer",
89
- "text": "{{item.Answer}}"
90
- }
91
- },
92
- {%- endif -%}
93
- {%- endfor -%}
94
- ]
95
- }
96
- </script>
97
- {%- endif -%}
98
- {%- endif -%}
99
-
100
- {%- if page.tool -%}
101
- {%- include Rating/structureddata.html -%}
102
- {%- endif -%}
103
- </script>
104
- {%- include google-analytics.html -%}
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <head>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+
9
+ <meta charset="UTF-8">
10
+
11
+ {% include seo.html %}
12
+
13
+ <link rel="canonical" href="{{site.url | append: page.url}}">
14
+
15
+ {%- if site.keyboard -%}
16
+ <meta name="keywords" content="{{site.keyboard}}" />
17
+ {%- endif -%}
18
+
19
+
20
+ <link rel="manifest" href="./manifest.json">
21
+
22
+ <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
23
+
24
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
25
+ <link rel="stylesheet"
26
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
27
+
28
+
29
+ <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
30
+ <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
31
+ <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
32
+ <link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
33
+ <link rel="stylesheet" href="{{ '/assets/css/about.css' | relative_url }}">
34
+ <link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
35
+ <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
36
+ <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
37
+
38
+ <title>
39
+ {%- unless page.layout == "home" -%}
40
+ {{dataToShow.title }}
41
+ {%- endunless -%}
42
+ {{ page.title}}</title>
43
+
44
+
45
+ <script>
46
+ if ('serviceWorker' in navigator) {
47
+ window.addEventListener('load', () => {
48
+ navigator.serviceWorker.register('./serviceworker.js')
49
+ .then((reg) => console.log('Success: ', reg.scope))
50
+ .catch((err) => console.log('Failure: ', err));
51
+ })
52
+ }
53
+ </script>
54
+
55
+ <script type="application/ld+json">
56
+ {
57
+ "@context": "http://schema.org",
58
+ "@type": "Organization",
59
+ "url": "{{site.siteurl}}",
60
+ "logo": "{{site.siteurl}}{{site.favicon}}"
61
+ }
62
+ </script>
63
+ <script type="application/ld+json">
64
+ {
65
+ "@context": "http://schema.org",
66
+ "@type": "WebSite",
67
+ "name": "{{site.name}}",
68
+ "alternateName": "{{site.alternateName}}",
69
+ "url": "{{site.siteurl}}"}
70
+ </script>
71
+
72
+ {%- if dataToShow.faqList -%}
73
+ {%- if dataToShow.faqList.first.Question !='' -%}
74
+ <script type="application/ld+json">
75
+ {
76
+ "@context": "http://schema.org",
77
+ "@type": "FAQPage",
78
+ "mainEntity": [
79
+ {%- for item in dataToShow.faqList-%}
80
+ {%- if forloop.last == true -%}
81
+ {"@type": "Question",
82
+ "name": "{{item.Question}}",
83
+ "acceptedAnswer": {
84
+ "@type": "Answer",
85
+ "text": "{{item.Answer}}"
86
+ }
87
+ }
88
+ {%- else -%}
89
+ {"@type": "Question",
90
+ "name": "{{item.Question}}",
91
+ "acceptedAnswer": {
92
+ "@type": "Answer",
93
+ "text": "{{item.Answer}}"
94
+ }
95
+ },
96
+ {%- endif -%}
97
+ {%- endfor -%}
98
+ ]
99
+ }
100
+ </script>
101
+ {%- endif -%}
102
+ {%- endif -%}
103
+
104
+ {%- if page.tool -%}
105
+ {%- include Rating/structureddata.html -%}
106
+ {%- endif -%}
107
+ </script>
108
+ {%- include google-analytics.html -%}
105
109
  </head>