word-games-theme 0.1.5 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +61 -54
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +49 -55
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +176 -176
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +100 -119
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -76
  54. data/_includes/section/home2.html +91 -93
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -34
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -13
  67. data/_layouts/page2.html +61 -0
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -134
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -67
  77. data/assets/css/footer.css +95 -94
  78. data/assets/css/home.css +235 -212
  79. data/assets/css/news.css +62 -59
  80. data/assets/css/style.css +399 -375
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/search.svg +1 -0
  93. data/assets/images/star.svg +1 -0
  94. data/assets/images/twitter-square.svg +1 -0
  95. data/assets/images/twitter.svg +1 -0
  96. data/assets/images/twitter2.svg +1 -0
  97. data/assets/images/window-close.png +0 -0
  98. data/assets/images/window-close.svg +1 -0
  99. data/assets/images/word-games-logo.svg +52 -52
  100. data/assets/js/TopScroll.js +8 -8
  101. data/assets/js/X-letter.js +359 -206
  102. data/assets/js/advancedFilter.js +5 -5
  103. data/assets/js/advancedFilter2.js +12 -5
  104. data/assets/js/advancedFilter3.js +2 -2
  105. data/assets/js/scrabbleDictonary.js +165 -165
  106. data/assets/js/wordScrabble.js +511 -368
  107. metadata +21 -8
  108. data/_data/header/hi/data.json +0 -145
