word-games-theme 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) 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 +60 -60
  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 +48 -48
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +175 -175
  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 +99 -92
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -89
  54. data/_includes/section/home2.html +90 -83
  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 -43
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -67
  67. data/_layouts/page2.html +60 -60
  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 -160
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -69
  77. data/assets/css/footer.css +95 -95
  78. data/assets/css/home.css +235 -234
  79. data/assets/css/news.css +62 -62
  80. data/assets/css/style.css +399 -386
  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/star.svg +1 -0
  93. data/assets/images/twitter-square.svg +1 -0
  94. data/assets/images/twitter.svg +1 -0
  95. data/assets/images/twitter2.svg +1 -0
  96. data/assets/images/window-close.png +0 -0
  97. data/assets/images/window-close.svg +1 -0
  98. data/assets/images/word-games-logo.svg +52 -52
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/X-letter.js +359 -359
  101. data/assets/js/advancedFilter.js +5 -5
  102. data/assets/js/advancedFilter2.js +12 -12
  103. data/assets/js/advancedFilter3.js +2 -2
  104. data/assets/js/scrabbleDictonary.js +165 -165
  105. data/assets/js/wordScrabble.js +511 -510
  106. metadata +19 -8
  107. data/_data/header/hi/data.json +0 -145
@@ -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,71 +1,68 @@
1
- {
2
- "navbarBrandText": "",
3
- "navbarBrandLogo": "/assets/images/word-games-logo.svg",
4
-
5
- "more": [
6
- {
7
- "name": "Anagram word finder",
8
- "url": "/anagram-word-finder"
9
- },
10
- {
11
- "name": "Jumble word finder",
12
- "url": "/jumble-word-finder"
13
- },
14
- {
15
- "name": "Lexical word finder",
16
- "url": "/lexical-word-finder"
17
- },
18
- {
19
- "name": "Scrabble word finder cheat",
20
- "url": "/scrabble-word-finder-cheat"
21
- },
22
- {
23
- "name": "Words with friends word",
24
- "url": "/words-with-friends-word-finder"
25
- },
26
- {
27
- "name": "Thirteen letter word finder",
28
- "url": "/thirteen-letter-word-finder"
29
- },
30
- {
31
- "name": "Twelve letter word finder",
32
- "url": "/twelve-letter-word-finder"
33
- },
34
- {
35
- "name": "Ten letter word finder",
36
- "url": "/ten-letter-word-finder"
37
- },
38
- {
39
- "name": "Nine letter word finder",
40
- "url": "/nine-letter-word-finder"
41
- },
42
- {
43
- "name": "Eight letter word finder",
44
- "url": "/eight-letter-word-finder"
45
- },
46
- {
47
- "name": "Seven letter word finder",
48
- "url": "/seven-letter-word-finder"
49
- },
50
- {
51
- "name": "Six letter word finder",
52
- "url": "/six-letter-word-finder"
53
- },
54
- {
55
- "name": "Five letter word finder",
56
- "url": "/five-letter-word-finder"
57
- },
58
- {
59
- "name": "Four letter word finder",
60
- "url": "/four-letter-word-finder"
61
- },
62
- {
63
- "name": "Three letter word finder",
64
- "url": "/three-letter-word-finder"
65
- },
66
- {
67
- "name": "Two letter word finder",
68
- "url": "/two-letter-word-finder"
69
- },
70
- ]
71
- }
1
+ {
2
+ "more": [
3
+ {
4
+ "name": "Anagram word finder",
5
+ "url": "/anagram-word-finder"
6
+ },
7
+ {
8
+ "name": "Jumble word finder",
9
+ "url": "/jumble-word-finder"
10
+ },
11
+ {
12
+ "name": "Lexical word finder",
13
+ "url": "/lexical-word-finder"
14
+ },
15
+ {
16
+ "name": "Scrabble word finder cheat",
17
+ "url": "/scrabble-word-finder-cheat"
18
+ },
19
+ {
20
+ "name": "Words with friends word",
21
+ "url": "/words-with-friends-word-finder"
22
+ },
23
+ {
24
+ "name": "Thirteen letter word finder",
25
+ "url": "/thirteen-letter-word-finder"
26
+ },
27
+ {
28
+ "name": "Twelve letter word finder",
29
+ "url": "/twelve-letter-word-finder"
30
+ },
31
+ {
32
+ "name": "Ten letter word finder",
33
+ "url": "/ten-letter-word-finder"
34
+ },
35
+ {
36
+ "name": "Nine letter word finder",
37
+ "url": "/nine-letter-word-finder"
38
+ },
39
+ {
40
+ "name": "Eight letter word finder",
41
+ "url": "/eight-letter-word-finder"
42
+ },
43
+ {
44
+ "name": "Seven letter word finder",
45
+ "url": "/seven-letter-word-finder"
46
+ },
47
+ {
48
+ "name": "Six letter word finder",
49
+ "url": "/six-letter-word-finder"
50
+ },
51
+ {
52
+ "name": "Five letter word finder",
53
+ "url": "/five-letter-word-finder"
54
+ },
55
+ {
56
+ "name": "Four letter word finder",
57
+ "url": "/four-letter-word-finder"
58
+ },
59
+ {
60
+ "name": "Three letter word finder",
61
+ "url": "/three-letter-word-finder"
62
+ },
63
+ {
64
+ "name": "Two letter word finder",
65
+ "url": "/two-letter-word-finder"
66
+ }
67
+ ]
68
+ }
@@ -1,49 +1,49 @@
1
- {
2
- "title": "Anagram word finder",
3
- "h1": "Anagram word finder",
4
- "meta": "Still thinking of unscrambling words and anagrams ? Use our anagram finder now!",
5
- "featureNo": "02",
6
- "feature_title": "Features",
7
- "blogNo": "03",
8
- "blog_title": "Blog",
9
- "FaqNo": "04",
10
- "Faq_title": "FAQ",
11
- "aboutNo": "05",
12
- "about_title": "About",
13
- "featureList": [
14
- {
15
- "feature_heading": "Our Anagram solver and word finder for your word games",
16
- "feature_text": "Take an ordinary word and rearrange the letters. That's an anagram. The anagram word finder compares these letters to all the possible words those letters of another could make.",
17
- "fa_class": "far fa-star"
18
- },
19
- {
20
- "feature_heading": "Where to use this Anagram word finder?",
21
- "feature_text": "You can use this anagram solver for the Scrabble crossword game, facebook games like Wordscraper, Scrabulous, Lexulous and many other wrd games.",
22
- "fa_class": "far fa-star"
23
- },
24
- {
25
- "feature_heading": "How this Anagram solver works?",
26
- "feature_text": "Take the word “painter” which on anagramming becomes, “repaint” by moving the suffix to the beginning. In the same way, the letters could be rearranged to make the word “pertain”.",
27
- "fa_class": "far fa-star"
28
- },
29
- {
30
- "feature_heading": "Supports a number of dictionaries",
31
- "feature_text": "We love to play Scrabble and understand all the fine details. We will find all valid words from dictionaries of your choice along with their scores.",
32
- "fa_class": "far fa-star"
33
- }
34
- ],
35
- "faqList": [
36
- {
37
- "Question": "",
38
- "Answer": ""
39
- }
40
- ],
41
- "aboutList": [
42
- {
43
- "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!"
44
- },
45
- {
46
- "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!"
47
- }
48
- ]
1
+ {
2
+ "title": "Anagram word finder",
3
+ "h1": "Anagram word finder",
4
+ "meta": "Still thinking of unscrambling words and anagrams ? Use our anagram finder now!",
5
+ "featureNo": "02",
6
+ "feature_title": "Features",
7
+ "blogNo": "03",
8
+ "blog_title": "Blog",
9
+ "FaqNo": "04",
10
+ "Faq_title": "FAQ",
11
+ "aboutNo": "05",
12
+ "about_title": "About",
13
+ "featureList": [
14
+ {
15
+ "feature_heading": "Our Anagram solver and word finder for your word games",
16
+ "feature_text": "Take an ordinary word and rearrange the letters. That's an anagram. The anagram word finder compares these letters to all the possible words those letters of another could make.",
17
+ "fa_class": "../assets/images/star.svg"
18
+ },
19
+ {
20
+ "feature_heading": "Where to use this Anagram word finder?",
21
+ "feature_text": "You can use this anagram solver for the Scrabble crossword game, facebook games like Wordscraper, Scrabulous, Lexulous and many other wrd games.",
22
+ "fa_class": "../assets/images/star.svg"
23
+ },
24
+ {
25
+ "feature_heading": "How this Anagram solver works?",
26
+ "feature_text": "Take the word “painter” which on anagramming becomes, “repaint” by moving the suffix to the beginning. In the same way, the letters could be rearranged to make the word “pertain”.",
27
+ "fa_class": "../assets/images/star.svg"
28
+ },
29
+ {
30
+ "feature_heading": "Supports a number of dictionaries",
31
+ "feature_text": "We love to play Scrabble and understand all the fine details. We will find all valid words from dictionaries of your choice along with their scores.",
32
+ "fa_class": "../assets/images/star.svg"
33
+ }
34
+ ],
35
+ "faqList": [
36
+ {
37
+ "Question": "",
38
+ "Answer": ""
39
+ }
40
+ ],
41
+ "aboutList": [
42
+ {
43
+ "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!"
44
+ },
45
+ {
46
+ "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!"
47
+ }
48
+ ]
49
49
  }
@@ -1,224 +1,224 @@
1
- {
2
- "title": "Eight letter word finder ",
3
- "h1": "Eight letter word finder ",
4
- "meta": "Worried with an Eight popping up in your word game? Use our Eight letter word finder now itself!",
5
- "featureNo": "02",
6
- "feature_title": "Features",
7
- "blogNo": "03",
8
- "blog_title": "Blog",
9
- "FaqNo": "04",
10
- "Faq_title": "FAQ",
11
- "aboutNo": "05",
12
- "about_title": "About",
13
- "featureList": [
14
- {
15
- "feature_heading": "Bring a turning point in your game with Eight letter word finder ",
16
- "feature_text": "Often this letter Eight comes a lot in word games. But the main thing is that these words can sometimes be highly scoring. To help you score more, we have designed this Eight letter word finder ",
17
- "fa_class": "far fa-star"
18
- },
19
- {
20
- "feature_heading": "Find any numbered word with letter Eight in it",
21
- "feature_text": "Eight letter word finder lets you find all {Eight in words} letter words with given letters whether it's a four lettered, fine-lettered or even seven-lettered word.",
22
- "fa_class": "far fa-star"
23
- },
24
- {
25
- "feature_heading": "Supports a number of dictionaries",
26
- "feature_text": "We love to play Scrabble and understand all the fine details. We will find all valid words from dictionaries of your choice along with their scores.",
27
- "fa_class": "far fa-star"
28
- }
29
- ],
30
- "faqList": [
31
- {
32
- "Question": "How many 8 letter words can you find with letters 'JSALKAYW' using our 8 letter word finder?",
33
- "Answer": "Using our 8 letter word finder, for the letters 'JSALKAYW' ,you can find following word jaywalks"
34
- },
35
- {
36
- "Question": "How many 8 letter words can you find with letters 'AZIDENFY' using our 8 letter word finder?",
37
- "Answer": "Using our 8 letter word finder, for the letters 'AZIDENFY' ,you can find following word denazify"
38
- },
39
- {
40
- "Question": "How many 8 letter words can you find with letters 'UVEMIQHE' using our 8 letter word finder?",
41
- "Answer": "Using our 8 letter word finder, for the letters 'UVEMIQHE', you can find following word vehmique"
42
- },
43
- {
44
- "Question": "How many 8 letter words can you find with letters 'AHSJAWKA' using our 8 letter word finder?",
45
- "Answer": "Using our 8 letter word finder, for the letters 'AHSJAWKA', you can find following word kajawahs"
46
- },
47
- {
48
- "Question": "How many 8 letter words can you find with letters 'XQUINCUN' using our 8 letter word finder?",
49
- "Answer": "Using our 8 letter word finder, for the letters 'XQUINCUN', you can find following word quincunx"
50
- },
51
- {
52
- "Question": "How many 8 letter words can you find with letters 'ZZLESWOS' using our 8 letter word finder?",
53
- "Answer": "Using our 8 letter word finder, for the letters 'ZZLESWOS' ,you can find following word swozzles"
54
- },
55
- {
56
- "Question": "How many 8 letter words can you find with letters 'FOARKXSH' using our 8 letter word finder?",
57
- "Answer": "Using our 8 letter word finder, for the letters 'FOARKXSH', you can find following word foxshark"
58
- },
59
- {
60
- "Question": "How many 8 letter words can you find with letters 'CFHECKOF' using our 8 letter word finder?",
61
- "Answer": "Using our 8 letter word finder, for the letters 'CFHECKOF' ,you can find following word checkoff "
62
- },
63
- {
64
- "Question": "How many 8 letter words can you find with letters 'YAHMBJAI' using our 8 letter word finder?",
65
- "Answer": "Using our 8 letter word finder, for the letters 'YAHMBJAI', you can find following word jambiyah"
66
- },
67
- {
68
- "Question": "How many 8 letter words can you find with letters 'EZAALTSZ' using our 8 letter word finder?",
69
- "Answer": "Using our 8 letter word finder, for the letters 'EZAALTSZ' ,you can find following word altezzas"
70
- },
71
- {
72
- "Question": "What are some Top scoring 8 letter scrabble word ? ",
73
- "Answer": "Some top scoring 8 letter scrabble words are BEZIQUES ,CAZIQUES ,ZWIEBACK,MEZQUITE ,HIGHJACK ,SCHMALZY,JACKFISH ,JAROVIZE,SQUEEZED SCHMOOZY ,QUADPLEX ,JACQUARD "
74
- },
75
- {
76
- "Question": "Is there a 8 letter scrabble word that end with C ?",
77
- "Answer": "Some 8 letter scrabble words that end with C are bathetic,bauxitic,beatific,benzylic,bicyclic,biogenic,biologic,biolytic,bionomic,biotitic"
78
- },
79
- {
80
- "Question": "Is there a 8 letter scrabble word that end with Z ?",
81
- "Answer": "Some 8 letter scrabble words that end with Z are barometz,exahertz,razmataz,schmaltz,solonetz,spetsnaz,spetznaz,strelitz"
82
- },
83
- {
84
- "Question": "What are 8 letter words that start with p?",
85
- "Answer": "Some 8 letter scrabble words that start with P are powerful, Penelope, pristine, popsicle, playmate, playlist, prophase, platinum, property, poultice, Pentagon, plankton, prospect, products"
86
- },
87
- {
88
- "Question": "What are 8 letter words that start with A?",
89
- "Answer": "Some 8 letter scrabble words that start with A are applique,abjuring ,activize ,adequacy,asphyxia ,,abjectly ,activize ,affixing ,agryzing,allozyme "
90
- },
91
- {
92
- "Question": "How many 8 letter words are there in English?",
93
- "Answer": "There are 80,000 plus eight letter words in English."
94
- },
95
- {
96
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'FILUIDZE'?",
97
- "Answer": "Some 8 letter words that can be created from jumble word 'FILUIDZE' is fluidize "
98
- },
99
- {
100
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'KTBACCHA'?",
101
- "Answer": "Some 8 letter words that can be created from jumble word 'KTBACCHA' is backchat "
102
- },
103
- {
104
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'AMSZNYIS'?",
105
- "Answer": "Some 8 letter words that can be created from jumble word 'AMSZNYIS' is zanyisms "
106
- },
107
- {
108
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'BEQSBUID'?",
109
- "Answer": "Some 8 letter words that can be created from jumble word 'BEQSBUID' is squibbed "
110
- },
111
- {
112
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'SCHOSERZ'?",
113
- "Answer": "Some 8 letter words that can be created from jumble word 'SCHOSERZ' is scherzos "
114
- },
115
- {
116
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'QHESUAIC'?",
117
- "Answer": "Some 8 letter words that can be created from jumble word 'QHESUAIC' is quaiches "
118
- },
119
- {
120
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'ELPAQOUY'?",
121
- "Answer": "Some 8 letter words that can be created from jumble word 'ELPAQOUY' is opaquely "
122
- },
123
- {
124
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'KOSLKHYO'?",
125
- "Answer": "Some 8 letter words that can be created from jumble word 'KOSLKHYO' is kolkhosy "
126
- },
127
- {
128
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'IBLAZMED?",
129
- "Answer": "Some 8 letter words that can be created from jumble word 'IBLAZMED' is imblazed"
130
- },
131
- {
132
- "Question": "How many meaningful 8 letter words can be created by solving jumble word 'HEOMINIZ'?",
133
- "Answer": "Some 8 letter words that can be created from jumble word 'HEOMINIZ' is hominize"
134
- },
135
- {
136
- "Question": "Is flyspeck a 8 letter valid scrabble word?",
137
- "Answer": "Yes, flyspeck is a 8 letter valid scrabble word"
138
- },
139
- {
140
- "Question": "Is duckwalk a 8 letter valid scrabble word?",
141
- "Answer": "Yes, duckwalk is a 8 letter valid scrabble word"
142
- },
143
- {
144
- "Question": "Is chiffony a 8 letter valid scrabble word?",
145
- "Answer": "Yes, chiffony is a 8 letter valid scrabble word"
146
- },
147
- {
148
- "Question": "Is bethwack a 8 letter valid scrabble word?",
149
- "Answer": "Yes, bethwack is a 8 letter valid scrabble word"
150
- },
151
- {
152
- "Question": "Is aphetize a 8 letter valid scrabble word?",
153
- "Answer": "Yes, aphetize is a 8 letter valid scrabble word"
154
- },
155
- {
156
- "Question": "Is quitched a 8 letter valid scrabble word?",
157
- "Answer": "Yes, quitched is a 8 letter valid scrabble word"
158
- },
159
- {
160
- "Question": "Is gazumped a 8 letter valid scrabble word?",
161
- "Answer": "Yes, gazumped is a 8 letter valid scrabble word"
162
- },
163
- {
164
- "Question": "Is zelatrix a 8 letter valid scrabble word?",
165
- "Answer": "Yes, zelatrix is a 8 letter valid scrabble word"
166
- },
167
- {
168
- "Question": "Is polyzoic a 8 letter valid scrabble word?",
169
- "Answer": "Yes, polyzoic is a 8 letter valid scrabble word"
170
- },
171
- {
172
- "Question": "Is hawkshaw a 8 letter valid scrabble word?",
173
- "Answer": "Yes, hawkshaw is a 8 letter valid scrabble word"
174
- },
175
- {
176
- "Question": "How many 8 letter words can you find with letters 'JSALKAYW' using a word finder?",
177
- "Answer": "8 letter words that you can find from letters 'JSALKAYW' is jaywalks"
178
- },
179
- {
180
- "Question": "How many 8 letter words can you find with letters 'AZIDENFY' using a word finder?",
181
- "Answer": "8 letter words that you can find from letters 'AZIDENFY' is denazify"
182
- },
183
- {
184
- "Question": "How many 8 letter words can you find with letters 'UVEMIQHE' using a word finder?",
185
- "Answer": "8 letter words that you can find from letters 'UVEMIQHE' is vehmique."
186
- },
187
- {
188
- "Question": "How many 8 letter words can you find with letters 'AHSJAWKA' using a word finder?",
189
- "Answer": "8 letter words that you can find from letters 'AHSJAWKA' is kajawahs"
190
- },
191
- {
192
- "Question": "How many 8 letter words can you find with letters 'XQUINCUN' using a word finder?",
193
- "Answer": "8 letter words that you can find from letters 'XQUINCUN' is quincunx"
194
- },
195
- {
196
- "Question": "How many 8 letter words can you find with letters 'ZZLESWOS' using a word finder?",
197
- "Answer": "8 letter words that you can find from letters 'ZZLESWOS' is swozzles"
198
- },
199
- {
200
- "Question": "How many 8 letter words can you find with letters 'FOARKXSH' using a word finder?",
201
- "Answer": "8 letter words that you can find from letters 'FOARKXSH' is foxshark"
202
- },
203
- {
204
- "Question": "How many 8 letter words can you find with letters 'CFHECKOF' using a word finder?",
205
- "Answer": "8 letter words that you can find from letters 'CFHECKOF' is checkoff "
206
- },
207
- {
208
- "Question": "How many 8 letter words can you find with letters 'YAHMBJAI' using a word finder?",
209
- "Answer": "8 letter words that you can find from letters 'YAHMBJAI' is jambiyah"
210
- },
211
- {
212
- "Question": "How many 8 letter words can you find with letters 'EZAALTSZ' using a word finder?",
213
- "Answer": "8 letter words that you can find from letters 'EZAALTSZ' is altezzas"
214
- }
215
- ],
216
- "aboutList": [
217
- {
218
- "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!"
219
- },
220
- {
221
- "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!"
222
- }
223
- ]
1
+ {
2
+ "title": "Eight letter word finder ",
3
+ "h1": "Eight letter word finder ",
4
+ "meta": "Worried with an Eight popping up in your word game? Use our Eight letter word finder now itself!",
5
+ "featureNo": "02",
6
+ "feature_title": "Features",
7
+ "blogNo": "03",
8
+ "blog_title": "Blog",
9
+ "FaqNo": "04",
10
+ "Faq_title": "FAQ",
11
+ "aboutNo": "05",
12
+ "about_title": "About",
13
+ "featureList": [
14
+ {
15
+ "feature_heading": "Bring a turning point in your game with Eight letter word finder ",
16
+ "feature_text": "Often this letter Eight comes a lot in word games. But the main thing is that these words can sometimes be highly scoring. To help you score more, we have designed this Eight letter word finder ",
17
+ "fa_class": "../assets/images/star.svg"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Eight in it",
21
+ "feature_text": "Eight letter word finder lets you find all {Eight in words} letter words with given letters whether it's a four lettered, fine-lettered or even seven-lettered word.",
22
+ "fa_class": "../assets/images/star.svg"
23
+ },
24
+ {
25
+ "feature_heading": "Supports a number of dictionaries",
26
+ "feature_text": "We love to play Scrabble and understand all the fine details. We will find all valid words from dictionaries of your choice along with their scores.",
27
+ "fa_class": "../assets/images/star.svg"
28
+ }
29
+ ],
30
+ "faqList": [
31
+ {
32
+ "Question": "How many 8 letter words can you find with letters 'JSALKAYW' using our 8 letter word finder?",
33
+ "Answer": "Using our 8 letter word finder, for the letters 'JSALKAYW' ,you can find following word jaywalks"
34
+ },
35
+ {
36
+ "Question": "How many 8 letter words can you find with letters 'AZIDENFY' using our 8 letter word finder?",
37
+ "Answer": "Using our 8 letter word finder, for the letters 'AZIDENFY' ,you can find following word denazify"
38
+ },
39
+ {
40
+ "Question": "How many 8 letter words can you find with letters 'UVEMIQHE' using our 8 letter word finder?",
41
+ "Answer": "Using our 8 letter word finder, for the letters 'UVEMIQHE', you can find following word vehmique"
42
+ },
43
+ {
44
+ "Question": "How many 8 letter words can you find with letters 'AHSJAWKA' using our 8 letter word finder?",
45
+ "Answer": "Using our 8 letter word finder, for the letters 'AHSJAWKA', you can find following word kajawahs"
46
+ },
47
+ {
48
+ "Question": "How many 8 letter words can you find with letters 'XQUINCUN' using our 8 letter word finder?",
49
+ "Answer": "Using our 8 letter word finder, for the letters 'XQUINCUN', you can find following word quincunx"
50
+ },
51
+ {
52
+ "Question": "How many 8 letter words can you find with letters 'ZZLESWOS' using our 8 letter word finder?",
53
+ "Answer": "Using our 8 letter word finder, for the letters 'ZZLESWOS' ,you can find following word swozzles"
54
+ },
55
+ {
56
+ "Question": "How many 8 letter words can you find with letters 'FOARKXSH' using our 8 letter word finder?",
57
+ "Answer": "Using our 8 letter word finder, for the letters 'FOARKXSH', you can find following word foxshark"
58
+ },
59
+ {
60
+ "Question": "How many 8 letter words can you find with letters 'CFHECKOF' using our 8 letter word finder?",
61
+ "Answer": "Using our 8 letter word finder, for the letters 'CFHECKOF' ,you can find following word checkoff "
62
+ },
63
+ {
64
+ "Question": "How many 8 letter words can you find with letters 'YAHMBJAI' using our 8 letter word finder?",
65
+ "Answer": "Using our 8 letter word finder, for the letters 'YAHMBJAI', you can find following word jambiyah"
66
+ },
67
+ {
68
+ "Question": "How many 8 letter words can you find with letters 'EZAALTSZ' using our 8 letter word finder?",
69
+ "Answer": "Using our 8 letter word finder, for the letters 'EZAALTSZ' ,you can find following word altezzas"
70
+ },
71
+ {
72
+ "Question": "What are some Top scoring 8 letter scrabble word ? ",
73
+ "Answer": "Some top scoring 8 letter scrabble words are BEZIQUES ,CAZIQUES ,ZWIEBACK,MEZQUITE ,HIGHJACK ,SCHMALZY,JACKFISH ,JAROVIZE,SQUEEZED SCHMOOZY ,QUADPLEX ,JACQUARD "
74
+ },
75
+ {
76
+ "Question": "Is there a 8 letter scrabble word that end with C ?",
77
+ "Answer": "Some 8 letter scrabble words that end with C are bathetic,bauxitic,beatific,benzylic,bicyclic,biogenic,biologic,biolytic,bionomic,biotitic"
78
+ },
79
+ {
80
+ "Question": "Is there a 8 letter scrabble word that end with Z ?",
81
+ "Answer": "Some 8 letter scrabble words that end with Z are barometz,exahertz,razmataz,schmaltz,solonetz,spetsnaz,spetznaz,strelitz"
82
+ },
83
+ {
84
+ "Question": "What are 8 letter words that start with p?",
85
+ "Answer": "Some 8 letter scrabble words that start with P are powerful, Penelope, pristine, popsicle, playmate, playlist, prophase, platinum, property, poultice, Pentagon, plankton, prospect, products"
86
+ },
87
+ {
88
+ "Question": "What are 8 letter words that start with A?",
89
+ "Answer": "Some 8 letter scrabble words that start with A are applique,abjuring ,activize ,adequacy,asphyxia ,,abjectly ,activize ,affixing ,agryzing,allozyme "
90
+ },
91
+ {
92
+ "Question": "How many 8 letter words are there in English?",
93
+ "Answer": "There are 80,000 plus eight letter words in English."
94
+ },
95
+ {
96
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'FILUIDZE'?",
97
+ "Answer": "Some 8 letter words that can be created from jumble word 'FILUIDZE' is fluidize "
98
+ },
99
+ {
100
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'KTBACCHA'?",
101
+ "Answer": "Some 8 letter words that can be created from jumble word 'KTBACCHA' is backchat "
102
+ },
103
+ {
104
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'AMSZNYIS'?",
105
+ "Answer": "Some 8 letter words that can be created from jumble word 'AMSZNYIS' is zanyisms "
106
+ },
107
+ {
108
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'BEQSBUID'?",
109
+ "Answer": "Some 8 letter words that can be created from jumble word 'BEQSBUID' is squibbed "
110
+ },
111
+ {
112
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'SCHOSERZ'?",
113
+ "Answer": "Some 8 letter words that can be created from jumble word 'SCHOSERZ' is scherzos "
114
+ },
115
+ {
116
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'QHESUAIC'?",
117
+ "Answer": "Some 8 letter words that can be created from jumble word 'QHESUAIC' is quaiches "
118
+ },
119
+ {
120
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'ELPAQOUY'?",
121
+ "Answer": "Some 8 letter words that can be created from jumble word 'ELPAQOUY' is opaquely "
122
+ },
123
+ {
124
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'KOSLKHYO'?",
125
+ "Answer": "Some 8 letter words that can be created from jumble word 'KOSLKHYO' is kolkhosy "
126
+ },
127
+ {
128
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'IBLAZMED?",
129
+ "Answer": "Some 8 letter words that can be created from jumble word 'IBLAZMED' is imblazed"
130
+ },
131
+ {
132
+ "Question": "How many meaningful 8 letter words can be created by solving jumble word 'HEOMINIZ'?",
133
+ "Answer": "Some 8 letter words that can be created from jumble word 'HEOMINIZ' is hominize"
134
+ },
135
+ {
136
+ "Question": "Is flyspeck a 8 letter valid scrabble word?",
137
+ "Answer": "Yes, flyspeck is a 8 letter valid scrabble word"
138
+ },
139
+ {
140
+ "Question": "Is duckwalk a 8 letter valid scrabble word?",
141
+ "Answer": "Yes, duckwalk is a 8 letter valid scrabble word"
142
+ },
143
+ {
144
+ "Question": "Is chiffony a 8 letter valid scrabble word?",
145
+ "Answer": "Yes, chiffony is a 8 letter valid scrabble word"
146
+ },
147
+ {
148
+ "Question": "Is bethwack a 8 letter valid scrabble word?",
149
+ "Answer": "Yes, bethwack is a 8 letter valid scrabble word"
150
+ },
151
+ {
152
+ "Question": "Is aphetize a 8 letter valid scrabble word?",
153
+ "Answer": "Yes, aphetize is a 8 letter valid scrabble word"
154
+ },
155
+ {
156
+ "Question": "Is quitched a 8 letter valid scrabble word?",
157
+ "Answer": "Yes, quitched is a 8 letter valid scrabble word"
158
+ },
159
+ {
160
+ "Question": "Is gazumped a 8 letter valid scrabble word?",
161
+ "Answer": "Yes, gazumped is a 8 letter valid scrabble word"
162
+ },
163
+ {
164
+ "Question": "Is zelatrix a 8 letter valid scrabble word?",
165
+ "Answer": "Yes, zelatrix is a 8 letter valid scrabble word"
166
+ },
167
+ {
168
+ "Question": "Is polyzoic a 8 letter valid scrabble word?",
169
+ "Answer": "Yes, polyzoic is a 8 letter valid scrabble word"
170
+ },
171
+ {
172
+ "Question": "Is hawkshaw a 8 letter valid scrabble word?",
173
+ "Answer": "Yes, hawkshaw is a 8 letter valid scrabble word"
174
+ },
175
+ {
176
+ "Question": "How many 8 letter words can you find with letters 'JSALKAYW' using a word finder?",
177
+ "Answer": "8 letter words that you can find from letters 'JSALKAYW' is jaywalks"
178
+ },
179
+ {
180
+ "Question": "How many 8 letter words can you find with letters 'AZIDENFY' using a word finder?",
181
+ "Answer": "8 letter words that you can find from letters 'AZIDENFY' is denazify"
182
+ },
183
+ {
184
+ "Question": "How many 8 letter words can you find with letters 'UVEMIQHE' using a word finder?",
185
+ "Answer": "8 letter words that you can find from letters 'UVEMIQHE' is vehmique."
186
+ },
187
+ {
188
+ "Question": "How many 8 letter words can you find with letters 'AHSJAWKA' using a word finder?",
189
+ "Answer": "8 letter words that you can find from letters 'AHSJAWKA' is kajawahs"
190
+ },
191
+ {
192
+ "Question": "How many 8 letter words can you find with letters 'XQUINCUN' using a word finder?",
193
+ "Answer": "8 letter words that you can find from letters 'XQUINCUN' is quincunx"
194
+ },
195
+ {
196
+ "Question": "How many 8 letter words can you find with letters 'ZZLESWOS' using a word finder?",
197
+ "Answer": "8 letter words that you can find from letters 'ZZLESWOS' is swozzles"
198
+ },
199
+ {
200
+ "Question": "How many 8 letter words can you find with letters 'FOARKXSH' using a word finder?",
201
+ "Answer": "8 letter words that you can find from letters 'FOARKXSH' is foxshark"
202
+ },
203
+ {
204
+ "Question": "How many 8 letter words can you find with letters 'CFHECKOF' using a word finder?",
205
+ "Answer": "8 letter words that you can find from letters 'CFHECKOF' is checkoff "
206
+ },
207
+ {
208
+ "Question": "How many 8 letter words can you find with letters 'YAHMBJAI' using a word finder?",
209
+ "Answer": "8 letter words that you can find from letters 'YAHMBJAI' is jambiyah"
210
+ },
211
+ {
212
+ "Question": "How many 8 letter words can you find with letters 'EZAALTSZ' using a word finder?",
213
+ "Answer": "8 letter words that you can find from letters 'EZAALTSZ' is altezzas"
214
+ }
215
+ ],
216
+ "aboutList": [
217
+ {
218
+ "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!"
219
+ },
220
+ {
221
+ "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!"
222
+ }
223
+ ]
224
224
  }