word-games-theme 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +2 -0
  4. data/_data/blog/alertbar.yml +3 -0
  5. data/_data/blog/blog.yml +2 -0
  6. data/_data/blog/nav.json +14 -0
  7. data/_data/blog/share.yml +27 -0
  8. data/_data/footer/en/data.json +75 -0
  9. data/_data/footer/hi/data.json +69 -0
  10. data/_data/footer/networksites.json +16 -0
  11. data/_data/header/en/data.json +71 -0
  12. data/_data/header/hi/data.json +145 -0
  13. data/_data/wordgames/en/anagram_word_finder.json +55 -0
  14. data/_data/wordgames/en/eight_letter_word_finder.json +224 -0
  15. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -0
  16. data/_data/wordgames/en/five_letter_word_finder.json +188 -0
  17. data/_data/wordgames/en/four_letter_word_finder.json +176 -0
  18. data/_data/wordgames/en/jumble_word_finder.json +62 -0
  19. data/_data/wordgames/en/lexical_word_finder.json +54 -0
  20. data/_data/wordgames/en/nine_letter_word_finder.json +184 -0
  21. data/_data/wordgames/en/root.json +88 -0
  22. data/_data/wordgames/en/scrabble_word_finder_cheat.json +55 -0
  23. data/_data/wordgames/en/seven_letter_word_finder.json +184 -0
  24. data/_data/wordgames/en/six_letter_word_finder.json +176 -0
  25. data/_data/wordgames/en/ten_letter_word_finder.json +184 -0
  26. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -0
  27. data/_data/wordgames/en/three_letter_word_finder.json +188 -0
  28. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -0
  29. data/_data/wordgames/en/two_letter_word_finder.json +188 -0
  30. data/_data/wordgames/en/words_with_friends_word_finder.json +56 -0
  31. data/_includes/Rating/rating.html +88 -0
  32. data/_includes/Rating/structureddata.html +53 -0
  33. data/_includes/author_bio.html +16 -0
  34. data/_includes/authors/authors.html +27 -0
  35. data/_includes/custom-head.html +32 -0
  36. data/_includes/disqus_comments.html +11 -0
  37. data/_includes/filterWords/index.html +11 -0
  38. data/_includes/footer/index.html +40 -0
  39. data/_includes/google-analytics.html +23 -0
  40. data/_includes/head/index.html +105 -0
  41. data/_includes/header/blogHeader.html +28 -0
  42. data/_includes/header/index.html +48 -0
  43. data/_includes/paginationBlogPage.html +35 -0
  44. data/_includes/paginationPostPage.html +15 -0
  45. data/_includes/postauthorbio.html +18 -0
  46. data/_includes/postbox.html +30 -0
  47. data/_includes/script.html +14 -0
  48. data/_includes/section/about.html +26 -0
  49. data/_includes/section/alertbar.html +12 -0
  50. data/_includes/section/blog.html +39 -0
  51. data/_includes/section/commonPage.html +119 -0
  52. data/_includes/section/count.html +24 -0
  53. data/_includes/section/feature.html +35 -0
  54. data/_includes/section/home.html +68 -0
  55. data/_includes/section/home2.html +93 -0
  56. data/_includes/section/news.html +33 -0
  57. data/_includes/section/recent_posts.html +43 -0
  58. data/_includes/section/related_categories_post.html +74 -0
  59. data/_includes/section/related_tag_post.html +60 -0
  60. data/_includes/section/wordGroup.html +7 -0
  61. data/_includes/seo.html +57 -0
  62. data/_includes/share/socialshare.html +50 -0
  63. data/_layouts/blog.html +67 -0
  64. data/_layouts/categories.html +26 -0
  65. data/_layouts/default.html +35 -0
  66. data/_layouts/disclaimer.html +116 -0
  67. data/_layouts/page.html +14 -0
  68. data/_layouts/post.html +69 -0
  69. data/_layouts/privacyPolicy.html +421 -0
  70. data/_layouts/termAndCondition.html +421 -0
  71. data/_layouts/wordMeaning.html +107 -0
  72. data/assets/css/HomePageblog.css +154 -0
  73. data/assets/css/about.css +51 -0
  74. data/assets/css/advancedFilter.css +134 -0
  75. data/assets/css/blog.css +481 -0
  76. data/assets/css/feature.css +67 -0
  77. data/assets/css/footer.css +94 -0
  78. data/assets/css/home.css +186 -0
  79. data/assets/css/news.css +59 -0
  80. data/assets/css/style.css +374 -0
  81. data/assets/css/wordGroup.css +62 -0
  82. data/assets/images/Ankita.webp +0 -0
  83. data/assets/images/Anushka.webp +0 -0
  84. data/assets/images/Arjyahi.webp +0 -0
  85. data/assets/images/Nikita.webp +0 -0
  86. data/assets/images/alka.webp +0 -0
  87. data/assets/images/angle-arrow-down.svg +43 -0
  88. data/assets/images/bg_elements.png +0 -0
  89. data/assets/images/footer.png +0 -0
  90. data/assets/images/footer2-bg.webp +0 -0
  91. data/assets/images/keshav.webp +0 -0
  92. data/assets/images/left_obj_01.png +0 -0
  93. data/assets/images/left_obj_02.png +0 -0
  94. data/assets/images/loading.gif +0 -0
  95. data/assets/images/next.webp +0 -0
  96. data/assets/images/paavan.webp +0 -0
  97. data/assets/images/prev.webp +0 -0
  98. data/assets/images/rating.webp +0 -0
  99. data/assets/images/right.png +0 -0
  100. data/assets/images/right.svg +38 -0
  101. data/assets/images/right2.svg +38 -0
  102. data/assets/images/right3.svg +38 -0
  103. data/assets/images/right_obj_01.png +0 -0
  104. data/assets/images/word-games-logo.svg +52 -0
  105. data/assets/images/yellow_bg.png +0 -0
  106. data/assets/js/TopScroll.js +8 -0
  107. data/assets/js/X-letter.js +200 -0
  108. data/assets/js/advancedFilter.js +5 -0
  109. data/assets/js/advancedFilter2.js +5 -0
  110. data/assets/js/advancedFilter3.js +2 -0
  111. data/assets/js/manifest.json +17 -0
  112. data/assets/js/scrabbleDictonary.js +162 -0
  113. data/assets/js/serviceworker.js +42 -0
  114. data/assets/js/wordScrabble.js +363 -0
  115. metadata +198 -0
