Word count reporting? | Community
Skip to main content
aprilh56879345
September 25, 2018
Solved

Word count reporting?

  • September 25, 2018
  • 1 reply
  • 1177 views

Is there an AEM report that can generate word count of a website?  We have an internal site and need the word count to estimate translation costs.  AEM 6.3 feature or possible through Adobe Analytics?  Site is behind a Firewall so it's impossible to use any other software to scrape or crawl it to get the count.

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 not OOTB for this one. You would need custom implementation for this.

You can also use JS [1] to achieve this as well.

[1] count the number of words in a web page using javascript - Stack Overflow

-Kautuk

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
September 27, 2018

There is not OOTB for this one. You would need custom implementation for this.

You can also use JS [1] to achieve this as well.

[1] count the number of words in a web page using javascript - Stack Overflow

-Kautuk

Kautuk Sahni