word-games-theme 0.5.4 → 0.5.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) 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/footer/en/data.json +74 -74
  8. data/_data/footer/hi/data.json +68 -68
  9. data/_data/footer/networksites.json +15 -15
  10. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  11. data/_includes/Monumetric/Monumetric.html +5 -1
  12. data/_includes/Rating/structureddata.html +53 -53
  13. data/_includes/author_bio.html +15 -15
  14. data/_includes/authors/authors.html +27 -27
  15. data/_includes/custom-head.html +3 -5
  16. data/_includes/disqus_comments.html +10 -10
  17. data/_includes/filterWords/index.html +10 -10
  18. data/_includes/google-analytics.html +22 -22
  19. data/_includes/head/index.html +3 -9
  20. data/_includes/header/blogHeader.html +28 -28
  21. data/_includes/paginationBlogPage.html +34 -34
  22. data/_includes/paginationPostPage.html +14 -14
  23. data/_includes/postauthorbio.html +17 -17
  24. data/_includes/postbox.html +29 -29
  25. data/_includes/script.html +13 -13
  26. data/_includes/section/about.html +25 -25
  27. data/_includes/section/alertbar.html +11 -11
  28. data/_includes/section/count.html +23 -23
  29. data/_includes/section/wordGroup.html +6 -6
  30. data/_layouts/allpages.html +5 -2
  31. data/_layouts/autogencontent.html +5 -2
  32. data/_layouts/blog.html +70 -66
  33. data/_layouts/categories.html +25 -25
  34. data/_layouts/default.html +6 -2
  35. data/_layouts/disclaimer.html +115 -115
  36. data/_layouts/page.html +66 -68
  37. data/_layouts/page2.html +3 -2
  38. data/_layouts/post.html +2 -0
  39. data/_layouts/privacyPolicy.html +420 -420
  40. data/_layouts/wordMeaning.html +109 -106
  41. data/_layouts/xyzpages.html +6 -2
  42. data/assets/css/HomePageblog.css +154 -154
  43. data/assets/css/about.css +51 -51
  44. data/assets/css/bootstrap.min.css +9525 -0
  45. data/assets/css/feature.css +69 -69
  46. data/assets/css/footer.css +95 -95
  47. data/assets/css/news.css +62 -62
  48. data/assets/images/angle-arrow-down.svg +43 -43
  49. data/assets/images/right.svg +38 -38
  50. data/assets/images/right2.svg +38 -38
  51. data/assets/images/right3.svg +38 -38
  52. data/assets/images/word-games-logo.svg +52 -52
  53. data/assets/js/TopScroll.js +8 -8
  54. data/assets/js/advancedFilter.js +5 -5
  55. data/assets/js/advancedFilter2.js +12 -12
  56. data/assets/js/advancedFilter3.js +2 -2
  57. data/assets/js/scrabbleDictonary.js +165 -165
  58. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a2c9f010251f5e8f307f4695e973549cef580794ef3473834a1a7b457593ff2
4
- data.tar.gz: 2405f1c5da550af1ebef887d6029e30ec7fcfd4c6885c64e270d4e887db6baf9
3
+ metadata.gz: 01b3026b3d2c635b9a6434ed70bc841a25e36473ba36cf3d74c1d88083b364ca
4
+ data.tar.gz: 04daa7560ed097ac35792a8b826ac56440ba63f57d51bfdc0c08187665796269
5
5
  SHA512:
