A website would not be the same number of words in each post. Is it possible we could rank them based on the number of words or characters with JavaScript or jQuery?
Eg create links in the text length
0-200 words
201- 400 words
401-600 words
etc
Update:
I use a hosting blogger.
Well, I will clarify my question.
I hope I can make a link that leads to a specific post by the large number of text.
For example:
I have a page page1.html (has 150 words)
I hope I can make a link that leads to the post and sorted by category.
This category is based on word frequency. If the visitor clicks the link category 0-200 words
, it will display the number of posts that are less than 200 words
, including page1.html
I wish this could explain my question. Thank you