@@ -0,0 +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
+ }
@@ -0,0 +1,176 @@
1
+ {
2
+ "title": "Four letter word finder ",
3
+ "h1": "Four letter word finder ",
4
+ "meta": "Worried with an Four popping up in your word game? Use our Four 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 Four letter word finder ",
16
+ "feature_text": "Often this letter Four 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 Four letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Four in it",
21
+ "feature_text": "Four letter word finder lets you find all {Four 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 4 letter words can you find with letters 'MHASIL' using our 4 letter word finder?",
33
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'MHASIL' you can find following words halm ,hams ,mash ,sham ,shim ,alms ,lams ,lima ,mail ,mali\n\""
34
+ },
35
+ {
36
+ "faqQuestion": "How many 4 letter words can you find with letters 'GHUBIN' using our 4 letter word finder?",
37
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'GHUBIN' you can find following words bung ,bing ,hung ,nigh \n\""
38
+ },
39
+ {
40
+ "faqQuestion": "How many 4 letter words can you find with letters 'QUOIEN' using our 4 letter word finder?",
41
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'QUOIEN' you can find following words quin ,quoi \n\""
42
+ },
43
+ {
44
+ "faqQuestion": "How many 4 letter words can you find with letters 'GADFIO' using our 4 letter word finder?",
45
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'GADFIO' you can find following words fado ,fido ,gadi ,gado ,goad,agio \n\""
46
+ },
47
+ {
48
+ "faqQuestion": "How many 4 letter words can you find with letters 'XAZIHGE' using our 4 letter word finder?",
49
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'XAZIHGE' you can find following words gaze ,haze \n\n\""
50
+ },
51
+ {
52
+ "faqQuestion": "How many 4 letter words can you find with letters 'SADIBZ' using our 4 letter word finder?",
53
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'SADIBZ' you can find following words bads ,bids ,dabs ,dibs ,bais ,bias ,isba ,aids ,dais ,sadi \n\""
54
+ },
55
+ {
56
+ "faqQuestion": "How many 4 letter words can you find with letters 'FASOPI' using our 4 letter word finder?",
57
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'FASOPI' you can find following words fops ,apso ,ipsa ,ipso ,oafs ,paso ,pias ,piso ,pois ,soap\n\""
58
+ },
59
+ {
60
+ "faqQuestion": "How many 4 letter words can you find with letters 'HADCIN' using our 4 letter word finder?",
61
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'HADCIN' you can find following words chad ,chid ,chin ,inch ,nach ,chai ,chia ,acid ,cadi\n\""
62
+ },
63
+ {
64
+ "faqQuestion": "How many 4 letter words can you find with letters 'JGHEIA' using our 4 letter word finder?",
65
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'JGHEIA' you can find following words haji\n\""
66
+ },
67
+ {
68
+ "faqQuestion": "How many 4 letter words can you find with letters 'BPOIUR' using our 4 letter word finder?",
69
+ "faqAnswer": "\"Using our 4 letter word finder, for the letters 'BPOIUR' you can find following words burp ,prob ,poui ,pour ,puri ,puro ,roup ,biro ,brio\n\""
70
+ },
71
+ {
72
+ "faqQuestion": "Is there a 4 letter scrabble word with Z ?",
73
+ "faqAnswer": "4 letter scrabble word that start with Z are zafu,zags,zany,zaps,zarf,zeal"
74
+ },
75
+ {
76
+ "faqQuestion": "Is there a 4 letter scrabble word with J ?",
77
+ "faqAnswer": "4 letter scrabble word that start with J are join,joke,joky,jole,jolt,jook,josh,joss,jota,jots,jouk"
78
+ },
79
+ {
80
+ "faqQuestion": "Is there a 4 letter scrabble word that end with H ?",
81
+ "faqAnswer": "4 letter scrabble word that end with H are amah,,ankh,arch,argh,augh,ayah,bach,bagh,bash,bath"
82
+ },
83
+ {
84
+ "faqQuestion": "Is there a 4 letter scrabble word that end with U ?",
85
+ "faqAnswer": "4 letter scrabble word that end with U are babu,beau,chou,clou,datu,degu"
86
+ },
87
+ {
88
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'JAHIRO'?",
89
+ "faqAnswer": "Some 4 letter words that can be created from jumble word JAHIRO' are haji ,jiao ,hair ,hoar ,hora ,ohia ,iora "
90
+ },
91
+ {
92
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'NMASIU'?",
93
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'NMASIU' are maun ,muni muns,amin,amus ,imus ,main ,mans ,mina,nims"
94
+ },
95
+ {
96
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'BHIONE'?",
97
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'BHIONE' are bien,bine,bone ,ebon ,hone ,honi "
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'CXASIN'?",
101
+ "faqAnswer": "Some 4 letter words that can be created from jumble word CXASIN' are axis ,cain ,cans ,inca ,scan ,asci ,ains ,anis ,nais ,sain"
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'GAHSDIN'?",
105
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'GAHSDIN' are hang ,nigh ,dang ,ding ,gash ,ghis ,hags ,hand ,hind ,shag ,sigh ,agin ,dags,dahi "
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'XASOLIP'?",
109
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'XASOLIP' are axil ,axis ,alps ,laps ,lipa,lips ,lisp ,lops ,opal ,pail ,pali ,pals"
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'SDIAZU'?",
113
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'SDIAZU' are aids ,dais ,sadi ,said ,sida"
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'BAZUIO'?",
117
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'BAZUIO' is obia "
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'KHJASI'?",
121
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'KHJASI' are haji ,haik ,khis ,kish ,saki ,sika ,ahis "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 4 letter words can be created by solving jumble word 'KOLIMN'?",
125
+ "faqAnswer": "Some 4 letter words that can be created from jumble word 'KOLIMN' are milk,mink ,monk ,kiln ,link ,ikon ,kilo ,kino ,limn ,oink"
126
+ },
127
+ {
128
+ "faqQuestion": "Is mods 4 letter valid scrabble word?",
129
+ "faqAnswer": "Yes, mods is a 4 letter valid scrabble word"
130
+ },
131
+ {
132
+ "faqQuestion": "Is knap 4 letter valid scrabble word?",
133
+ "faqAnswer": "Yes, loco is a 4 letter valid scrabble word"
134
+ },
135
+ {
136
+ "faqQuestion": "Is goop 4 letter valid scrabble word?",
137
+ "faqAnswer": "Yes, goop is a 4 letter valid scrabble word"
138
+ },
139
+ {
140
+ "faqQuestion": "Is geek 4 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, geek is a 4 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is eyre 4 letter valid scrabble word?",
145
+ "faqAnswer": "Yes,eyre is a 4 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is eave 4 letter valid scrabble word?",
149
+ "faqAnswer": "Yes, eave is a 4 letter valid scrabble word."
150
+ },
151
+ {
152
+ "faqQuestion": "Is damp 4 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, damp is a 4 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is cage 4 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, cage is a 4 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is bene 4 letter valid scrabble word?",
161
+ "faqAnswer": "Yes,bene is a 4 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is abys 4 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, abys is a 4 letter valid scrabble word"
166
+ }
167
+ ],
168
+ "aboutList": [
169
+ {
170
+ "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!"
171
+ },
172
+ {
173
+ "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!"
174
+ }
175
+ ]
176
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "title": "Jumble word finder",
3
+ "h1": "Jumble word finder",
4
+
5
+ "meta": "Still worried of unscrambling jumbled words ? Use our jumble word finder now!",
6
+
7
+ "featureNo": "02",
8
+ "feature_title": "Features",
9
+
10
+ "blogNo": "03",
11
+ "blog_title": "Blog",
12
+
13
+ "FaqNo": "04",
14
+ "Faq_title": "FAQ",
15
+
16
+ "aboutNo": "05",
17
+ "about_title": "About",
18
+
19
+ "featureList": [
20
+ {
21
+ "feature_heading": "Heard of Jumbler Word finder?",
22
+ "feature_text": "Are you acquainted with a jumble solver? It’s simply no longer some thing that you hear about each and every day! ",
23
+ "fa_class": "far fa-star"
24
+ },
25
+ {
26
+ "feature_heading": "But you'd surely know it if you are huge fan of jumble games",
27
+ "feature_text": "However, if you’re hooked on word games and particularly love jumble puzzles, you’ll understand a jumble solver as an essential invention for figuring out unscrambled words.",
28
+ "fa_class": "far fa-star"
29
+ },
30
+ {
31
+ "feature_heading": "Jumble Word finder in SIMPLE TERMS",
32
+ "feature_text": "To put it simply, a Jumble Solver or Jumble word finder is a tool that accepts jumbled language and promptly clarifies the hidden meaning.",
33
+ "fa_class": "far fa-star"
34
+ },
35
+ {
36
+ "feature_heading": "here to use this jumbler word finder?",
37
+ "feature_text": "Jumble word finder can be used in any word game like Scrabble, Super Scrabble, AbbleDabble, AlphaJax, Wordfeud, Droidwords,Word By Post, Word hums, Wordsmith, Lexulous, Literati, etc.",
38
+ "fa_class": "far fa-star"
39
+ },
40
+ {
41
+ "feature_heading": "How this Jumble Word finder works?",
42
+ "feature_text": ["It's extremely simple!: Just enter the jumbled word and there you get the actual word. For example:",
43
+ "\nATLS EON ADLCWIRD will become ONE LAST WILDCARD",
44
+ "\nOT AEKM NWI DORWS turns into MAKE WORDS TO WIN",
45
+ "\nBJMLU EELPHR turns into JUMBLE HELPER"],
46
+ "fa_class": "far fa-star"
47
+ }
48
+ ],
49
+
50
+
51
+ "faqList":[
52
+
53
+ ],
54
+ "aboutList":[
55
+ {
56
+ "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!"
57
+ },
58
+ {
59
+ "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!"
60
+ }
61
+ ]
62
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "title": "Lexical word finder",
3
+ "h1": "Lexical word finder",
4
+
5
+ "meta": "Still thinking of unscrambling words ? Use our lexical word finder now!",
6
+
7
+ "featureNo": "02",
8
+ "feature_title": "Features",
9
+
10
+ "blogNo": "03",
11
+ "blog_title": "Blog",
12
+
13
+ "FaqNo": "04",
14
+ "Faq_title": "FAQ",
15
+
16
+ "aboutNo": "05",
17
+ "about_title": "About",
18
+
19
+ "featureList": [
20
+ {
21
+ "feature_heading": "What this Lexical word finder actually is?",
22
+ "feature_text": "Lexical Word Finder is a very cool tool that can assist you breeze through any word recreation in opposition to your friends or the computer. With the lexical word finder tool, winning becomes a lot simpler.",
23
+ "fa_class": "far fa-star"
24
+ },
25
+ {
26
+ "feature_heading": "Where to use this Lexical word finder?",
27
+ "feature_text": "Lexical word finder can be used in any word game like Scrabble, Super Scrabble, AbbleDabble, AlphaJax, Wordfeud, Droidwords,Word By Post, Word hums, Wordsmith, Lexulous, Literati, etc.",
28
+ "fa_class": "far fa-star"
29
+ },
30
+ {
31
+ "feature_heading": "Lexical Word finder with improved dictionaries",
32
+ "feature_text": " Lexical Word Finder can also be added to use dictionaries like Enable, SOWPODS, OSPD4,ODS5, TWL, CSW, and YAWL.",
33
+ "fa_class": "far fa-star"
34
+ },
35
+ {
36
+ "feature_heading": "Simple Steps to use this handy tool",
37
+ "feature_text": "Select the type of game, Add the letters or words in the board you are playing on, make an replica of the board on our Lexical Word Finder tool, type in the letters, if you have a blank tile on your board, use an uppercase letter. Also remeber to type in the rest of the letters in lowercase. Finally click on Search and put the best move when your turn comes.",
38
+ "fa_class": "far fa-star"
39
+ }
40
+ ],
41
+
42
+
43
+ "faqList":[
44
+
45
+ ],
46
+ "aboutList":[
47
+ {
48
+ "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!"
49
+ },
50
+ {
51
+ "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!"
52
+ }
53
+ ]
54
+ }