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": "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
+ }
@@ -0,0 +1,184 @@
1
+ {
2
+ "title": "Twelve letter word finder ",
3
+ "h1": "Twelve letter word finder ",
4
+ "meta": "Worried with an Twelve popping up in your word game? Use our Twelve 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 Twelve letter word finder ",
16
+ "feature_text": "Often this letter Twelve 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 Twelve letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Twelve in it",
21
+ "feature_text": "Twelve letter word finder lets you find all {Twelve 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 12 letter words can you find with letters 'ONHGIZEDIPTH' using our 12 letter word finder?",
33
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'ONHGIZEDIPTH' ,you can find following word diphthongize"
34
+ },
35
+ {
36
+ "faqQuestion": "How many 12 letter words can you find with letters 'GOMHOUSZORPY' using our 12 letter word finder?",
37
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'GOMHOUSZORPY' ,you can find following word zygomorphous"
38
+ },
39
+ {
40
+ "faqQuestion": "How many 12 letter words can you find with letters 'IUINQUEMQUNN' using our 12 letter word finder?",
41
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'IUINQUEMQUNN' ,you can find following word quinquennium"
42
+ },
43
+ {
44
+ "faqQuestion": "How many 12 letter words can you find with letters 'YHATIZESPGOC' using our 12 letter word finder?",
45
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'YHATIZESPGOC' ,you can find following word phagocytizes "
46
+ },
47
+ {
48
+ "faqQuestion": "How many 12 letter words can you find with letters 'DIZIPNGJEOAR' using our 12 letter word finder?",
49
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'DIZIPNGJEOAR' ,you can find following word jeopardizing"
50
+ },
51
+ {
52
+ "faqQuestion": "How many 12 letter words can you find with letters 'QUANTPRAZIEL' using our 12 letter word finder?",
53
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'QUANTPRAZIEL' ,you can find following word praziquantel"
54
+ },
55
+ {
56
+ "faqQuestion": "How many 12 letter words can you find with letters 'MOLOETHRXYCH' using our 12 letter word finder?",
57
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'MOLOETHRXYCH' ,you can find following word methoxychlor"
58
+ },
59
+ {
60
+ "faqQuestion": "How many 12 letter words can you find with letters 'QRSALAQUUAVE' using our 12 letter word finder?",
61
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'QRSALAQUUAVE' ,you can find following word quaquaversal"
62
+ },
63
+ {
64
+ "faqQuestion": "How many 12 letter words can you find with letters 'CESHICXKENPO' using our 12 letter word finder?",
65
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'CESHICXKENPO' ,you can find following word chickenpoxes"
66
+ },
67
+ {
68
+ "faqQuestion": "How many 12 letter words can you find with letters 'ZJANTINOPIHR' using our 12 letter word finder?",
69
+ "faqAnswer": "Using our 12 letter word finder, for the letters 'ZJANTINOPIHR' ,you can find following word zinjanthropi "
70
+ },
71
+ {
72
+ "faqQuestion": "What are 12 letter words that start with CA ?",
73
+ "faqAnswer": "Some 12 letter words that start with CA are cancellation,catastrophic,carbohydrate,capitulation,cantankerous,carbonaceous,capitalistic,calisthenics,cabinetmaker,carpetbagger,candleholder"
74
+ },
75
+ {
76
+ "faqQuestion": "What are 12 letter words that end with Y ?",
77
+ "faqAnswer": "Some 12 letter words that start with Y are chemotherapy,anthropology,bibliography,intermediary,epidemiology,spirituality,cryptography,inflationary,biochemistry,conservatory,multiplicity"
78
+ },
79
+ {
80
+ "faqQuestion": "What are 12 letter words that start with END ?",
81
+ "faqAnswer": "Some 12 letter words that start with END are endoskeleton,endometritis,endoparasite,endothelioma,endomorphism,endomorphies,endodontists,endogenously,endoskeletal,endosymbiont"
82
+ },
83
+ {
84
+ "faqQuestion": "What are 12 letter words that start with TRI ?",
85
+ "faqAnswer": "Some 12 letter words that start with tri are trifoliolate,trichopteran,trichomonads,trichologies,trichologist,trichinizing,trichlorphon,tribologists,tribological,tribuneships,tribulations"
86
+ },
87
+ {
88
+ "faqQuestion": "How many 12 letter words are there in English?",
89
+ "faqAnswer": "There are 20297 twelve-letter words."
90
+ },
91
+ {
92
+ "faqQuestion": "What are 12 letter words popularly used in scrabble?",
93
+ "faqAnswer": "Some 12 letter words popularly used in scrabble are satisfaction, togetherness, sectionalism, ramification, aerodynamics, Thessalonica, alliterating, equivocating, equivocation, ratification, heartbreaker, shapeshifter, ankylosaurus, intersection, unemployment, dissertation, preservation, interruption, rejuvenation, astronomical"
94
+ },
95
+ {
96
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'MEHIZABCLEAN'?",
97
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'MEHIZABCLEAN' is mechanizable "
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'SOOLILZESQUI'?",
101
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'SOOLILZESQUI' is soliloquizes "
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'GHTEZPRIEFIR'?",
105
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'GHTEZPRIEFIR' is prizefighter "
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'MHOESLOYTGIZ'?",
109
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'MHOESLOYTGIZ' is mythologizes"
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'INGKJACHTLIG'?",
113
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'INGKJACHTLIG' is jacklighting "
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'ECHAXBLYANGE'?",
117
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'ECHAXBLYANGE' is exchangeably "
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'IZECYBCITNER'?",
121
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'IZECYBCITNER' is cybercitizen "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'TAXMIZEIDERS'?",
125
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'TAXMIZEIDERS' is taxidermizes "
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'PCHOSYAPHYGR'?",
129
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'PCHOSYAPHYGR' is psychography"
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 12 letter words can be created by solving jumble word 'MYSMYCEXOOUT'?",
133
+ "faqAnswer": "Some 12 letter words that can be created from jumble word 'MYSMYCEXOOUT' is myxomycetous "
134
+ },
135
+ {
136
+ "faqQuestion": "Is hydralazines a 12 letter valid scrabble word?",
137
+ "faqAnswer": "Yes, hydralazines is a 12 letter valid scrabble word"
138
+ },
139
+ {
140
+ "faqQuestion": "Is merchandizes a 12 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, merchandizes is a 12 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is phycomycetes a 12 letter valid scrabble word?",
145
+ "faqAnswer": "Yes, phycomycetes is a 12 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is depolymerize a 12 letter valid scrabble word?",
149
+ "faqAnswer": "Is depolymerize a 12 letter valid scrabble word?"
150
+ },
151
+ {
152
+ "faqQuestion": "Is cytotaxonomy a 12 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, cytotaxonomy is a 12 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is symmetrizing a 12 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, symmetrizing is a 12 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is exophthalmos a 12 letter valid scrabble word?",
161
+ "faqAnswer": "Yes, exophthalmos is a 12 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is rehypnotized a 12 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, rehypnotized is a 12 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is mechanizable a 12 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, mechanizable is a 12 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is copolymerize a 12 letter valid scrabble word?",
173
+ "faqAnswer": "Yes, copolymerize is a 12 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
+ }
@@ -0,0 +1,188 @@
1
+ {
2
+ "title": "Two letter word finder ",
3
+ "h1": "Two letter word finder ",
4
+ "meta": "Worried with an Two popping up in your word game? Use our Two 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 Two letter word finder ",
16
+ "feature_text": "Often this letter Two 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 Two letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Two in it",
21
+ "feature_text": "Two letter word finder lets you find all {Two 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 2 letter words can you find with letters 'CASBIR' using our 2 letter word finder?",
33
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'CASBIR' ,you can find following words ab,ba ,bi ,ai ,ar ,as ,is ,si "
34
+ },
35
+ {
36
+ "faqQuestion": "How many 2 letter words can you find with letters 'GOBINU' using our 2 letter word finder?",
37
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'GOBINU' ,you can find following words bu ,bi ,bo ,gi ,go ,nu,un,,in ,no ,on ,ou ,io ,oi "
38
+ },
39
+ {
40
+ "faqQuestion": "How many 2 letter words can you find with letters 'ZADPI' using our 2 letter word finder?",
41
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'ZADPI', you can find following words za ,pa ,pi ,ad ,da ,di ,id ,ai "
42
+ },
43
+ {
44
+ "faqQuestion": "How many 2 letter words can you find with letters 'JHAIPY' using our 2 letter word finder?",
45
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'JHAIPY' ,you can find following words ja ,pa ,pi ,ah ,ay ,ha ,hi ,ya ,yi ,ai "
46
+ },
47
+ {
48
+ "faqQuestion": "How many 2 letter words can you find with letters 'SREMGI' using our 2 letter word finder?",
49
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'SREMGI' ,you can find following words em,me ,mi,gi ,er ,es ,is ,re ,si "
50
+ },
51
+ {
52
+ "faqQuestion": "How many 2 letter words can you find with letters 'VAZOTI' using our 2 letter word finder?",
53
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'VAZOTI' ,you can find following words za ,ai ,at ,io ,it ,oi ,ta ,ti ,to"
54
+ },
55
+ {
56
+ "faqQuestion": "How many 2 letter words can you find with letters 'BNUEJI' using our 2 letter word finder?",
57
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'BNUEJI', you can find following words je ,bu ,be,bi ,nu ,un ,en ,in ,ne "
58
+ },
59
+ {
60
+ "faqQuestion": "How many 2 letter words can you find with letters 'PODGNI' using our 2 letter word finder?",
61
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'PODGNI' ,you can find following words op ,pi ,po ,gi ,go ,di ,do ,id ,in ,no ,od ,on ,io ,oi "
62
+ },
63
+ {
64
+ "faqQuestion": "How many 2 letter words can you find with letters 'BASDXI' using our 2 letter word finder?",
65
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'BASDXI' ,you can find following words ax,xi ,ab ,ba ,bi,ad ,da ,di ,id ,ai ,as ,is,si "
66
+ },
67
+ {
68
+ "faqQuestion": "How many 2 letter words can you find with letters 'TYUIW' using our 2 letter word finder?",
69
+ "faqAnswer": "Using our 2 letter word finder, for the letters 'TYUIW', you can find following words yi ,ut ,it ,ti "
70
+ },
71
+ {
72
+ "faqQuestion": "What are 2 letter scrabble words with J ?",
73
+ "faqAnswer": "Some 2 letter scrabble word with J are ja,jo"
74
+ },
75
+ {
76
+ "faqQuestion": "How many 2 letter words are there in scrabble ?",
77
+ "faqAnswer": "There are 107 acceptable 2-letter words listed in the Official Scrabble Players Dictionary"
78
+ },
79
+ {
80
+ "faqQuestion": "What are 2 letter scrabble words that end with J ?",
81
+ "faqAnswer": "Some 2 letter scrabble word that end with J are gj,hj,IJ,JJ,LJ,OJ,PJ,RJ,SJ,TJ,VJ,WJ "
82
+ },
83
+ {
84
+ "faqQuestion": "What are 2 letter scrabble words that end with G ?",
85
+ "faqAnswer": "Some 2 letter scrabble word that end with G are FG,gg,hg,Ig,JG,kg,LG,mg,ng,og,PG,SG,Tg,ug,VG "
86
+ },
87
+ {
88
+ "faqQuestion": "What are 2 letter scrabble words that contain X ?",
89
+ "faqAnswer": "Some 2 letter scrabble word with X are ax,ex,ox,xi,xu"
90
+ },
91
+ {
92
+ "faqQuestion": "Is there a 2 letter scrabble word starting with V?",
93
+ "faqAnswer": "2 letter scrabble word starting with V are Va,VC,VE,VG,VI,VJ,VL,VM,VN,VO,VP,vs,VT,VW,VX\t "
94
+ },
95
+ {
96
+ "faqQuestion": "what are some top scoring 2 letter word in scrabble ?",
97
+ "faqAnswer": "Some top scoring 2 letter word in scrabble are ZA ,QI ,AX ,XU ,XI ,JO ,EX ,OX ,BY ,MY ,HM ,KA ,KI ,MM ,HI ,HE ,OW "
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'EVLOS'?",
101
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'EVLOS' are,lo ,eo ,es,oe ,os ,so "
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'DORWS'?",
105
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'DORWS' are ow ,wo ,do ,od ,or ,os ,so "
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'AEKM'?",
109
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'AEKM' are ka ,am ,em ,ma ,me ,ae "
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'EBLMUJ'?",
113
+ "faqAnswer": "\"Some 2 letter words that can be created from jumble word 'EBLMUJ' are je,,bu ,mu,um ,be ,em ,me \""
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'VREOLS'?",
117
+ "faqAnswer": "\"Some 2 letter words that can be created from jumble word 'VREOLS' are el ,lo ,eo ,er ,es ,oe ,or ,os ,re \""
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'AAIMZNG'?",
121
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'AAIMZNG' are za ,am ma ,mi ,ag ,gi ,an ,in ,na ,aa "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'AEIHMPSS'?",
125
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'AEIHMPSS' are hm ,am ,em ,ma ,me ,mi ,pa ,pe ,pi ,ah ,eh "
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'MYONRAH'?",
129
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'MYONRAH' are ,my ,am ,ma ,mo ,om ,ah ,ay ,ha ,ho ,oh "
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'OUNOP'?",
133
+ "faqAnswer": "\"Some 2 letter words that can be created from jumble word 'OUNOP' are up ,op,po ,nu,un ,no ,on ,ou \""
134
+ },
135
+ {
136
+ "faqQuestion": "How many meaningful 2 letter words can be created by solving jumble word 'MOAWEES'?",
137
+ "faqAnswer": "Some 2 letter words that can be created from jumble word 'MOAWEES' are am ,aw ,em ,ew ,ma ,me ,mo ,om ,ow we "
138
+ },
139
+ {
140
+ "faqQuestion": "Is HA 2 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, HA 2 is a letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is BO 2 letter valid scrabble word?",
145
+ "faqAnswer": "Yes,BO 2 is a letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is SO 2 letter valid scrabble word?",
149
+ "faqAnswer": "Yes, SO 2 is a letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is OY 2 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, OY 2 is a letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is JA 2 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, JA is a 2 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is OB 2 letter valid scrabble word?",
161
+ "faqAnswer": "Yes, OB is a 2 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is IO 2 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, IO is a 2 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is TA 2 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, TA is a 2 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is YA 2 letter valid scrabble word?",
173
+ "faqAnswer": "Yes, YA is a letter valid scrabble word"
174
+ },
175
+ {
176
+ "faqQuestion": "Is ZA 2 letter valid scrabble word?",
177
+ "faqAnswer": "Yes, ZA is a 2 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
+ }