GG Font is font website listing and an extremely fast growing site. We have lots of features easy font preview, each character specified, fast and easy download - NO ADS. Please review our site and tell us what we need to change / add / remove, we would like to improve our website and satisfy our visitors. SEO, overall etc... Thank you https://www.ggfont.com/
It's useful, and I think that's what really matters. I used to go 1001 fonts, I've just found a really good alternative to it.
Thank you very much I appreciate your kind and honest feedback. We don't fill the website with ads its free and easy download.
Website is a single page but the categories change this part, i see donations buttons in some fonts pgs can return revenue to you. Trending fonts is site url. I strongly suggest that you add a ToS and privacy pages.
Site is good, easy to use, but SEO needs lot of work, lots of it... Right now, you are not even ranking for "GG fonts". Also, you can have some ads on the website. 1-2 ads are not a killer for the site visitor, and can keep your interest in the website alive. With about 26k visitors for now, you could have made some money. You can "float" the font sections. Right now you are listing one font below another, and page length keeps increasing on laptop screens, while side area is going waste. Put the individual font section inside a fixed width div and float it, like this: <div style=" max-width: 350px; float: left;"> Font name here Download link here donate link here etc etc </div> <div style=" max-width: 350px; float: left;"> Font name here Download link here donate link here etc etc </div> Of course, put that in a css file instead of inPage css... div.fontDIV{ max-width: 350px; float: left; } <div class="fontDIV"> font name download link donate link </div> and so on... On mobile screens, this will automatically fall below one another.