Hello – this is a very simple and easy project.
We need a web based app building and installed on our linux server. I want avery nice designed interface also
The app will do the following.
There will be a admin section where i can add / remove users etc and decide superusers.
A user can login to the system and enter title text and also article text.
At the bottom of the page there is another box where they can enter keyword phrase, once these 3 things have been entered – the following is automatically calculated and shown –
Number of words in article
Number of sentences in article
Number of paragraphs in article
We can then click calculate and the following is calculated and shown:
Keyword density in % in article of entered keyword phrase
Number of times keyword appears in article
If the % number is between 0% – 3.7% then there is a sad face displayed
If the % number is between 3.8% – 7.0% then there is a smiley face displayed
If the % number is between 7.1% – 100% then there is a sad face displayed
We can also click highlight to highlight the keyword phrases in the article
Keyword phrase in title ? Yes in green text, No in red text
Keyword phrase first 2 sentences ? Yes in green text, No in red text
Keyword phrase in last 2 sentences ? Yes in green text, No in red text
Next we have a button called LSI, when clicked:
What this does in realtime is – say we enter stop smoking fast in the keyword phrase box. It goes to google and enters in the search box the 3 words separately and makes 3 separate searches in this format:
~stop
~smoking
~fast
For each search we scrape the first 100 results of google and take the BOLD only words from the results. The software put them in a table and makes sure all are unique words. This needs to happen very fast. Then a pop up table appears and shows the results:
Stop Smoking Fast
— —— —–
—- —— ——
– Next to each word are 3 columns – Number of times found in article, Density %, and a highlight button (if we click this it highlights this word in the article.
Above each of the keyword columns there is a highlight all button – when clicked, all the words found in the Smoking column that are found in the article are highlighted with the same colour.
At the end of the main page there will be a Copyscape button. (we have a premium account) and need the article text either sending through Copyscapes API or the text entering on their site, and the results of the scan showing in our software.
This needs to be fully completed / tested by us and working on our server in 5 days from award.