@@ -1,184 +1,184 @@
1
- {
2
- "title": "Thirteen letter word finder ",
3
- "h1": "Thirteen letter word finder ",
4
- "meta": "Worried with an Thirteen popping up in your word game? Use our Thirteen 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 Thirteen letter word finder ",
16
- "feature_text": "Often this letter Thirteen 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 Thirteen letter word finder ",
17
- "fa_class": "far fa-star"
18
- },
19
- {
20
- "feature_heading": "Find any numbered word with letter Thirteen in it",
21
- "feature_text": "Thirteen letter word finder lets you find all {Thirteen 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 13 letter words can you find with letters 'ORLEDBVEEJEWE' using our 13 letter word finder?",
33
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ORLEDBVEEJEWE' ,you can find following word overbejeweled"
34
- },
35
- {
36
- "faqQuestion": "How many 13 letter words can you find with letters 'LERYPSABBCHOB' using our 13 letter word finder?",
37
- "faqAnswer": "Using our 13 letter word finder, for the letters 'LERYPSABBCHOB' ,you can find following word psychobabbler"
38
- },
39
- {
40
- "faqQuestion": "How many 13 letter words can you find with letters 'ISCDTIVELJUNY' using our 13 letter word finder?",
41
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ISCDTIVELJUNY' ,you can find following word disjunctively"
42
- },
43
- {
44
- "faqQuestion": "How many 13 letter words can you find with letters 'PIROVIZNCIALE' using our 13 letter word finder?",
45
- "faqAnswer": "Using our 13 letter word finder, for the letters 'PIROVIZNCIALE' ,you can find following word provincialize"
46
- },
47
- {
48
- "faqQuestion": "How many 13 letter words can you find with letters 'ICIDRQUALUPTY' using our 13 letter word finder?",
49
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ICIDRQUALUPTY' ,you can find following word quadruplicity"
50
- },
51
- {
52
- "faqQuestion": "How many 13 letter words can you find with letters 'LZENETHBENYES' using our 13 letter word finder?",
53
- "faqAnswer": "Using our 13 letter word finder, for the letters 'LZENETHBENYES' ,you can find following word ethylbenzenes"
54
- },
55
- {
56
- "faqQuestion": "How many 13 letter words can you find with letters 'VRAMIRPAYXOUS' using our 13 letter word finder?",
57
- "faqAnswer": "Using our 13 letter word finder, for the letters 'VRAMIRPAYXOUS' ,you can find following word paramyxovirus"
58
- },
59
- {
60
- "faqQuestion": "How many 13 letter words can you find with letters 'NICDRIQUAOPHS' using our 13 letter word finder?",
61
- "faqAnswer": "Using our 13 letter word finder, for the letters 'NICDRIQUAOPHS' ,you can find following word quadriphonics"
62
- },
63
- {
64
- "faqQuestion": "How many 13 letter words can you find with letters 'ZLEMBAMBOOENT' using our 13 letter word finder?",
65
- "faqAnswer": "Using our 13 letter word finder, for the letters 'ZLEMBAMBOOENT' ,you can find following word bamboozlement"
66
- },
67
- {
68
- "faqQuestion": "How many 13 letter words can you find with letters 'HARDNEAPHAZSS' using our 13 letter word finder?",
69
- "faqAnswer": "Using our 13 letter word finder, for the letters 'HARDNEAPHAZSS' ,you can find following word haphazardness"
70
- },
71
- {
72
- "faqQuestion": "What are 13 letter words that end with B ?",
73
- "faqAnswer": "Some 13 letter words that end with LY are rumbustiously,scrumptiously,tendentiously,expeditiously,pretentiously,sententiously,contentiously,isochronously,polyphonously,cacophonously,anachronously,qsynchronously"
74
- },
75
- {
76
- "faqQuestion": "What are 13 letter words that end with EN ?",
77
- "faqAnswer": "Some 13 letter words that end with EN are acetaminophen,phytopathogen,tropocollagen,semievergreen,milliroentgen,coastguardmensupersalesmen,underclassmen,upperclassmen"
78
- },
79
- {
80
- "faqQuestion": "How many 13 letter words are there in English?",
81
- "faqAnswer": "There are 13857 thirteen-letter words"
82
- },
83
- {
84
- "faqQuestion": "What are 13 letter words that start with PO ?",
85
- "faqAnswer": "Some 13 letter words that start with PO are postembryonic,pointillistic,podzolization,podsolization,pococurantism,pointlessness,pointednesses,poikilotherms,pogonophorans"
86
- },
87
- {
88
- "faqQuestion": "What are 13 letter words that start with TRE ?",
89
- "faqAnswer": "Some 13 letter words that start with TRE are terephthalate,terpsichorean,tercentennial,teratologists,teratological,teratogeneses,teratogenesis,tergiversated"
90
- },
91
- {
92
- "faqQuestion": "What are some commonly used 13 letter word used in scrabble ?",
93
- "faqAnswer": "Some commonly used 13 letter word used in scrabble are juxtaposition, brokenhearted, phencyclidine, desegregation, prognosticate, dissimulation, anticlimactic, hyperhidrosis, acceptability, involuntarily, teleportation, tyrannosaurus, preoccupation, baccalaureate, chronographic, trigonometric, investigation, butterfingers"
94
- },
95
- {
96
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'AROPNTPHAGYHO'?",
97
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'AROPNTPHAGYHO' is anthropophagy "
98
- },
99
- {
100
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'RAILPAUENZANF'?",
101
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'RAILPAUENZANF' is parainfluenza"
102
- },
103
- {
104
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'HARNIZESMDISO'?",
105
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'HARNIZESMDISO' is disharmonizes "
106
- },
107
- {
108
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ATRBDECALOXYE'?",
109
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'ATRBDECALOXYE' is decarboxylate "
110
- },
111
- {
112
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'HATEPYROPPHOS'?",
113
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'HATEPYROPPHOS' is pyrophosphate "
114
- },
115
- {
116
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'EMBONMELAZNTS'?",
117
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'EMBONMELAZNTS' is emblazonments "
118
- },
119
- {
120
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'NIZATIONBALKA'?",
121
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'NIZATIONBALKA' is balkanization "
122
- },
123
- {
124
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ENIADATHBZOLE'?",
125
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'ENIADATHBZOLE' is thiabendazole"
126
- },
127
- {
128
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'LEIALYZNONDBA'?",
129
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'LEIALYZNONDBA' is nondialyzable"
130
- },
131
- {
132
- "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ANIUBLZEREPIC'?",
133
- "faqAnswer": "Some 13 letter words that can be created from jumble word 'ANIUBLZEREPIC' is republicanize"
134
- },
135
- {
136
- "faqQuestion": "Is chlorenchymas a 13 letter valid scrabble word?",
137
- "faqAnswer": "Yes, chlorenchymas is a 13 letter valid scrabble word"
138
- },
139
- {
140
- "faqQuestion": "Is propagandizer a 13 letter valid scrabble word?",
141
- "faqAnswer": "Yes, propagandizer is a 13 letter valid scrabble word"
142
- },
143
- {
144
- "faqQuestion": "Is ambidexterity a 13 letter valid scrabble word?",
145
- "faqAnswer": "Yes, ambidexterity is a 13 letter valid scrabble word"
146
- },
147
- {
148
- "faqQuestion": "Is quadriplegics a 13 letter valid scrabble word?",
149
- "faqAnswer": "Yes, quadriplegics is a 13 letter valid scrabble word"
150
- },
151
- {
152
- "faqQuestion": "Is phlebographic a 13 letter valid scrabble word?",
153
- "faqAnswer": "Yes, phlebographic is a 13 letter valid scrabble word"
154
- },
155
- {
156
- "faqQuestion": "Is acquiescences a 13 letter valid scrabble word?",
157
- "faqAnswer": "Yes, acquiescences is a 13 letter valid scrabble word"
158
- },
159
- {
160
- "faqQuestion": "Is heterozygoses a 13 letter valid scrabble word?",
161
- "faqAnswer": "Yes, heterozygoses is a 13 letter valid scrabble word"
162
- },
163
- {
164
- "faqQuestion": "Is epigrammatize a 13 letter valid scrabble word?",
165
- "faqAnswer": "Yes, epigrammatize is a 13 letter valid scrabble word"
166
- },
167
- {
168
- "faqQuestion": "Is contemporized a 13 letter valid scrabble word?",
169
- "faqAnswer": "Yes, contemporized is a 13 letter valid scrabble word"
170
- },
171
- {
172
- "faqQuestion": "Is psychokinetic a 13 letter valid scrabble word?",
173
- "faqAnswer": "Yes, psychokinetic is a 13 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": "Thirteen letter word finder ",
3
+ "h1": "Thirteen letter word finder ",
4
+ "meta": "Worried with an Thirteen popping up in your word game? Use our Thirteen 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 Thirteen letter word finder ",
16
+ "feature_text": "Often this letter Thirteen 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 Thirteen letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Thirteen in it",
21
+ "feature_text": "Thirteen letter word finder lets you find all {Thirteen 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 13 letter words can you find with letters 'ORLEDBVEEJEWE' using our 13 letter word finder?",
33
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'ORLEDBVEEJEWE' ,you can find following word overbejeweled"
34
+ },
35
+ {
36
+ "faqQuestion": "How many 13 letter words can you find with letters 'LERYPSABBCHOB' using our 13 letter word finder?",
37
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'LERYPSABBCHOB' ,you can find following word psychobabbler"
38
+ },
39
+ {
40
+ "faqQuestion": "How many 13 letter words can you find with letters 'ISCDTIVELJUNY' using our 13 letter word finder?",
41
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'ISCDTIVELJUNY' ,you can find following word disjunctively"
42
+ },
43
+ {
44
+ "faqQuestion": "How many 13 letter words can you find with letters 'PIROVIZNCIALE' using our 13 letter word finder?",
45
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'PIROVIZNCIALE' ,you can find following word provincialize"
46
+ },
47
+ {
48
+ "faqQuestion": "How many 13 letter words can you find with letters 'ICIDRQUALUPTY' using our 13 letter word finder?",
49
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'ICIDRQUALUPTY' ,you can find following word quadruplicity"
50
+ },
51
+ {
52
+ "faqQuestion": "How many 13 letter words can you find with letters 'LZENETHBENYES' using our 13 letter word finder?",
53
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'LZENETHBENYES' ,you can find following word ethylbenzenes"
54
+ },
55
+ {
56
+ "faqQuestion": "How many 13 letter words can you find with letters 'VRAMIRPAYXOUS' using our 13 letter word finder?",
57
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'VRAMIRPAYXOUS' ,you can find following word paramyxovirus"
58
+ },
59
+ {
60
+ "faqQuestion": "How many 13 letter words can you find with letters 'NICDRIQUAOPHS' using our 13 letter word finder?",
61
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'NICDRIQUAOPHS' ,you can find following word quadriphonics"
62
+ },
63
+ {
64
+ "faqQuestion": "How many 13 letter words can you find with letters 'ZLEMBAMBOOENT' using our 13 letter word finder?",
65
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'ZLEMBAMBOOENT' ,you can find following word bamboozlement"
66
+ },
67
+ {
68
+ "faqQuestion": "How many 13 letter words can you find with letters 'HARDNEAPHAZSS' using our 13 letter word finder?",
69
+ "faqAnswer": "Using our 13 letter word finder, for the letters 'HARDNEAPHAZSS' ,you can find following word haphazardness"
70
+ },
71
+ {
72
+ "faqQuestion": "What are 13 letter words that end with B ?",
73
+ "faqAnswer": "Some 13 letter words that end with LY are rumbustiously,scrumptiously,tendentiously,expeditiously,pretentiously,sententiously,contentiously,isochronously,polyphonously,cacophonously,anachronously,qsynchronously"
74
+ },
75
+ {
76
+ "faqQuestion": "What are 13 letter words that end with EN ?",
77
+ "faqAnswer": "Some 13 letter words that end with EN are acetaminophen,phytopathogen,tropocollagen,semievergreen,milliroentgen,coastguardmensupersalesmen,underclassmen,upperclassmen"
78
+ },
79
+ {
80
+ "faqQuestion": "How many 13 letter words are there in English?",
81
+ "faqAnswer": "There are 13857 thirteen-letter words"
82
+ },
83
+ {
84
+ "faqQuestion": "What are 13 letter words that start with PO ?",
85
+ "faqAnswer": "Some 13 letter words that start with PO are postembryonic,pointillistic,podzolization,podsolization,pococurantism,pointlessness,pointednesses,poikilotherms,pogonophorans"
86
+ },
87
+ {
88
+ "faqQuestion": "What are 13 letter words that start with TRE ?",
89
+ "faqAnswer": "Some 13 letter words that start with TRE are terephthalate,terpsichorean,tercentennial,teratologists,teratological,teratogeneses,teratogenesis,tergiversated"
90
+ },
91
+ {
92
+ "faqQuestion": "What are some commonly used 13 letter word used in scrabble ?",
93
+ "faqAnswer": "Some commonly used 13 letter word used in scrabble are juxtaposition, brokenhearted, phencyclidine, desegregation, prognosticate, dissimulation, anticlimactic, hyperhidrosis, acceptability, involuntarily, teleportation, tyrannosaurus, preoccupation, baccalaureate, chronographic, trigonometric, investigation, butterfingers"
94
+ },
95
+ {
96
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'AROPNTPHAGYHO'?",
97
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'AROPNTPHAGYHO' is anthropophagy "
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'RAILPAUENZANF'?",
101
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'RAILPAUENZANF' is parainfluenza"
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'HARNIZESMDISO'?",
105
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'HARNIZESMDISO' is disharmonizes "
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ATRBDECALOXYE'?",
109
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'ATRBDECALOXYE' is decarboxylate "
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'HATEPYROPPHOS'?",
113
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'HATEPYROPPHOS' is pyrophosphate "
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'EMBONMELAZNTS'?",
117
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'EMBONMELAZNTS' is emblazonments "
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'NIZATIONBALKA'?",
121
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'NIZATIONBALKA' is balkanization "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ENIADATHBZOLE'?",
125
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'ENIADATHBZOLE' is thiabendazole"
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'LEIALYZNONDBA'?",
129
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'LEIALYZNONDBA' is nondialyzable"
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 13 letter words can be created by solving jumble word 'ANIUBLZEREPIC'?",
133
+ "faqAnswer": "Some 13 letter words that can be created from jumble word 'ANIUBLZEREPIC' is republicanize"
134
+ },
135
+ {
136
+ "faqQuestion": "Is chlorenchymas a 13 letter valid scrabble word?",
137
+ "faqAnswer": "Yes, chlorenchymas is a 13 letter valid scrabble word"
138
+ },
139
+ {
140
+ "faqQuestion": "Is propagandizer a 13 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, propagandizer is a 13 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is ambidexterity a 13 letter valid scrabble word?",
145
+ "faqAnswer": "Yes, ambidexterity is a 13 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is quadriplegics a 13 letter valid scrabble word?",
149
+ "faqAnswer": "Yes, quadriplegics is a 13 letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is phlebographic a 13 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, phlebographic is a 13 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is acquiescences a 13 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, acquiescences is a 13 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is heterozygoses a 13 letter valid scrabble word?",
161
+ "faqAnswer": "Yes, heterozygoses is a 13 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is epigrammatize a 13 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, epigrammatize is a 13 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is contemporized a 13 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, contemporized is a 13 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is psychokinetic a 13 letter valid scrabble word?",
173
+ "faqAnswer": "Yes, psychokinetic is a 13 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": "Three letter word finder ",
3
- "h1": "Three letter word finder ",
4
- "meta": "Worried with an Three popping up in your word game? Use our Three 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 Three letter word finder ",
16
- "feature_text": "Often this letter Three 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 Three letter word finder ",
17
- "fa_class": "far fa-star"
18
- },
19
- {
20
- "feature_heading": "Find any numbered word with letter Three in it",
21
- "feature_text": "Three letter word finder lets you find all {Three 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 3 letter words can you find with letters 'ZAIOKH' using our 3 letter word finder?",
33
- "faqAnswer": "\"Using our 3 letter word finder, for the letters 'ZAIOKH' you can find following words zho ,azo ,zoa ,hok ,khi ,kai ,kia ,koa ,koi ,oak ,oik ,oka ,ahi ,hai \n\""
34
- },
35
- {
36
- "faqQuestion": "How many 3 letter words can you find with letters 'CVIUNA' using our 3 letter word finder?",
37
- "faqAnswer": "Using our 3 letter word finder, for the letters 'CVIUNA' you can find following words vac ,van ,vau ,vin ,can ,cui ,via ,uan ,uni ,ain ,ani ,nai "
38
- },
39
- {
40
- "faqQuestion": "How many 3 letter words can you find with letters 'GOPIUR' using our 3 letter word finder?",
41
- "faqAnswer": "Using our 3 letter word finder, for the letters 'GOPIUR' you can find following words pug,gip ,pig ,piu ,pur ,upo ,gur ,pir ,poi ,pro ,rip ,rug"
42
- },
43
- {
44
- "faqQuestion": "How many 3 letter words can you find with letters 'CAZTION' using our 3 letter word finder?",
45
- "faqAnswer": "Using our 3 letter word finder, for the letters 'CAZTION' you can find following words coz ,zac ,zin ,azo ,tiz ,zit ,zoa ,can ,con ,act ,cat ,cot ,oca ,tic "
46
- },
47
- {
48
- "faqQuestion": "How many 3 letter words can you find with letters 'ZODBLA' using our 3 letter word finder?",
49
- "faqAnswer": "Using our 3 letter word finder, for the letters 'ZODBLA' you can find following words adz ,dzo ,zol ,azo ,zoa ,alb ,bad ,bal ,bod ,bol ,dab "
50
- },
51
- {
52
- "faqQuestion": "How many 3 letter words can you find with letters 'JADWOI' using our 3 letter word finder?",
53
- "faqAnswer": "Using our 3 letter word finder, for the letters 'JADWOI' you can find following words jaw ,jow ,jai ,daw ,dow ,wad ,ado ,aid ,dai ,oda"
54
- },
55
- {
56
- "faqQuestion": "How many 3 letter words can you find with letters 'NAWSIO' using our 3 letter word finder?",
57
- "faqAnswer": "Using our 3 letter word finder, for the letters 'NAWSIO' you can find following words awn ,naw ,now ,own ,wan ,win ,won ,saw ,sow ,was ,wis ,wos ,ain"
58
- },
59
- {
60
- "faqQuestion": "How many 3 letter words can you find with letters 'HASCOG' using our 3 letter word finder?",
61
- "faqAnswer": "Using our 3 letter word finder, for the letters 'HASCOG' you can find following words ach ,cha ,cog ,hac ,hoc ,och ,gah ,hag ,hog ,cos ,oca ,sac ,soc ,ago, ahs "
62
- },
63
- {
64
- "faqQuestion": "How many 3 letter words can you find with letters 'URIYMP' using our 3 letter word finder?",
65
- "faqAnswer": "Using our 3 letter word finder, for the letters 'URIYMP' you can find following words ump,imp ,puy ,yum ,yup ,pry ,yip ,imu ,piu ,pur ,rum,mir"
66
- },
67
- {
68
- "faqQuestion": "How many 3 letter words can you find with letters 'GHJOIL' using our 3 letter word finder?",
69
- "faqAnswer": "\"Using our 3 letter word finder, for the letters 'GHJOIL' you can find following words jig ,jog ,jol ,ghi ,hog ,lig ,log ,hoi \n\""
70
- },
71
- {
72
- "faqQuestion": "Is there a 3 letter scrabble word with C ?",
73
- "faqAnswer": "3 letter scrabble word with C are CAI,cal,cam,can, cap,car,cat,aw ,cax,cay,caz"
74
- },
75
- {
76
- "faqQuestion": "Is there a 3 letter scrabble word that end with Q ?",
77
- "faqAnswer": "3 letter scrabble word that end with Q is suq"
78
- },
79
- {
80
- "faqQuestion": "Is there a 3 letter scrabble word with Z and X ?",
81
- "faqAnswer": "3 letter scrabble word with Z and X are zax,zex"
82
- },
83
- {
84
- "faqQuestion": "Is there a 3 letter scrabble word with Q ?",
85
- "faqAnswer": "3 letter scrabble word with Q are qaf,qis,qua,quo,suq"
86
- },
87
- {
88
- "faqQuestion": "Is there a 3 letter scrabble word with Z ?",
89
- "faqAnswer": "3 letter scrabble word with Z are AZO,ZAP,ZAG,WIZ,LEZ,FIZ,FEZ,COZ"
90
- },
91
- {
92
- "faqQuestion": "Is there a 3 letter scrabble word with X ?",
93
- "faqAnswer": "3 letter scrabble word with X are aux,box,cox,dox,dux,fax,fix"
94
- },
95
- {
96
- "faqQuestion": "Is there a 3 letter scrabble word with Q and E ?",
97
- "faqAnswer": "3 letter scrabble word with Q and E are que,esq ,seq "
98
- },
99
- {
100
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'BPOIU'?",
101
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'BPOIU' are pub ,bop ,piu ,upo ,bio ,obi ,poi "
102
- },
103
- {
104
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'FASHGY'?",
105
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'FASHGY' are,fah ,fay,gah ,gay ,hag ,hay ,shy ,yag ,yah ,fas ,ahs ,ash "
106
- },
107
- {
108
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'JGHAI'?",
109
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'JGHAI' are haj,jag ,jig ,jai ,gah ,ghi ,hag ,ahi "
110
- },
111
- {
112
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'ZADMIO'?",
113
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'ZADMIO' are adz ,dzo ,azo ,zoa ,dam ,dim ,dom ,mad ,mid ,mod "
114
- },
115
- {
116
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'DASITO'?",
117
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'DASITO' are ado ,ads ,aid ,dai ,dis ,dit ,dos ,dot ,ids ,itd ,oda ,ods ,sad ,sod "
118
- },
119
- {
120
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'BCSAIR'?",
121
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'BCSAIR' are cab ,abs ,arb ,arc ,bai,bar ,bas ,bis ,car ,cis ,cri ,rib ,sab "
122
- },
123
- {
124
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'GACRIO'?",
125
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'GACRIO' are cig,cog ,arc ,car ,cor ,cri,oca ,orc,roc ,ago ,gar ,goa "
126
- },
127
- {
128
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'VWNIOL'?",
129
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'VWNIOL' are vow ,vin ,von ,low ,now ,owl ,own ,win ,won ,lin ,nil ,ion "
130
- },
131
- {
132
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'DEOLIC'?",
133
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'DEOLIC' are cel ,cod ,col ,doc ,eco ,ice ,del,dol ,eld ,led ,lid ,old ,die ,doe "
134
- },
135
- {
136
- "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'ASHPSR'?",
137
- "faqAnswer": "Some 3 letter words that can be created from jumble word 'ASHPSR' are hap ,pah ,asp ,par ,pas ,rap ,sap ,spa ,ahs ,ash ,has ,rah ,sha "
138
- },
139
- {
140
- "faqQuestion": "Is NIB 3 letter valid scrabble word?",
141
- "faqAnswer": "Yes,NIB is a 3 letter valid scrabble word"
142
- },
143
- {
144
- "faqQuestion": "Is LOY 3 letter valid scrabble word?",
145
- "faqAnswer": "Yes, LOY is a 3 letter valid scrabble word"
146
- },
147
- {
148
- "faqQuestion": "Is HAW 3 letter valid scrabble word?",
149
- "faqAnswer": "Yes,HAW is a 3 letter valid scrabble word"
150
- },
151
- {
152
- "faqQuestion": "Is FAS 3 letter valid scrabble word?",
153
- "faqAnswer": "Yes, FAS is a 3 letter valid scrabble word"
154
- },
155
- {
156
- "faqQuestion": "Is FAW 3 letter valid scrabble word?",
157
- "faqAnswer": "Yes,FAW is a 3 letter valid scrabble word"
158
- },
159
- {
160
- "faqQuestion": "Is DEB 3 letter valid scrabble word?",
161
- "faqAnswer": "Yes,DEB is a 3 letter valid scrabble word"
162
- },
163
- {
164
- "faqQuestion": "Is CHE 3 letter valid scrabble word?",
165
- "faqAnswer": "Yes, CHE is a 3 letter valid scrabble word"
166
- },
167
- {
168
- "faqQuestion": "Is YAG 3 letter valid scrabble word?",
169
- "faqAnswer": "Yes, YAG is a 3 letter valid scrabble word"
170
- },
171
- {
172
- "faqQuestion": "Is VAE 3 letter valid scrabble word?",
173
- "faqAnswer": "Yes, VAE is a 3 letter valid scrabble word"
174
- },
175
- {
176
- "faqQuestion": "Is SAC 3 letter valid scrabble word?",
177
- "faqAnswer": "Yes, SAC is a 3 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": "Three letter word finder ",
3
+ "h1": "Three letter word finder ",
4
+ "meta": "Worried with an Three popping up in your word game? Use our Three 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 Three letter word finder ",
16
+ "feature_text": "Often this letter Three 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 Three letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Three in it",
21
+ "feature_text": "Three letter word finder lets you find all {Three 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 3 letter words can you find with letters 'ZAIOKH' using our 3 letter word finder?",
33
+ "faqAnswer": "\"Using our 3 letter word finder, for the letters 'ZAIOKH' you can find following words zho ,azo ,zoa ,hok ,khi ,kai ,kia ,koa ,koi ,oak ,oik ,oka ,ahi ,hai \n\""
34
+ },
35
+ {
36
+ "faqQuestion": "How many 3 letter words can you find with letters 'CVIUNA' using our 3 letter word finder?",
37
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'CVIUNA' you can find following words vac ,van ,vau ,vin ,can ,cui ,via ,uan ,uni ,ain ,ani ,nai "
38
+ },
39
+ {
40
+ "faqQuestion": "How many 3 letter words can you find with letters 'GOPIUR' using our 3 letter word finder?",
41
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'GOPIUR' you can find following words pug,gip ,pig ,piu ,pur ,upo ,gur ,pir ,poi ,pro ,rip ,rug"
42
+ },
43
+ {
44
+ "faqQuestion": "How many 3 letter words can you find with letters 'CAZTION' using our 3 letter word finder?",
45
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'CAZTION' you can find following words coz ,zac ,zin ,azo ,tiz ,zit ,zoa ,can ,con ,act ,cat ,cot ,oca ,tic "
46
+ },
47
+ {
48
+ "faqQuestion": "How many 3 letter words can you find with letters 'ZODBLA' using our 3 letter word finder?",
49
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'ZODBLA' you can find following words adz ,dzo ,zol ,azo ,zoa ,alb ,bad ,bal ,bod ,bol ,dab "
50
+ },
51
+ {
52
+ "faqQuestion": "How many 3 letter words can you find with letters 'JADWOI' using our 3 letter word finder?",
53
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'JADWOI' you can find following words jaw ,jow ,jai ,daw ,dow ,wad ,ado ,aid ,dai ,oda"
54
+ },
55
+ {
56
+ "faqQuestion": "How many 3 letter words can you find with letters 'NAWSIO' using our 3 letter word finder?",
57
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'NAWSIO' you can find following words awn ,naw ,now ,own ,wan ,win ,won ,saw ,sow ,was ,wis ,wos ,ain"
58
+ },
59
+ {
60
+ "faqQuestion": "How many 3 letter words can you find with letters 'HASCOG' using our 3 letter word finder?",
61
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'HASCOG' you can find following words ach ,cha ,cog ,hac ,hoc ,och ,gah ,hag ,hog ,cos ,oca ,sac ,soc ,ago, ahs "
62
+ },
63
+ {
64
+ "faqQuestion": "How many 3 letter words can you find with letters 'URIYMP' using our 3 letter word finder?",
65
+ "faqAnswer": "Using our 3 letter word finder, for the letters 'URIYMP' you can find following words ump,imp ,puy ,yum ,yup ,pry ,yip ,imu ,piu ,pur ,rum,mir"
66
+ },
67
+ {
68
+ "faqQuestion": "How many 3 letter words can you find with letters 'GHJOIL' using our 3 letter word finder?",
69
+ "faqAnswer": "\"Using our 3 letter word finder, for the letters 'GHJOIL' you can find following words jig ,jog ,jol ,ghi ,hog ,lig ,log ,hoi \n\""
70
+ },
71
+ {
72
+ "faqQuestion": "Is there a 3 letter scrabble word with C ?",
73
+ "faqAnswer": "3 letter scrabble word with C are CAI,cal,cam,can, cap,car,cat,aw ,cax,cay,caz"
74
+ },
75
+ {
76
+ "faqQuestion": "Is there a 3 letter scrabble word that end with Q ?",
77
+ "faqAnswer": "3 letter scrabble word that end with Q is suq"
78
+ },
79
+ {
80
+ "faqQuestion": "Is there a 3 letter scrabble word with Z and X ?",
81
+ "faqAnswer": "3 letter scrabble word with Z and X are zax,zex"
82
+ },
83
+ {
84
+ "faqQuestion": "Is there a 3 letter scrabble word with Q ?",
85
+ "faqAnswer": "3 letter scrabble word with Q are qaf,qis,qua,quo,suq"
86
+ },
87
+ {
88
+ "faqQuestion": "Is there a 3 letter scrabble word with Z ?",
89
+ "faqAnswer": "3 letter scrabble word with Z are AZO,ZAP,ZAG,WIZ,LEZ,FIZ,FEZ,COZ"
90
+ },
91
+ {
92
+ "faqQuestion": "Is there a 3 letter scrabble word with X ?",
93
+ "faqAnswer": "3 letter scrabble word with X are aux,box,cox,dox,dux,fax,fix"
94
+ },
95
+ {
96
+ "faqQuestion": "Is there a 3 letter scrabble word with Q and E ?",
97
+ "faqAnswer": "3 letter scrabble word with Q and E are que,esq ,seq "
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'BPOIU'?",
101
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'BPOIU' are pub ,bop ,piu ,upo ,bio ,obi ,poi "
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'FASHGY'?",
105
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'FASHGY' are,fah ,fay,gah ,gay ,hag ,hay ,shy ,yag ,yah ,fas ,ahs ,ash "
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'JGHAI'?",
109
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'JGHAI' are haj,jag ,jig ,jai ,gah ,ghi ,hag ,ahi "
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'ZADMIO'?",
113
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'ZADMIO' are adz ,dzo ,azo ,zoa ,dam ,dim ,dom ,mad ,mid ,mod "
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'DASITO'?",
117
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'DASITO' are ado ,ads ,aid ,dai ,dis ,dit ,dos ,dot ,ids ,itd ,oda ,ods ,sad ,sod "
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'BCSAIR'?",
121
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'BCSAIR' are cab ,abs ,arb ,arc ,bai,bar ,bas ,bis ,car ,cis ,cri ,rib ,sab "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'GACRIO'?",
125
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'GACRIO' are cig,cog ,arc ,car ,cor ,cri,oca ,orc,roc ,ago ,gar ,goa "
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'VWNIOL'?",
129
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'VWNIOL' are vow ,vin ,von ,low ,now ,owl ,own ,win ,won ,lin ,nil ,ion "
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'DEOLIC'?",
133
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'DEOLIC' are cel ,cod ,col ,doc ,eco ,ice ,del,dol ,eld ,led ,lid ,old ,die ,doe "
134
+ },
135
+ {
136
+ "faqQuestion": "How many meaningful 3 letter words can be created by solving jumble word 'ASHPSR'?",
137
+ "faqAnswer": "Some 3 letter words that can be created from jumble word 'ASHPSR' are hap ,pah ,asp ,par ,pas ,rap ,sap ,spa ,ahs ,ash ,has ,rah ,sha "
138
+ },
139
+ {
140
+ "faqQuestion": "Is NIB 3 letter valid scrabble word?",
141
+ "faqAnswer": "Yes,NIB is a 3 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is LOY 3 letter valid scrabble word?",
145
+ "faqAnswer": "Yes, LOY is a 3 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is HAW 3 letter valid scrabble word?",
149
+ "faqAnswer": "Yes,HAW is a 3 letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is FAS 3 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, FAS is a 3 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is FAW 3 letter valid scrabble word?",
157
+ "faqAnswer": "Yes,FAW is a 3 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is DEB 3 letter valid scrabble word?",
161
+ "faqAnswer": "Yes,DEB is a 3 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is CHE 3 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, CHE is a 3 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is YAG 3 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, YAG is a 3 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is VAE 3 letter valid scrabble word?",
173
+ "faqAnswer": "Yes, VAE is a 3 letter valid scrabble word"
174
+ },
175
+ {
176
+ "faqQuestion": "Is SAC 3 letter valid scrabble word?",
177
+ "faqAnswer": "Yes, SAC is a 3 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
+ }