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,184 +1,184 @@
1
- {
2
- "title": "Eleven letter word finder ",
3
- "h1": "Eleven letter word finder ",
4
- "meta": "Worried with an Eleven popping up in your word game? Use our Eleven 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 Eleven letter word finder ",
16
- "feature_text": "Often this letter Eleven 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 Eleven letter word finder ",
17
- "fa_class": "far fa-star"
18
- },
19
- {
20
- "feature_heading": "Find any numbered word with letter Eleven in it",
21
- "feature_text": "Eleven letter word finder lets you find all {Eleven 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
- "faqQuestion": "How many 11 letter words can you find with letters 'LPIZERHILYO' using our 11 letter word finder?",
33
- "faqAnswer": "Using our 11 letter word finder, for the letters 'LPIZERHILYO' ,you can find following word lyophilizer "
34
- },
35
- {
36
- "faqQuestion": "How many 11 letter words can you find with letters 'DOXINEYCYCL' using our 11 letter word finder?",
37
- "faqAnswer": "Using our 11 letter word finder, for the letters'DOXINEYCYCL' ,you can find following word doxycycline"
38
- },
39
- {
40
- "faqQuestion": "How many 11 letter words can you find with letters 'CMATIOZYCEN' using our 11 letter word finder?",
41
- "faqAnswer": "Using our 11 letter word finder, for the letters 'CMATIOZYCEN' ,you can find following word coenzymatic"
42
- },
43
- {
44
- "faqQuestion": "How many 11 letter words can you find with letters 'INGJARZGONI' using our 11 letter word finder?",
45
- "faqAnswer": "Using our 11 letter word finder, for the letters 'INGJARZGONI' ,you can find following word jargonizing"
46
- },
47
- {
48
- "faqQuestion": "How many 11 letter words can you find with letters 'INCQUXIALUN' using our 11 letter word finder?",
49
- "faqAnswer": "Using our 11 letter word finder, for the letters 'INCQUXIALUN' ,you can find following word quincunxial"
50
- },
51
- {
52
- "faqQuestion": "How many 11 letter words can you find with letters 'YHYOXROGDEN' using our 11 letter word finder?",
53
- "faqAnswer": "Using our 11 letter word finder, for the letters 'YHYOXROGDEN' ,you can find following word oxyhydrogen "
54
- },
55
- {
56
- "faqQuestion": "How many 11 letter words can you find with letters 'PHTIZECAGOY' using our 11 letter word finder?",
57
- "faqAnswer": "Using our 11 letter word finder, for the letters 'PHTIZECAGOY' ,you can find following word phagocytize"
58
- },
59
- {
60
- "faqQuestion": "How many 11 letter words can you find with letters 'ENZZSTSMAMI' using our 11 letter word finder?",
61
- "faqAnswer": "Using our 11 letter word finder, for the lettersv 'ENZZSTSMAMI' ,you can find following word mizzenmasts"
62
- },
63
- {
64
- "faqQuestion": "How many 11 letter words can you find with letters 'ZOLPOIDIZNG' using our 11 letter word finder?",
65
- "faqAnswer": "Using our 11 letter word finder, for the letters 'ZOLPOIDIZNG' ,you can find following word podzolizing"
66
- },
67
- {
68
- "faqQuestion": "How many 11 letter words can you find with letters 'AZZMOLLARES' using our 11 letter word finder?",
69
- "faqAnswer": "Using our 11 letter word finder, for the letters 'AZZMOLLARES' ,you can find following word mozzarellas"
70
- },
71
- {
72
- "faqQuestion": "What are 11 letter words that start with P ?",
73
- "faqAnswer": "Some 11 letter words that start with P are promiscuous, punctuation, penetration, premonition, pandemonium, profanation, predictable, percolation, purposeless, perceivable, performance, permutation, practicable, punctilious, pessimistic, punctuality, programming, partnership, psychedelic, poltergeist"
74
- },
75
- {
76
- "faqQuestion": "What are 11 letter words that start with JO ?",
77
- "faqAnswer": "Some 11 letter words that start with JO are journalized,journalizer,journalizes,joblessness,jocundities,jointresses,jollinesses,johnnycakes,jointedness "
78
- },
79
- {
80
- "faqQuestion": "What are 11 letter words that start with mun ?",
81
- "faqAnswer": "Some 11 letter words that start with mun are munitioning,municipally,munificence,mundaneness,mundanities,mundunguses "
82
- },
83
- {
84
- "faqQuestion": "What are 11 letter words that end with X ?",
85
- "faqAnswer": "Some 11 letter words that end with X are androsphinx,benefactrix,chemoreflex,coexecutrix,cytopharynx,electroplax"
86
- },
87
- {
88
- "faqQuestion": "What are commonly used 11 letter words in scrabble",
89
- "faqAnswer": "Some commonly used 11 letter words in scrabble are respiration, radioactive, counterpart, awesomeness, handwriting, encouraging, Montesquieu, extrication, reciprocate, Afghanistan, contraption, imperialism, elimination, thermometer, circulation, battlefield, orientation, exclamation, acupuncture, telepathist, anticipated, circulatory"
90
- },
91
- {
92
- "faqQuestion": "How many 11 letter words are there in English?",
93
- "faqAnswer": "There are 27893 eleven-letter words in English"
94
- },
95
- {
96
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'EPCMHYTEHAA'?",
97
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'EPCMHYTEHAA' is chamaephyte "
98
- },
99
- {
100
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'CYSTALIZEDR'?",
101
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'CYSTALIZEDR' is crystalized "
102
- },
103
- {
104
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'EETRICPIZOM'?",
105
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'EETRICPIZOM' is piezometric"
106
- },
107
- {
108
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'TESHYXIASPA'?",
109
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'TESHYXIASPA' is asphyxiates"
110
- },
111
- {
112
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'UHEACHDCKLE'?",
113
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'UHEACHDCKLE' is chucklehead"
114
- },
115
- {
116
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'EZORIPICMET'?",
117
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'EZORIPICMET' is piezometric"
118
- },
119
- {
120
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'ERYHYMBTEOP'?",
121
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'ERYHYMBTEOP' is embryophyte"
122
- },
123
- {
124
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'DRTHMYSIAHY'?",
125
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'DRTHMYSIAHY' is dysrhythmia"
126
- },
127
- {
128
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'IZEMECOSCTI'?",
129
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'IZEMECOSCTI' is cosmeticize "
130
- },
131
- {
132
- "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'VABLEIZPORA'?",
133
- "faqAnswer": "Some 11 letter words that can be created from jumble word 'VABLEIZPORA' is vaporizable"
134
- },
135
- {
136
- "faqQuestion": "Is chinquapins a 11 letter valid scrabble word?",
137
- "faqAnswer": "Yes, chinquapins is a 11 letter valid scrabble word"
138
- },
139
- {
140
- "faqQuestion": "Is phoenixlike a 11 letter valid scrabble word?",
141
- "faqAnswer": "Yes, phoenixlike is a 11 letter valid scrabble word"
142
- },
143
- {
144
- "faqQuestion": "Is switchbacks a 11 letter valid scrabble word?",
145
- "faqAnswer": "Yes, switchbacks is a 11 letter valid scrabble word"
146
- },
147
- {
148
- "faqQuestion": "Is macadamizes a 11 letter valid scrabble word?",
149
- "faqAnswer": "Yes, macadamizes is a 11 letter valid scrabble word"
150
- },
151
- {
152
- "faqQuestion": "Is schismatize a 11 letter valid scrabble word?",
153
- "faqAnswer": "Yes, schismatize is a 11 letter valid scrabble word"
154
- },
155
- {
156
- "faqQuestion": "Is schmalziest a 11 letter valid scrabble word?",
157
- "faqAnswer": "Yes, schmalziest is a 11 letter valid scrabble word"
158
- },
159
- {
160
- "faqQuestion": "Is hydrophobic a 11 letter valid scrabble word?",
161
- "faqAnswer": "Yes, hydrophobic is a 11 letter valid scrabble word"
162
- },
163
- {
164
- "faqQuestion": "Is bowdlerized a 11 letter valid scrabble word?",
165
- "faqAnswer": "Yes, bowdlerized is a 11 letter valid scrabble word"
166
- },
167
- {
168
- "faqQuestion": "Is blitzkriegs a 11 letter valid scrabble word?",
169
- "faqAnswer": "Yes, blitzkriegs is a 11 letter valid scrabble word"
170
- },
171
- {
172
- "faqQuestion": "Is hypokalemic a 11 letter valid scrabble word?",
173
- "faqAnswer": "Yes, hypokalemic is a 11 letter valid scrabble word"
174
- }
175
- ],
176
- "aboutList": [
177
- {
178
- "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!"
179
- },
180
- {
181
- "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!"
182
- }
183
- ]
184
- }
1
+ {
2
+ "title": "Eleven letter word finder ",
3
+ "h1": "Eleven letter word finder ",
4
+ "meta": "Worried with an Eleven popping up in your word game? Use our Eleven 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 Eleven letter word finder ",
16
+ "feature_text": "Often this letter Eleven 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 Eleven letter word finder ",
17
+ "fa_class": "../assets/images/star.svg"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Eleven in it",
21
+ "feature_text": "Eleven letter word finder lets you find all {Eleven 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
+ "faqQuestion": "How many 11 letter words can you find with letters 'LPIZERHILYO' using our 11 letter word finder?",
33
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'LPIZERHILYO' ,you can find following word lyophilizer "
34
+ },
35
+ {
36
+ "faqQuestion": "How many 11 letter words can you find with letters 'DOXINEYCYCL' using our 11 letter word finder?",
37
+ "faqAnswer": "Using our 11 letter word finder, for the letters'DOXINEYCYCL' ,you can find following word doxycycline"
38
+ },
39
+ {
40
+ "faqQuestion": "How many 11 letter words can you find with letters 'CMATIOZYCEN' using our 11 letter word finder?",
41
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'CMATIOZYCEN' ,you can find following word coenzymatic"
42
+ },
43
+ {
44
+ "faqQuestion": "How many 11 letter words can you find with letters 'INGJARZGONI' using our 11 letter word finder?",
45
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'INGJARZGONI' ,you can find following word jargonizing"
46
+ },
47
+ {
48
+ "faqQuestion": "How many 11 letter words can you find with letters 'INCQUXIALUN' using our 11 letter word finder?",
49
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'INCQUXIALUN' ,you can find following word quincunxial"
50
+ },
51
+ {
52
+ "faqQuestion": "How many 11 letter words can you find with letters 'YHYOXROGDEN' using our 11 letter word finder?",
53
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'YHYOXROGDEN' ,you can find following word oxyhydrogen "
54
+ },
55
+ {
56
+ "faqQuestion": "How many 11 letter words can you find with letters 'PHTIZECAGOY' using our 11 letter word finder?",
57
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'PHTIZECAGOY' ,you can find following word phagocytize"
58
+ },
59
+ {
60
+ "faqQuestion": "How many 11 letter words can you find with letters 'ENZZSTSMAMI' using our 11 letter word finder?",
61
+ "faqAnswer": "Using our 11 letter word finder, for the lettersv 'ENZZSTSMAMI' ,you can find following word mizzenmasts"
62
+ },
63
+ {
64
+ "faqQuestion": "How many 11 letter words can you find with letters 'ZOLPOIDIZNG' using our 11 letter word finder?",
65
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'ZOLPOIDIZNG' ,you can find following word podzolizing"
66
+ },
67
+ {
68
+ "faqQuestion": "How many 11 letter words can you find with letters 'AZZMOLLARES' using our 11 letter word finder?",
69
+ "faqAnswer": "Using our 11 letter word finder, for the letters 'AZZMOLLARES' ,you can find following word mozzarellas"
70
+ },
71
+ {
72
+ "faqQuestion": "What are 11 letter words that start with P ?",
73
+ "faqAnswer": "Some 11 letter words that start with P are promiscuous, punctuation, penetration, premonition, pandemonium, profanation, predictable, percolation, purposeless, perceivable, performance, permutation, practicable, punctilious, pessimistic, punctuality, programming, partnership, psychedelic, poltergeist"
74
+ },
75
+ {
76
+ "faqQuestion": "What are 11 letter words that start with JO ?",
77
+ "faqAnswer": "Some 11 letter words that start with JO are journalized,journalizer,journalizes,joblessness,jocundities,jointresses,jollinesses,johnnycakes,jointedness "
78
+ },
79
+ {
80
+ "faqQuestion": "What are 11 letter words that start with mun ?",
81
+ "faqAnswer": "Some 11 letter words that start with mun are munitioning,municipally,munificence,mundaneness,mundanities,mundunguses "
82
+ },
83
+ {
84
+ "faqQuestion": "What are 11 letter words that end with X ?",
85
+ "faqAnswer": "Some 11 letter words that end with X are androsphinx,benefactrix,chemoreflex,coexecutrix,cytopharynx,electroplax"
86
+ },
87
+ {
88
+ "faqQuestion": "What are commonly used 11 letter words in scrabble",
89
+ "faqAnswer": "Some commonly used 11 letter words in scrabble are respiration, radioactive, counterpart, awesomeness, handwriting, encouraging, Montesquieu, extrication, reciprocate, Afghanistan, contraption, imperialism, elimination, thermometer, circulation, battlefield, orientation, exclamation, acupuncture, telepathist, anticipated, circulatory"
90
+ },
91
+ {
92
+ "faqQuestion": "How many 11 letter words are there in English?",
93
+ "faqAnswer": "There are 27893 eleven-letter words in English"
94
+ },
95
+ {
96
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'EPCMHYTEHAA'?",
97
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'EPCMHYTEHAA' is chamaephyte "
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'CYSTALIZEDR'?",
101
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'CYSTALIZEDR' is crystalized "
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'EETRICPIZOM'?",
105
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'EETRICPIZOM' is piezometric"
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'TESHYXIASPA'?",
109
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'TESHYXIASPA' is asphyxiates"
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'UHEACHDCKLE'?",
113
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'UHEACHDCKLE' is chucklehead"
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'EZORIPICMET'?",
117
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'EZORIPICMET' is piezometric"
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'ERYHYMBTEOP'?",
121
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'ERYHYMBTEOP' is embryophyte"
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'DRTHMYSIAHY'?",
125
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'DRTHMYSIAHY' is dysrhythmia"
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'IZEMECOSCTI'?",
129
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'IZEMECOSCTI' is cosmeticize "
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 11 letter words can be created by solving jumble word 'VABLEIZPORA'?",
133
+ "faqAnswer": "Some 11 letter words that can be created from jumble word 'VABLEIZPORA' is vaporizable"
134
+ },
135
+ {
136
+ "faqQuestion": "Is chinquapins a 11 letter valid scrabble word?",
137
+ "faqAnswer": "Yes, chinquapins is a 11 letter valid scrabble word"
138
+ },
139
+ {
140
+ "faqQuestion": "Is phoenixlike a 11 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, phoenixlike is a 11 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is switchbacks a 11 letter valid scrabble word?",
145
+ "faqAnswer": "Yes, switchbacks is a 11 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is macadamizes a 11 letter valid scrabble word?",
149
+ "faqAnswer": "Yes, macadamizes is a 11 letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is schismatize a 11 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, schismatize is a 11 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is schmalziest a 11 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, schmalziest is a 11 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is hydrophobic a 11 letter valid scrabble word?",
161
+ "faqAnswer": "Yes, hydrophobic is a 11 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is bowdlerized a 11 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, bowdlerized is a 11 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is blitzkriegs a 11 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, blitzkriegs is a 11 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is hypokalemic a 11 letter valid scrabble word?",
173
+ "faqAnswer": "Yes, hypokalemic is a 11 letter valid scrabble word"
174
+ }
175
+ ],
176
+ "aboutList": [
177
+ {
178
+ "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!"
179
+ },
180
+ {
181
+ "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!"
182
+ }
183
+ ]
184
+ }
@@ -1,188 +1,188 @@
1
- {
2
- "title": "Five letter word finder ",
3
- "h1": "Five letter word finder ",
4
- "meta": "Worried with an Five popping up in your word game? Use our Five 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 Five letter word finder ",
16
- "feature_text": "Often this letter Five 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 Five letter word finder ",
17
- "fa_class": "far fa-star"
18
- },
19
- {
20
- "feature_heading": "Find any numbered word with letter Five in it",
21
- "feature_text": "Five letter word finder lets you find all {Five 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
- "faqQuestion": "How many 5 letter words can you find with letters 'DASOGH' using our 5 letter word finder?",
33
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'DASOGH' you can find following words dosha ,goads ,odahs \n\""
34
- },
35
- {
36
- "faqQuestion": "How many 5 letter words can you find with letters 'FASOPNI' using our 5 letter word finder?",
37
- "faqAnswer": "\" Using our 5 letter word finder, for the letters 'FASOPNI' you can find following words fanos ,finos ,foins ,infos ,naifs ,nipas ,opsin ,pains ,piano\n\""
38
- },
39
- {
40
- "faqQuestion": "How many 5 letter words can you find with letters 'RASTNU' using our 5 letter word finder?",
41
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'RASTNU' you can find following words aunts ,runts ,tansu ,tuans ,tunas ,turns ,rants ,sutra\n\""
42
- },
43
- {
44
- "faqQuestion": "How many 5 letter words can you find with letters 'JAMPONA' using our 5 letter word finder?",
45
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'JAMPONA' you can find following words Japan\n\""
46
- },
47
- {
48
- "faqQuestion": "How many 5 letter words can you find with letters 'HASION' using our 5 letter word finder?",
49
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'HASION' you can find following words nashi ,nasho ,noahs ,ohias \n\""
50
- },
51
- {
52
- "faqQuestion": "How many 5 letter words can you find with letters 'KASLOQE' using our 5 letter word finder?",
53
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'KASLOQE you can find following words kales ,koels ,kolas ,lakes ,leaks ,skoal ,slake ,sloka\n\""
54
- },
55
- {
56
- "faqQuestion": "How many 5 letter words can you find with letters 'TIMRAC' using our 5 letter word finder?",
57
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'TIMRAC' you can find following words micra ,amrit ,artic ,triac \n\""
58
- },
59
- {
60
- "faqQuestion": "How many 5 letter words can you find with letters 'BNASIE' using our 5 letter word finder?",
61
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'BNASIE' you can find following words banes,basin ,beans ,bines ,nabes,nabis ,sabin ,beisa\n\""
62
- },
63
- {
64
- "faqQuestion": "How many 5 letter words can you find with letters 'VCSINAO' using our 5 letter word finder?",
65
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'VCSINAO' you can find following words covin ,vinca ,avion ,nivas ,novas ,savin ,vinas ,vinos ,visna\n\""
66
- },
67
- {
68
- "faqQuestion": "How many 5 letter words can you find with letters 'JASIOMU' using our 5 letter word finder?",
69
- "faqAnswer": "\"Using our 5 letter word finder, for the letters 'JASIOMU' you can find following words sajou ,\nmiaou \n\""
70
- },
71
- {
72
- "faqQuestion": "What is a 5 letter word that starts with T and ends with E?",
73
- "faqAnswer": "Some 5 letter word that starts with T and ends with E are three,taste,twine,table,there,trade."
74
- },
75
- {
76
- "faqQuestion": "Is there a 5 letter scrabble word with T ?",
77
- "faqAnswer": "Some 5 letter scrabble word with T are tabla,table,taboo,tabor,tabun,tabus,tacan,taces,tacet,tache,tacho,tachs,tacit,tacks,tacky,tacos,tacts"
78
- },
79
- {
80
- "faqQuestion": "How many 5 letter words are there in English?",
81
- "faqAnswer": "There are 8,996 five-letter words in the Office Scrabble Player's Dictionary"
82
- },
83
- {
84
- "faqQuestion": "What are some popularly used 5 letter word ?",
85
- "faqAnswer": "Some popularly used 5 letter words are audit,about,avoid,basic ,badly,clean,class,click,coach,drive,force,forth,issue,hence,human,joint,layer,laser,label,logic,lucky,glass,magic,march,panel,phone,plate,power"
86
- },
87
- {
88
- "faqQuestion": "Is there a 5 letter scrabble word with Q ?",
89
- "faqAnswer": "Some 5 letter scrabble word with Q are quena,quern,query,queso,quest,queue,queys,quick,quids,quiet"
90
- },
91
- {
92
- "faqQuestion": "Is there a 5 letter scrabble word with Z ?",
93
- "faqAnswer": "Some 5 letter scrabble word with z are OOZED,SOYUZ,ZARFS,ZINKY,ZORIS AZONS,COZEN,FEAZE,GLAZE,LAZAR,OOZES,SOZIN,ZAXES,ZIPPY,ZOWIE,AZOTE,COZES,FEEZE,GLAZY,LAZED,ORZOS"
94
- },
95
- {
96
- "faqQuestion": "Is there a 5 letter scrabble word that end with A ?",
97
- "faqAnswer": "Some 5 letter scrabble word that end with A are Aeaea,aecia,Aetna,afara,Afula,agama,Agana,agila,agita,agora,agria,Ahtna,Ahura,ainga ,Ajara"
98
- },
99
- {
100
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'DASPING'?",
101
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'DASPING' are aping ,pangs ,pings ,spang ,dangs ,dings ,nipas ,padis"
102
- },
103
- {
104
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'RATBGI'?",
105
- "faqAnswer": "Some 5 letter word that can be created from jumble word 'RATBGI' is tragi"
106
- },
107
- {
108
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'UASWPIN'?",
109
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'UASWPIN' are pawns,spawn ,punas ,nipas ,pains ,pians ,pinas,spina ,swain "
110
- },
111
- {
112
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'FASONY'?",
113
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'FASONY' is fanos"
114
- },
115
- {
116
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'SZAIONR'?",
117
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'SZAIONR' are azons ,sozin ,izars ,sizar ,zoris ,airns,arson ,inros ,irons "
118
- },
119
- {
120
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'TAIENP'?",
121
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'TAIENP' are patine,pineta "
122
- },
123
- {
124
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'LOPZNEI'?",
125
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'LOPZNEI' are piezo ,pelon ,plein ,pleno ,opine ,eloin "
126
- },
127
- {
128
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'KLIASEV'?",
129
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'KLIASEV' are kevil ,vakil ,kivas ,skive ,alike ,alive ,alkie ,evils ,kails"
130
- },
131
- {
132
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'ZASOQNI'?",
133
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'ZASOQNI' are azons, sozin "
134
- },
135
- {
136
- "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'LOPUNA'?",
137
- "faqAnswer": "Some 5 letter words that can be created from jumble word 'LOPUNA' are ulpan ,nopal,pulao "
138
- },
139
- {
140
- "faqQuestion": "Is kiths 5 letter valid scrabble word?",
141
- "faqAnswer": "Yes,kiths is a 5 letter valid scrabble word"
142
- },
143
- {
144
- "faqQuestion": "Is highs 5 letter valid scrabble word?",
145
- "faqAnswer": "Yes,highs is a 5 letter valid scrabble word"
146
- },
147
- {
148
- "faqQuestion": "Is habus 5 letter valid scrabble word?",
149
- "faqAnswer": "Yes,habus is a 5 letter valid scrabble word"
150
- },
151
- {
152
- "faqQuestion": "Is grapy 5 letter valid scrabble word?",
153
- "faqAnswer": "Yes,grapy is a 5 letter valid scrabble word"
154
- },
155
- {
156
- "faqQuestion": "Is gasts 5 letter valid scrabble word?",
157
- "faqAnswer": "Yes, gasts is a 5 letter valid scrabble word"
158
- },
159
- {
160
- "faqQuestion": "Is fades 5 letter valid scrabble word?",
161
- "faqAnswer": "Yes,fades is a 5 letter valid scrabble word"
162
- },
163
- {
164
- "faqQuestion": "Is enorm 5 letter valid scrabble word?",
165
- "faqAnswer": "Yes, enorm is a 5 letter valid scrabble word"
166
- },
167
- {
168
- "faqQuestion": "Is dacha 5 letter valid scrabble word?",
169
- "faqAnswer": "Yes, dacha is a 5 letter valid scrabble word"
170
- },
171
- {
172
- "faqQuestion": "Is caked 5 letter valid scrabble word?",
173
- "faqAnswer": "Yes,caked is a 5 letter valid scrabble word"
174
- },
175
- {
176
- "faqQuestion": "Is bravi 5 letter valid scrabble word?",
177
- "faqAnswer": "Yes, bravi is a 5 letter valid scrabble word"
178
- }
179
- ],
180
- "aboutList": [
181
- {
182
- "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!"
183
- },
184
- {
185
- "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!"
186
- }
187
- ]
188
- }
1
+ {
2
+ "title": "Five letter word finder ",
3
+ "h1": "Five letter word finder ",
4
+ "meta": "Worried with an Five popping up in your word game? Use our Five 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 Five letter word finder ",
16
+ "feature_text": "Often this letter Five 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 Five letter word finder ",
17
+ "fa_class": "../assets/images/star.svg"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Five in it",
21
+ "feature_text": "Five letter word finder lets you find all {Five 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
+ "faqQuestion": "How many 5 letter words can you find with letters 'DASOGH' using our 5 letter word finder?",
33
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'DASOGH' you can find following words dosha ,goads ,odahs \n\""
34
+ },
35
+ {
36
+ "faqQuestion": "How many 5 letter words can you find with letters 'FASOPNI' using our 5 letter word finder?",
37
+ "faqAnswer": "\" Using our 5 letter word finder, for the letters 'FASOPNI' you can find following words fanos ,finos ,foins ,infos ,naifs ,nipas ,opsin ,pains ,piano\n\""
38
+ },
39
+ {
40
+ "faqQuestion": "How many 5 letter words can you find with letters 'RASTNU' using our 5 letter word finder?",
41
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'RASTNU' you can find following words aunts ,runts ,tansu ,tuans ,tunas ,turns ,rants ,sutra\n\""
42
+ },
43
+ {
44
+ "faqQuestion": "How many 5 letter words can you find with letters 'JAMPONA' using our 5 letter word finder?",
45
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'JAMPONA' you can find following words Japan\n\""
46
+ },
47
+ {
48
+ "faqQuestion": "How many 5 letter words can you find with letters 'HASION' using our 5 letter word finder?",
49
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'HASION' you can find following words nashi ,nasho ,noahs ,ohias \n\""
50
+ },
51
+ {
52
+ "faqQuestion": "How many 5 letter words can you find with letters 'KASLOQE' using our 5 letter word finder?",
53
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'KASLOQE you can find following words kales ,koels ,kolas ,lakes ,leaks ,skoal ,slake ,sloka\n\""
54
+ },
55
+ {
56
+ "faqQuestion": "How many 5 letter words can you find with letters 'TIMRAC' using our 5 letter word finder?",
57
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'TIMRAC' you can find following words micra ,amrit ,artic ,triac \n\""
58
+ },
59
+ {
60
+ "faqQuestion": "How many 5 letter words can you find with letters 'BNASIE' using our 5 letter word finder?",
61
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'BNASIE' you can find following words banes,basin ,beans ,bines ,nabes,nabis ,sabin ,beisa\n\""
62
+ },
63
+ {
64
+ "faqQuestion": "How many 5 letter words can you find with letters 'VCSINAO' using our 5 letter word finder?",
65
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'VCSINAO' you can find following words covin ,vinca ,avion ,nivas ,novas ,savin ,vinas ,vinos ,visna\n\""
66
+ },
67
+ {
68
+ "faqQuestion": "How many 5 letter words can you find with letters 'JASIOMU' using our 5 letter word finder?",
69
+ "faqAnswer": "\"Using our 5 letter word finder, for the letters 'JASIOMU' you can find following words sajou ,\nmiaou \n\""
70
+ },
71
+ {
72
+ "faqQuestion": "What is a 5 letter word that starts with T and ends with E?",
73
+ "faqAnswer": "Some 5 letter word that starts with T and ends with E are three,taste,twine,table,there,trade."
74
+ },
75
+ {
76
+ "faqQuestion": "Is there a 5 letter scrabble word with T ?",
77
+ "faqAnswer": "Some 5 letter scrabble word with T are tabla,table,taboo,tabor,tabun,tabus,tacan,taces,tacet,tache,tacho,tachs,tacit,tacks,tacky,tacos,tacts"
78
+ },
79
+ {
80
+ "faqQuestion": "How many 5 letter words are there in English?",
81
+ "faqAnswer": "There are 8,996 five-letter words in the Office Scrabble Player's Dictionary"
82
+ },
83
+ {
84
+ "faqQuestion": "What are some popularly used 5 letter word ?",
85
+ "faqAnswer": "Some popularly used 5 letter words are audit,about,avoid,basic ,badly,clean,class,click,coach,drive,force,forth,issue,hence,human,joint,layer,laser,label,logic,lucky,glass,magic,march,panel,phone,plate,power"
86
+ },
87
+ {
88
+ "faqQuestion": "Is there a 5 letter scrabble word with Q ?",
89
+ "faqAnswer": "Some 5 letter scrabble word with Q are quena,quern,query,queso,quest,queue,queys,quick,quids,quiet"
90
+ },
91
+ {
92
+ "faqQuestion": "Is there a 5 letter scrabble word with Z ?",
93
+ "faqAnswer": "Some 5 letter scrabble word with z are OOZED,SOYUZ,ZARFS,ZINKY,ZORIS AZONS,COZEN,FEAZE,GLAZE,LAZAR,OOZES,SOZIN,ZAXES,ZIPPY,ZOWIE,AZOTE,COZES,FEEZE,GLAZY,LAZED,ORZOS"
94
+ },
95
+ {
96
+ "faqQuestion": "Is there a 5 letter scrabble word that end with A ?",
97
+ "faqAnswer": "Some 5 letter scrabble word that end with A are Aeaea,aecia,Aetna,afara,Afula,agama,Agana,agila,agita,agora,agria,Ahtna,Ahura,ainga ,Ajara"
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'DASPING'?",
101
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'DASPING' are aping ,pangs ,pings ,spang ,dangs ,dings ,nipas ,padis"
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'RATBGI'?",
105
+ "faqAnswer": "Some 5 letter word that can be created from jumble word 'RATBGI' is tragi"
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'UASWPIN'?",
109
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'UASWPIN' are pawns,spawn ,punas ,nipas ,pains ,pians ,pinas,spina ,swain "
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'FASONY'?",
113
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'FASONY' is fanos"
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'SZAIONR'?",
117
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'SZAIONR' are azons ,sozin ,izars ,sizar ,zoris ,airns,arson ,inros ,irons "
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'TAIENP'?",
121
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'TAIENP' are patine,pineta "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'LOPZNEI'?",
125
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'LOPZNEI' are piezo ,pelon ,plein ,pleno ,opine ,eloin "
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'KLIASEV'?",
129
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'KLIASEV' are kevil ,vakil ,kivas ,skive ,alike ,alive ,alkie ,evils ,kails"
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'ZASOQNI'?",
133
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'ZASOQNI' are azons, sozin "
134
+ },
135
+ {
136
+ "faqQuestion": "How many meaningful 5 letter words can be created by solving jumble word 'LOPUNA'?",
137
+ "faqAnswer": "Some 5 letter words that can be created from jumble word 'LOPUNA' are ulpan ,nopal,pulao "
138
+ },
139
+ {
140
+ "faqQuestion": "Is kiths 5 letter valid scrabble word?",
141
+ "faqAnswer": "Yes,kiths is a 5 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is highs 5 letter valid scrabble word?",
145
+ "faqAnswer": "Yes,highs is a 5 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is habus 5 letter valid scrabble word?",
149
+ "faqAnswer": "Yes,habus is a 5 letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is grapy 5 letter valid scrabble word?",
153
+ "faqAnswer": "Yes,grapy is a 5 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is gasts 5 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, gasts is a 5 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is fades 5 letter valid scrabble word?",
161
+ "faqAnswer": "Yes,fades is a 5 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is enorm 5 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, enorm is a 5 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is dacha 5 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, dacha is a 5 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is caked 5 letter valid scrabble word?",
173
+ "faqAnswer": "Yes,caked is a 5 letter valid scrabble word"
174
+ },
175
+ {
176
+ "faqQuestion": "Is bravi 5 letter valid scrabble word?",
177
+ "faqAnswer": "Yes, bravi is a 5 letter valid scrabble word"
178
+ }
179
+ ],
180
+ "aboutList": [
181
+ {
182
+ "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!"
183
+ },
184
+ {
185
+ "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!"
186
+ }
187
+ ]
188
+ }