6
- metadata.gz: 952bb443024c65d9ab4801b2ae2a349e9f4a005b8ff6e2cdc1c72f420f2ccbe06512a626ded27623af809642a6bae2e32db3979816c680ac7d6c220679223722
7
- data.tar.gz: 48d4bded5d3d3c2df3c3b97ecf5e87de478c386653eba87d1576696f975dc3fd01c91fa2c7a8d951968bc34c421c5df77d71185b6c7c2ef8444dd9f579792015
6
+ metadata.gz: b28f21e3b1009d5243df5655dd12f38b37ade81ab656ce75a72229d25a259a0c5892921c0c06b09b3fdf166adcc5323056458ce7f5e01f649cc27eab40219d91
7
+ data.tar.gz: de0e5851f3f8b908f8357889a981c15b84ce5407262c55ebd3dcc1087e3f38de2e0bc24e24baaaea73408299b607c554b3db63b3fccf57f9a78dbdd8625526fb
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2021 vivek-appscms
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 vivek-appscms
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # word-games-theme
2
- common theme for all word-games sites
1
+ # word-games-theme
2
+ common theme for all word-games sites
@@ -1,3 +1,3 @@
1
- ---
2
- span: word-games.com   Never miss a
3
- <b>story</b> from us, subscribe to our newsletter
1
+ ---
2
+ span: word-games.com &nbsp; Never miss a
3
+ <b>story</b> from us, subscribe to our newsletter
data/_data/blog/blog.yml CHANGED
@@ -1,2 +1,2 @@
1
- ---
2
- h1: Wordfinders Blog
1
+ ---
2
+ h1: Wordfinders Blog
data/_data/blog/nav.json CHANGED
@@ -1,14 +1,14 @@
1
- {
2
- "navbarBrandText": "",
3
- "navbarBrandLogo": "/assets/images/word-games-logo.svg",
4
- "navItems": [
5
- {
6
- "name": "Blog",
7
- "url": "blog"
8
- },
9
- {
10
- "name": "",
11
- "url": ""
12
- }
13
- ]
1
+ {
2
+ "navbarBrandText": "",
3
+ "navbarBrandLogo": "/assets/images/word-games-logo.svg",
4
+ "navItems": [
5
+ {
6
+ "name": "Blog",
7
+ "url": "blog"
8
+ },
9
+ {
10
+ "name": "",
11
+ "url": ""
12
+ }
13
+ ]
14
14
  }
@@ -1,75 +1,75 @@
1
- {
2
- "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
- "heading":"We make PDF easy.",
4
- "company":[
5
- {
6
- "name":"About",
7
- "url":"/about"
8
- },
9
- {
10
- "name":"Help",
11
- "url":"/help"
12
- },
13
- {
14
- "name":"Blog",
15
- "url":"/blog"
16
- }
17
- ],
18
- "product":[
19
- {
20
- "name":"Pricing",
21
- "url":"/pricing"
22
- },
23
- {
24
- "name":"Team",
25
- "url":"/team"
26
- },
27
- {
28
- "name":"Developers",
29
- "url":"/developers"
30
- }
31
- ],
32
- "social":[
33
- {
34
- "logo":"/assets/facebook.svg",
35
- "url": "/",
36
- "title":"abc"
37
-
38
- },
39
- {
40
- "logo":"/assets/youtube.svg",
41
- "url": "/",
42
- "title":"abc"
43
- },
44
- {
45
- "logo":"/assets/instagram.svg",
46
- "url": "/",
47
- "title":"abc"
48
-
49
- },
50
- {
51
- "logo":"/assets/linkdin.svg",
52
- "url": "/",
53
- "title":"abc"
54
-
55
- },
56
- {
57
- "logo":"/assets/twitter.svg",
58
- "url": "/",
59
- "title":"abc"
60
-
61
- }
62
- ],
63
- "messege": "© 2021 pdf AG — Made with love for the people of the internet.",
64
- "legal":[
65
- {
66
- "name":"Terms and conditions",
67
- "url":"/terms-and-conditions"
68
- },
69
- {
70
- "name":"Privacy Policy",
71
- "url":"/privacy-policy"
72
- }
73
- ]
74
-
1
+ {
2
+ "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
+ "heading":"We make PDF easy.",
4
+ "company":[
5
+ {
6
+ "name":"About",
7
+ "url":"/about"
8
+ },
9
+ {
10
+ "name":"Help",
11
+ "url":"/help"
12
+ },
13
+ {
14
+ "name":"Blog",
15
+ "url":"/blog"
16
+ }
17
+ ],
18
+ "product":[
19
+ {
20
+ "name":"Pricing",
21
+ "url":"/pricing"
22
+ },
23
+ {
24
+ "name":"Team",
25
+ "url":"/team"
26
+ },
27
+ {
28
+ "name":"Developers",
29
+ "url":"/developers"
30
+ }
31
+ ],
32
+ "social":[
33
+ {
34
+ "logo":"/assets/facebook.svg",
35
+ "url": "/",
36
+ "title":"abc"
37
+
38
+ },
39
+ {
40
+ "logo":"/assets/youtube.svg",
41
+ "url": "/",
42
+ "title":"abc"
43
+ },
44
+ {
45
+ "logo":"/assets/instagram.svg",
46
+ "url": "/",
47
+ "title":"abc"
48
+
49
+ },
50
+ {
51
+ "logo":"/assets/linkdin.svg",
52
+ "url": "/",
53
+ "title":"abc"
54
+
55
+ },
56
+ {
57
+ "logo":"/assets/twitter.svg",
58
+ "url": "/",
59
+ "title":"abc"
60
+
61
+ }
62
+ ],
63
+ "messege": "© 2021 pdf AG — Made with love for the people of the internet.",
64
+ "legal":[
65
+ {
66
+ "name":"Terms and conditions",
67
+ "url":"/terms-and-conditions"
68
+ },
69
+ {
70
+ "name":"Privacy Policy",
71
+ "url":"/privacy-policy"
72
+ }
73
+ ]
74
+
75
75
  }
@@ -1,69 +1,69 @@
1
- {
2
- "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
- "heading":"We make PDF easy.",
4
- "company":[
5
- {
6
- "name":"About",
7
- "url":"/about"
8
-
9
- },
10
- {
11
- "name":"Help",
12
- "url":"/help"
13
-
14
- },
15
- {
16
- "name":"Blog",
17
- "url":"/blog"
18
-
19
- }
20
- ],
21
- "product":[
22
- {
23
- "name":"Pricing",
24
- "url":"/pricing"
25
-
26
- },
27
- {
28
- "name":"Team",
29
- "url":"/team"
30
- },
31
- {
32
- "name":"Developers",
33
- "url":"/developers"
34
-
35
- }
36
- ],
37
- "social":[
38
- {
39
- "logo":"/assets/facebook.svg",
40
- "url": "/",
41
- "title":"abc"
42
-
43
- },
44
- {
45
- "logo":"/assets/youtube.svg",
46
- "url": "/",
47
- "title":"abc"
48
- },
49
- {
50
- "logo":"/assets/instagram.svg",
51
- "url": "/",
52
- "title":"abc"
53
-
54
- },
55
- {
56
- "logo":"/assets/linkdin.svg",
57
- "url": "/",
58
- "title":"abc"
59
-
60
- },
61
- {
62
- "logo":"/assets/twitter.svg",
63
- "url": "/",
64
- "title":"abc"
65
-
66
- }
67
- ],
68
- "messege": "© 2021 pdf AG — Made with love for the people of the internet."
1
+ {
2
+ "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
+ "heading":"We make PDF easy.",
4
+ "company":[
5
+ {
6
+ "name":"About",
7
+ "url":"/about"
8
+
9
+ },
10
+ {
11
+ "name":"Help",
12
+ "url":"/help"
13
+
14
+ },
15
+ {
16
+ "name":"Blog",
17
+ "url":"/blog"
18
+
19
+ }
20
+ ],
21
+ "product":[
22
+ {
23
+ "name":"Pricing",
24
+ "url":"/pricing"
25
+
26
+ },
27
+ {
28
+ "name":"Team",
29
+ "url":"/team"
30
+ },
31
+ {
32
+ "name":"Developers",
33
+ "url":"/developers"
34
+
35
+ }
36
+ ],
37
+ "social":[
38
+ {
39
+ "logo":"/assets/facebook.svg",
40
+ "url": "/",
41
+ "title":"abc"
42
+
43
+ },
44
+ {
45
+ "logo":"/assets/youtube.svg",
46
+ "url": "/",
47
+ "title":"abc"
48
+ },
49
+ {
50
+ "logo":"/assets/instagram.svg",
51
+ "url": "/",
52
+ "title":"abc"
53
+
54
+ },
55
+ {
56
+ "logo":"/assets/linkdin.svg",
57
+ "url": "/",
58
+ "title":"abc"
59
+
60
+ },
61
+ {
62
+ "logo":"/assets/twitter.svg",
63
+ "url": "/",
64
+ "title":"abc"
65
+
66
+ }
67
+ ],
68
+ "messege": "© 2021 pdf AG — Made with love for the people of the internet."
69
69
  }
@@ -1,16 +1,16 @@
1
- {
2
- "networkSites": [
3
- {
4
- "name": "wordswithletters",
5
- "url": "http://wordswithletters.org/"
6
- },
7
- {
8
- "name": "alarmsetter",
9
- "url": "https://alarmsetter.com/"
10
- },
11
- {
12
- "name": "safepdfkit",
13
- "url": "http://safepdfkit.com/"
14
- }
15
- ]
1
+ {
2
+ "networkSites": [
3
+ {
4
+ "name": "wordswithletters",
5
+ "url": "http://wordswithletters.org/"
6
+ },
7
+ {
8
+ "name": "alarmsetter",
9
+ "url": "https://alarmsetter.com/"
10
+ },
11
+ {
12
+ "name": "safepdfkit",
13
+ "url": "http://safepdfkit.com/"
14
+ }
15
+ ]
16
16
  }
@@ -1,56 +1,56 @@
1
- {
2
- "title": "Words with friends word finder ",
3
- "h1": "Words with friends word finder ",
4
-
5
- "meta": "Still thinking of unscrambling words? Use our Words with friends word finder now!",
6
-
7
-
8
- "featureNo": "02",
9
- "feature_title": "Features",
10
-
11
- "blogNo": "03",
12
- "blog_title": "Blog",
13
-
14
- "FaqNo": "04",
15
- "Faq_title": "FAQ",
16
-
17
- "aboutNo": "05",
18
- "about_title": "About",
19
-
20
- "featureList": [
21
- {
22
- "feature_heading": "Words with friends word finder",
23
- "feature_text": "It’s the time of recreation with your fiercest rival and weWords with friends word finder assist you with the words you can get. ",
24
- "fa_class": "far fa-star"
25
- },
26
- {
27
- "feature_heading": "Unearth the excessive scoring words",
28
- "feature_text": "What are the fantastic phrases you can make with these letters? Specially if your rival is doing the same, it is sincerely in your activity to use our Words with friends word finder. That’s how you’ll unearth the excessive scoring words for the win!",
29
- "fa_class": "far fa-star"
30
- },
31
- {
32
- "feature_heading": "Get cheats with friends",
33
- "feature_text": "Get a free access to cheats along with Words with friends word finder for your word games",
34
- "fa_class": "far fa-star"
35
- },
36
- {
37
- "feature_heading": "Responsive website and aesthetic design",
38
- "feature_text": "Using A Tab? A phone? Worry not! It is built in a mobile friendly manner with beautiful UI/UX.",
39
- "fa_class": "far fa-star"
40
- }
41
- ],
42
-
43
-
44
- "faqList":[
45
-
46
- ],
47
- "aboutList":[
48
- {
49
- "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
50
- },
51
- {
52
- "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
53
- }
54
- ]
55
- }
1
+ {
2
+ "title": "Words with friends word finder ",
3
+ "h1": "Words with friends word finder ",
4
+
5
+ "meta": "Still thinking of unscrambling words? Use our Words with friends word finder now!",
6
+
7
+
8
+ "featureNo": "02",
9
+ "feature_title": "Features",
10
+
11
+ "blogNo": "03",
12
+ "blog_title": "Blog",
13
+
14
+ "FaqNo": "04",
15
+ "Faq_title": "FAQ",
16
+
17
+ "aboutNo": "05",
18
+ "about_title": "About",
19
+
20
+ "featureList": [
21
+ {
22
+ "feature_heading": "Words with friends word finder",
23
+ "feature_text": "It’s the time of recreation with your fiercest rival and weWords with friends word finder assist you with the words you can get. ",
24
+ "fa_class": "far fa-star"
25
+ },
26
+ {
27
+ "feature_heading": "Unearth the excessive scoring words",
28
+ "feature_text": "What are the fantastic phrases you can make with these letters? Specially if your rival is doing the same, it is sincerely in your activity to use our Words with friends word finder. That’s how you’ll unearth the excessive scoring words for the win!",
29
+ "fa_class": "far fa-star"
30
+ },
31
+ {
32
+ "feature_heading": "Get cheats with friends",
33
+ "feature_text": "Get a free access to cheats along with Words with friends word finder for your word games",
34
+ "fa_class": "far fa-star"
35
+ },
36
+ {
37
+ "feature_heading": "Responsive website and aesthetic design",
38
+ "feature_text": "Using A Tab? A phone? Worry not! It is built in a mobile friendly manner with beautiful UI/UX.",
39
+ "fa_class": "far fa-star"
40
+ }
41
+ ],
42
+
43
+
44
+ "faqList":[
45
+
46
+ ],
47
+ "aboutList":[
48
+ {
49
+ "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
50
+ },
51
+ {
52
+ "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
53
+ }
54
+ ]
55
+ }
56
56
 
@@ -1,3 +1,7 @@
1
1
  {% if jekyll.environment == 'production' and site.MonumetricID %}
2
- <script type="text/javascript" src="{{site.MonumetricID}}" data-cfasync="false"></script>
2
+ <script type="text/javascript" defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
3
+ {% endif %}
4
+
5
+ {% if jekyll.environment == 'development' and site.MonumetricID %}
6
+ <script type="text/javascript" defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
3
7
  {% endif %}
@@ -1,53 +1,53 @@
1
- {% assign dataArr = site.data.[page.folderName][lang][file] %}
2
- {% assign dataToShow = dataArr %}
3
- {% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
4
- {%- assign tool = page.tool -%}
5
- {%- assign data = site.data.rating.rating.tools -%}
6
- {%- for item in data -%}
7
- {%- if item.name ==tool -%}
8
- {%- assign name = item.name -%}
9
- {%- assign rating = item.rating -%}
10
- {%- assign votes = item.votes -%}
11
- {%- endif -%}
12
- {%- endfor -%}
13
- <script type="application/ld+json">
14
- {
15
- "@context": "http://schema.org",
16
- "@type": "WebApplication",
17
- "operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
18
- "applicationCategory":"UtilitiesApplication",
19
- "name": "{{name}}",
20
- "url":"{{site.url | append: page.url}}",
21
- "image":"{{site.siteurl}}{{site.logo}}",
22
- "aggregateRating": {
23
- "@type": "AggregateRating",
24
- "worstRating":"1",
25
- "bestRating":"5",
26
- "ratingValue":
27
- {%- if rating -%}
28
- {%- if rating=='NaN' -%}
29
- "5"
30
- {%- else -%}
31
- "{{rating}}"
32
- {%- endif -%}
33
- {%- else -%}
34
- "5"
35
- {%- endif -%},
36
- "ratingCount": {%- if votes -%}
37
- {%- if votes== 0 -%}
38
- "1"
39
- {%- else -%}
40
- "{{votes}}"
41
- {%- endif -%}
42
- {%- else -%}
43
- "1"
44
- {%- endif -%}
45
-
46
- },
47
- "offers": {
48
- "@type": "Offer",
49
- "price": "0.00",
50
- "priceCurrency": "USD"
51
- }
52
- }
53
- </script>
1
+ {% assign dataArr = site.data.[page.folderName][lang][file] %}
2
+ {% assign dataToShow = dataArr %}
3
+ {% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
4
+ {%- assign tool = page.tool -%}
5
+ {%- assign data = site.data.rating.rating.tools -%}
6
+ {%- for item in data -%}
7
+ {%- if item.name ==tool -%}
8
+ {%- assign name = item.name -%}
9
+ {%- assign rating = item.rating -%}
10
+ {%- assign votes = item.votes -%}
11
+ {%- endif -%}
12
+ {%- endfor -%}
13
+ <script type="application/ld+json">
14
+ {
15
+ "@context": "http://schema.org",
16
+ "@type": "WebApplication",
17
+ "operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
18
+ "applicationCategory":"UtilitiesApplication",
19
+ "name": "{{name}}",
20
+ "url":"{{site.url | append: page.url}}",
21
+ "image":"{{site.siteurl}}{{site.logo}}",
22
+ "aggregateRating": {
23
+ "@type": "AggregateRating",
24
+ "worstRating":"1",
25
+ "bestRating":"5",
26
+ "ratingValue":
27
+ {%- if rating -%}
28
+ {%- if rating=='NaN' -%}
29
+ "5"
30
+ {%- else -%}
31
+ "{{rating}}"
32
+ {%- endif -%}
33
+ {%- else -%}
34
+ "5"
35
+ {%- endif -%},
36
+ "ratingCount": {%- if votes -%}
37
+ {%- if votes== 0 -%}
38
+ "1"
39
+ {%- else -%}
40
+ "{{votes}}"
41
+ {%- endif -%}
42
+ {%- else -%}
43
+ "1"
44
+ {%- endif -%}
45
+
46
+ },
47
+ "offers": {
48
+ "@type": "Offer",
49
+ "price": "0.00",
50
+ "priceCurrency": "USD"
51
+ }
52
+ }
53
+ </script>