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,176 @@
1
+ {
2
+ "title": "Six letter word finder ",
3
+ "h1": "Six letter word finder ",
4
+ "meta": "Worried with an Six popping up in your word game? Use our Six 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 Six letter word finder ",
16
+ "feature_text": "Often this letter Six 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 Six letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Six in it",
21
+ "feature_text": "Six letter word finder lets you find all {Six 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 6 letter words can you find with letters 'PORASIT' using our 6 letter word finder?",
33
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'PORASIT' ,you can find following words airpot ,pastor ,patios ,patois ,prosit ,rapist ,ripost ,tapirs"
34
+ },
35
+ {
36
+ "faqQuestion": "How many 6 letter words can you find with letters 'FASURIE' using our 6 letter word finder?",
37
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'FASURIE' ,you can find following words feuars ,furies ,surfie ,ferias,fraise"
38
+ },
39
+ {
40
+ "faqQuestion": "How many 6 letter words can you find with letters 'LOPASIN' using our 6 letter word finder?",
41
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'LOPASIN' ,you can find following words lapins ,nopals ,plains ,spinal ,pianos ,aloins "
42
+ },
43
+ {
44
+ "faqQuestion": "How many 6 letter words can you find with letters 'PYRDCCIE' using our 6 letter word finder?",
45
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'PYRDCCIE' ,you can find following words pricey ,percid ,priced "
46
+ },
47
+ {
48
+ "faqQuestion": "How many 6 letter words can you find with letters 'HASOLIEU' using our 6 letter word finder?",
49
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'HASOLIEU' ,you can find following words housel,lehuas ,haloes ,haoles ,heiaus ,helios ,holies ,isohel"
50
+ },
51
+ {
52
+ "faqQuestion": "How many 6 letter words can you find with letters 'PINGYDO' using our 6 letter word finder?",
53
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'PINGYDO', you can find following words doping ,pongid "
54
+ },
55
+ {
56
+ "faqQuestion": "How many 6 letter words can you find with letters 'NASIDLM' using our 6 letter word finder?",
57
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'NASIDLM' ,you can find following words dismal ,limans ,island"
58
+ },
59
+ {
60
+ "faqQuestion": "How many 6 letter words can you find with letters 'HZARIOD' using our 6 letter word finder?",
61
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'HZARIOD' ,you can find following words hairdo"
62
+ },
63
+ {
64
+ "faqQuestion": "How many 6 letter words can you find with letters 'JASONBI' using our 6 letter word finder?",
65
+ "faqAnswer": "Using our 6 letter word finder, for the letters 'JASONBI' ,you can find following words banjos ,basion ,bonsai "
66
+ },
67
+ {
68
+ "faqQuestion": "Is there a 6 letter scrabble word that start with sh ?",
69
+ "faqAnswer": "Some 6 letter scrabble words that start with sh are shades,shadow,shaduf,Shadys,Shafis,shafts,shaggy,Shahab,shahid"
70
+ },
71
+ {
72
+ "faqQuestion": "Is there a 6 letter scrabble word that start with Q ?",
73
+ "faqAnswer": "Some 6 letter scrabble words that start with Q are QUARTZ,QUATRE,QUANGO,QUAVER,QUEANS,QUEASY,QUEAZY,QUEEN,SQUEER,SQUELL,SQUANT,AQUALM,QUAGGY,QINDAR"
74
+ },
75
+ {
76
+ "faqQuestion": "Is there a 6 letter scrabble word that start with DIS ?",
77
+ "faqAnswer": "Some 6 letter scrabble words that start with DIS are dishes,disked,dismal,disman,dismay,dismes,Disney,disomy,disord,disow,dispel"
78
+ },
79
+ {
80
+ "faqQuestion": "Is there a 6 letter scrabble word that end with MENT ?",
81
+ "faqAnswer": "6 letter scrabble words that end with MENT are cement,dement,foment,jument,lament,loment,moment,piment,rament"
82
+ },
83
+ {
84
+ "faqQuestion": "Is there a 6 letter scrabble word that end with OO ?",
85
+ "faqAnswer": "6 letter scrabble words that end with OO are bamboo,tattoo,cuckoo,voodoo,hoodoo,gentoo,skidoo,boohoo,burgoo"
86
+ },
87
+ {
88
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'CRANIOU'?",
89
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'CRANIOU' are anuric ,cornua ,uranic ,uronic ,aircon "
90
+ },
91
+ {
92
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'HAPIERN'?",
93
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'HAPIERN' are harpin ,panier ,rapine,hernia "
94
+ },
95
+ {
96
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'LASOPEI'?",
97
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'LASOPEI' are aslope ,espial ,lipase ,pileas ,pilose ,poleis ,soapie"
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'GHASOIN'?",
101
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'GHASOIN' are ashing ,hangis ,hogans ,hongis ,hosing ,shango ,ngaios "
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'ZUOPARNK'?",
105
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'ZUOPARNK' is koruna "
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'BASOVIYR'?",
109
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'BASOVIYR' are bravos ,savory ,boyars ,savior ,savoir "
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'JKASUTEN'?",
113
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'JKASUTEN' are jakest ,junket ,jaunse ,jaunts ,juntas ,sejant ,sunket"
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'QSATUIE'?",
117
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'QSATUIE' is quiets"
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'KOLPASE'?",
121
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'KOLPASE' are lepaks ,polkas ,splake aslope "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 6 letter words can be created by solving jumble word 'ASRITBO'?",
125
+ "faqAnswer": "Some 6 letter words that can be created from jumble word 'ASRITBO' are aborts ,biotas ,bistro ,boarts,broast,isobar ,orbits ,tabors ,aorist "
126
+ },
127
+ {
128
+ "faqQuestion": "Is BUQSHA a 6 letter valid scrabble word?",
129
+ "faqAnswer": "Yes,BUQSHA is a 6 letter valid scrabble word"
130
+ },
131
+ {
132
+ "faqQuestion": "Is SKYBOX a 6 letter valid scrabble word?",
133
+ "faqAnswer": "Yes, SKYBOX is a 6 letter valid scrabble word"
134
+ },
135
+ {
136
+ "faqQuestion": "Is FROUZY a 6 letter valid scrabble word?",
137
+ "faqAnswer": "Yes, FROUZY is a 6 letter valid scrabble word"
138
+ },
139
+ {
140
+ "faqQuestion": "Is KUVASZ a 6 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, KUVASZ is a 6 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is JOKILY a 6 letter valid scrabble word?",
145
+ "faqAnswer": "Yes, JOKILY is a 6 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is BYZANT a 6 letter valid scrabble word?",
149
+ "faqAnswer": "Yes,BYZANT is a 6 letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is QUAFFS a 6 letter valid scrabble word?",
153
+ "faqAnswer": "Yes,QUAFFS is a 6 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is ZONKED a 6 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, ZONKED is a 6 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is CORYZA a 6 letter valid scrabble word?",
161
+ "faqAnswer": "Yes, CORYZA is a 6 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is SPHYNX a 6 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, SPHYNX is a 6 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,184 @@
1
+ {
2
+ "title": "Ten letter word finder ",
3
+ "h1": "Ten letter word finder ",
4
+ "meta": "Worried with an Ten popping up in your word game? Use our Ten 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 Ten letter word finder ",
16
+ "feature_text": "Often this letter Ten 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 Ten letter word finder ",
17
+ "fa_class": "far fa-star"
18
+ },
19
+ {
20
+ "feature_heading": "Find any numbered word with letter Ten in it",
21
+ "feature_text": "Ten letter word finder lets you find all {Ten 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 10 letter words can you find with letters 'CHATEESIZC' using our 10 letter word finder?",
33
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'CHATEESIZC' ,you can find following word catechizes "
34
+ },
35
+ {
36
+ "faqQuestion": "How many 10 letter words can you find with letters 'SPLKEJACUP' using our 10 letter word finder?",
37
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'SPLKEJACUP' ,you can find following word supplejack"
38
+ },
39
+ {
40
+ "faqQuestion": "How many 10 letter words can you find with letters 'PTICKHYHIS' using our 10 letter word finder?",
41
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'PTICKHYHIS' ,you can find following word phthisicky"
42
+ },
43
+ {
44
+ "faqQuestion": "How many 10 letter words can you find with letters 'DXOOPHYGRA' using our 10 letter word finder?",
45
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'DXOOPHYGRA' ,you can find following word doxography "
46
+ },
47
+ {
48
+ "faqQuestion": "How many 10 letter words can you find with letters 'HDIZEYPNOI' using our 10 letter word finder?",
49
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'HDIZEYPNOI' ,you can find following word hypnoidize"
50
+ },
51
+ {
52
+ "faqQuestion": "How many 10 letter words can you find with letters 'ZEPERJASID' using our 10 letter word finder?",
53
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'ZEPERJASID' ,you can find following word jasperized"
54
+ },
55
+ {
56
+ "faqQuestion": "How many 10 letter words can you find with letters 'HMOZSZELES' using our 10 letter word finder?",
57
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'HMOZSZELES' ,you can find following word shemozzles"
58
+ },
59
+ {
60
+ "faqQuestion": "How many 10 letter words can you find with letters 'RNIZEEEJUV' using our 10 letter word finder?",
61
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'RNIZEEEJUV' ,you can find following word rejuvenize"
62
+ },
63
+ {
64
+ "faqQuestion": "How many 10 letter words can you find with letters 'OICPTOCRYZ' using our 10 letter word finder?",
65
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'OICPTOCRYZ' ,you can find following word cryptozoic"
66
+ },
67
+ {
68
+ "faqQuestion": "How many 10 letter words can you find with letters 'APOENZYMES' using our 10 letter word finder?",
69
+ "faqAnswer": "Using our 10 letter word finder, for the letters 'APOENZYMES' ,you can find following word apoenzymes"
70
+ },
71
+ {
72
+ "faqQuestion": "What are 10 letter words that end with H ?",
73
+ "faqAnswer": "Some 10 letter words that end with H are eighteenth,empoverish,extinguish,fetterbush,flapperish,floorcloth,forehearth,fourteenth,gastrolith,gooseflesh"
74
+ },
75
+ {
76
+ "faqQuestion": "What are 10 letter words that start with R ?",
77
+ "faqAnswer": "Some 10 letter words that start with R are racemosely,racemously,ramparting,rampauging,Ravennates,ravenously,reattaches,reattacked,"
78
+ },
79
+ {
80
+ "faqQuestion": "What are 10 letter words with J?",
81
+ "faqAnswer": "Some 10 letter words that start with J are jackknifed ,skyjacking ,blackjacks ,crackajack ,highjacked ,jarovizing ,jackknives ,skyjackers ,cheapjacks jackhammer,jackknifes,jayhawkers,japanizing"
82
+ },
83
+ {
84
+ "faqQuestion": "What are 10 letter words that end with QI?",
85
+ "faqAnswer": "There are no 10 letter words that end with Qi"
86
+ },
87
+ {
88
+ "faqQuestion": "What are 10 letter words that start with D?",
89
+ "faqAnswer": "Some 10 letter that start with D are dancefloor,dancehalls,deadliness,deadlining,deadliness,deadlining,defaecates,defaecator,deficients\t,defilading,defrosters,defrosting,deliberate,delicacies,,delineator,delineavit,delinition"
90
+ },
91
+ {
92
+ "faqQuestion": "How many 10 letter words are there in English?",
93
+ "faqAnswer": "There are There are 35529 ten-letter words"
94
+ },
95
+ {
96
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'CLYQUIISHL'?",
97
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'CLYQUIISHL' is cliquishly"
98
+ },
99
+ {
100
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'TZZITEARNI'?",
101
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'TZZITEARNI' is tetrazzini"
102
+ },
103
+ {
104
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'KIBITZBING'?",
105
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'KIBITZBING' is kibbitzing"
106
+ },
107
+ {
108
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'MATIZAXIEO'?",
109
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'MATIZAXIEO' is axiomatize "
110
+ },
111
+ {
112
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'HIZAMYCORR'?",
113
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'HIZAMYCORR' is mycorrhiza "
114
+ },
115
+ {
116
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'OXAICHYPEM'?",
117
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'OXAICHYPEM' is hypoxaemic "
118
+ },
119
+ {
120
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'ITVABARZMH'?",
121
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'ITVABARZMH' is barmitzvah "
122
+ },
123
+ {
124
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'ZAZNESNIME'?",
125
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'ZAZNESNIME' is mezzanines "
126
+ },
127
+ {
128
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'COFYMXIPLE'?",
129
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'COFYMXIPLE' is complexify "
130
+ },
131
+ {
132
+ "faqQuestion": "How many meaningful 10 letter words can be created by solving jumble word 'SOHEMSZZLE'?",
133
+ "faqAnswer": "Some 10 letter words that can be created from jumble word 'SOHEMSZZLE' is shemozzles"
134
+ },
135
+ {
136
+ "faqQuestion": "Is victimized a 10 letter valid scrabble word?",
137
+ "faqAnswer": "Yes, victimized is a 10 letter valid scrabble word"
138
+ },
139
+ {
140
+ "faqQuestion": "Is pyrolyzate a 10 letter valid scrabble word?",
141
+ "faqAnswer": "Yes, pyrolyzate is a 10 letter valid scrabble word"
142
+ },
143
+ {
144
+ "faqQuestion": "Is microquake a 10 letter valid scrabble word?",
145
+ "faqAnswer": "Yes, microquake is a 10 letter valid scrabble word"
146
+ },
147
+ {
148
+ "faqQuestion": "Is coadjutrix a 10 letter valid scrabble word?",
149
+ "faqAnswer": "Yes, coadjutrix is a 10 letter valid scrabble word"
150
+ },
151
+ {
152
+ "faqQuestion": "Is schvitzing a 10 letter valid scrabble word?",
153
+ "faqAnswer": "Yes, schvitzing is a 10 letter valid scrabble word"
154
+ },
155
+ {
156
+ "faqQuestion": "Is reoxidized a 10 letter valid scrabble word?",
157
+ "faqAnswer": "Yes, reoxidized is a 10 letter valid scrabble word"
158
+ },
159
+ {
160
+ "faqQuestion": "Is quartzites a 10 letter valid scrabble word?",
161
+ "faqAnswer": "Yes, quartzites is a 10 letter valid scrabble word"
162
+ },
163
+ {
164
+ "faqQuestion": "Is homozygous a 10 letter valid scrabble word?",
165
+ "faqAnswer": "Yes, homozygous is a 10 letter valid scrabble word"
166
+ },
167
+ {
168
+ "faqQuestion": "Is bejeezuses a 10 letter valid scrabble word?",
169
+ "faqAnswer": "Yes, bejeezuses is a 10 letter valid scrabble word"
170
+ },
171
+ {
172
+ "faqQuestion": "Is youthquake a 10 letter valid scrabble word?",
173
+ "faqAnswer": "Yes, youthquake is a 10 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,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
+ }