We need the word count on our internal website | Community
Skip to main content
aprilh56879345
New Participant
September 25, 2018
Solved

We need the word count on our internal website

  • September 25, 2018
  • 2 replies
  • 1210 views

Is there any report or tool we can use in AEM 6.3 or Adobe Analytics?  Business needs word count to estimate translations.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

There is no OOTB for this.

But you can do it on client side by using JS/Jquery and on server side by implementing custom service.

See count the number of words in a web page using javascript - Stack Overflow

2 replies

New Participant
January 16, 2019

check this simple and free website word count tool developed by a Russian website translator. It counts words on the whole domain, as well as gives the details for each page.

kautuk_sahni
kautuk_sahniAccepted solution
Employee
September 27, 2018

There is no OOTB for this.

But you can do it on client side by using JS/Jquery and on server side by implementing custom service.

See count the number of words in a web page using javascript - Stack Overflow

Kautuk Sahni