[SEO Tool] Keyword Density with Java SE

by 54703
0 replies
Hello guys, welcome to my Thread!

Okay, I want to share my 2nd Java Application for dekstop computer. This application is used for SEO purpose to calculating the keywords density for any web pages. Here's the screen shoot :




I know there're so many application similar like this. But, you don't know how it's made or how it's calculated (except you're a programmer too ). I made it open source, so you can download it from my blog.

And one more important, this app has a feature to compare between two web pages to find out who's have better keyword density on a keyword/phrase. The sample below, I try to compare between Wikipedia - Internet and Webopedia - Internet with keyword "Internet". Then the results is :



And wikipedia win How it works? Simply, the app find and counting the the phrase (each phrase has 1 word, 2 words, 3 words and 4 words) that contains word of "Internet" as the score. The result, Wikipedia has 3694 score (or 3694 phrase) and Webopedia has 408 score (or 408 phrase).

Then, try to search with "Internet" keyword on google. On my place, the Wikipedia on the first position and followed by Webopedia. That's it!

Thank you for reading on my Thread. If you need the source codes, feel free to visit my blog, ProgrammingAsArt.com (don't worry, no ads, just blog )
#density #java #keyword #programming #seo #tool

Trending Topics