How to Create Word Counter Tool in your Blog - Post or Page

Hey Guys! Welcome back to Techly Series website.

Assuming You are observing the Word Counter Tool Script on blogger. This is the Right Place to you. Since You can get this Script for free and gain deep pocket With Your adsense.

Today, in this article, I will Discuss with you about How to Create Word Counter Tool in Blog - Post or Page.

What is Word Counter

Word Counter Tool is a free web-based word count instrument to help you count and compute the quantity of words in a text. This internet based apparatus can likewise work out the all out character or letter count, sentences, and sections for the message entered in the info box. The greatest aspect? The quantity of words and characters you can count with this device is limitless!

Word count is a significant measurement for composing, particularly in distributing, promoting, the scholarly world, and official procedures. By utilizing this apparatus, you will actually want to decide the number of words there are in your text. You can then verify whether there are sufficient number of words or it has surpassed a specific breaking point.

This free internet based word counter can likewise assist with checking the number of characters your text contains, particularly assuming your text is intended for use via web-based media, Google Ads, application, and site features or Google meta portrayal. Assuming you are composing for SEO, word count assumes a significant part. Most of high positioning substance that shows up on page 1 on SERP are long-structure articles. A great deal of them surpass 2,000 words, while the majority of them are no less than 1,500 words.

You will see that a ton of long-structure articles have evergreen substance - the best sort of content for SEO. Evergreen substance gets more snaps throughout an extensive stretch of time, rather than content that depends on current news or viral patterns. Longer articles are additionally seen to be more definitive. At the point when you want to compose longer substance, you have the chance to embed more information and data into your article and make it more important.

Accordingly, your substance will convey more worth which expands the potential for the article being shared and connected to. The more friendly offers and backlinks you get, the better your site or page rankings will be. By utilizing the Word Count Tool, you will actually want to ensure that your article has the base measure of word count for SEO best practices. Having an ideal number of word count won't ensure great pursuit rankings yet it will clearly help over the long haul.

How to Create

So, to create Word Counter Tool on blogger you need to follow the following process below precisely.

What's more, with the help of these steps, you can easily make this tool in your blogger website.

Step 1

  • You will go to your - Blogger Dashboard
  • Go to Theme
  • Go to - Edit HTML
  • Search - </head> or &lt;/head&gt;
  • Copy this CSS Code below and Paste on top of </head> or &lt;/head&gt;
  • Save Theme

You must back up your theme before go to Edit HTML

<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/itsTSUI/tsP/toolBody.css'/>
<script crossorigin='anonymous' src='https://kit.fontawesome.com/4ad360bfd2.js'/>

Step 2

  • After Save Theme
  • Create a new Post or Page
  • Copy this HTML & Javascript Code below and Paste in your blog - Post or Page
  • Publish
<div class="Tbody">

<b>Text</b>
<textarea rows="5" placeholder="Enter Your Text Here...">
</textarea>

<button type="button" id="Count">Count</button>

<br/>

<b>Characters</b>
<input id="characterCount" value="0" readonly>
    
<b>Words</b>
<input id="wordCount" value="0" readonly>

<b>Sentences</b>
<input id="sentenceCount" value="0" readonly>

<b>Paragraphs</b>
<input id="paragraphCount" value="0" readonly>
  
<b>Reading Time</b>
<input id="readingTime" value="0" readonly>

<b id="keywords">Top keywords
<ul id="topKeywords">
</ul>
</b>

</div>

<script>
"use strict";var input=document.querySelectorAll("textarea")[0],count=document.querySelector("#Count"),characterCount=document.querySelector("#characterCount"),wordCount=document.querySelector("#wordCount"),sentenceCount=document.querySelector("#sentenceCount"),paragraphCount=document.querySelector("#paragraphCount"),readingTime=document.querySelector("#readingTime"),readability=document.querySelector("#readability"),keywordsDiv=document.querySelectorAll("#keywords")[0],topKeywords=document.querySelector("#topKeywords");count.addEventListener("click",function(){console.clear(),characterCount.value=input.value.length;var e=input.value.match(/\b[-?(\w+)?]+\b/gi);if(wordCount.value=e?e.length:0,e){var t=input.value.split(/[.|!|?]+/g);console.log(t),sentenceCount.value=t.length-1}else sentenceCount.value=0;if(e){var n=input.value.replace(/\n$/gm,"").split(/\n/);paragraphCount.value=n.length}else paragraphCount.value=0;if(e){var o=Math.floor(60*e.length/275);if(o>59){var r=Math.floor(o/60);o-=60*r,readingTime.value=r+"m "+o+"s"}else readingTime.value=o+"s"}else readingTime.value="0s";if(e){for(var a=[],s=["a","able","about","above","abst","accordance","according","accordingly","across","act","actually","added","adj","affected","affecting","affects","after","afterwards","again","against","ah","all","almost","alone","along","already","also","although","always","am","among","amongst","an","and","announce","another","any","anybody","anyhow","anymore","anyone","anything","anyway","anyways","anywhere","apparently","approximately","are","aren","arent","arise","around","as","aside","ask","asking","at","auth","available","away","awfully","b","back","be","became","because","become","becomes","becoming","been","before","beforehand","begin","beginning","beginnings","begins","behind","being","believe","below","beside","besides","between","beyond","biol","both","brief","briefly","but","by","c","ca","came","can","cannot","can't","cause","causes","certain","certainly","co","com","come","comes","contain","containing","contains","could","couldnt","d","date","did","didn't","different","do","does","doesn't","doing","done","don't","down","downwards","due","during","e","each","ed","edu","effect","eg","eight","eighty","either","else","elsewhere","end","ending","enough","especially","et","et-al","etc","even","ever","every","everybody","everyone","everything","everywhere","ex","except","f","far","few","ff","fifth","first","five","fix","followed","following","follows","for","former","formerly","forth","found","four","from","further","furthermore","g","gave","get","gets","getting","give","given","gives","giving","go","goes","gone","got","gotten","h","had","happens","hardly","has","hasn't","have","haven't","having","he","hed","hence","her","here","hereafter","hereby","herein","heres","hereupon","hers","herself","hes","hi","hid","him","himself","his","hither","home","how","howbeit","however","hundred","i","id","ie","if","i'll","im","immediate","immediately","importance","important","in","inc","indeed","index","information","instead","into","invention","inward","is","isn't","it","itd","it'll","its","itself","i've","j","just","k","keep","keeps","kept","kg","km","know","known","knows","l","largely","last","lately","later","latter","latterly","least","less","lest","let","lets","like","liked","likely","line","little","'ll","look","looking","looks","ltd","m","made","mainly","make","makes","many","may","maybe","me","mean","means","meantime","meanwhile","merely","mg","might","million","miss","ml","more","moreover","most","mostly","mr","mrs","much","mug","must","my","myself","n","na","name","namely","nay","nd","near","nearly","necessarily","necessary","need","needs","neither","never","nevertheless","new","next","nine","ninety","no","nobody","non","none","nonetheless","noone","nor","normally","nos","not","noted","nothing","now","nowhere","o","obtain","obtained","obviously","of","off","often","oh","ok","okay","old","omitted","on","once","one","ones","only","onto","or","ord","other","others","otherwise","ought","our","ours","ourselves","out","outside","over","overall","owing","own","p","page","pages","part","particular","particularly","past","per","perhaps","placed","please","plus","poorly","possible","possibly","potentially","pp","predominantly","present","previously","primarily","probably","promptly","proud","provides","put","q","que","quickly","quite","qv","r","ran","rather","rd","re","readily","really","recent","recently","ref","refs","regarding","regardless","regards","related","relatively","research","respectively","resulted","resulting","results","right","run","s","said","same","saw","say","saying","says","sec","section","see","seeing","seem","seemed","seeming","seems","seen","self","selves","sent","seven","several","shall","she","shed","she'll","shes","should","shouldn't","show","showed","shown","showns","shows","significant","significantly","similar","similarly","since","six","slightly","so","some","somebody","somehow","someone","somethan","something","sometime","sometimes","somewhat","somewhere","soon","sorry","specifically","specified","specify","specifying","still","stop","strongly","sub","substantially","successfully","such","sufficiently","suggest","sup","sure","t","take","taken","taking","tell","tends","th","than","thank","thanks","thanx","that","that'll","thats","that've","the","their","theirs","them","themselves","then","thence","there","thereafter","thereby","thered","therefore","therein","there'll","thereof","therere","theres","thereto","thereupon","there've","these","they","theyd","they'll","theyre","they've","think","this","those","thou","though","thoughh","thousand","throug","through","throughout","thru","thus","til","tip","to","together","too","took","toward","towards","tried","tries","truly","try","trying","ts","twice","two","u","un","under","unfortunately","unless","unlike","unlikely","until","unto","up","upon","ups","us","use","used","useful","usefully","usefulness","uses","using","usually","v","value","various","'ve","very","via","viz","vol","vols","vs","w","want","wants","was","wasn't","way","we","wed","welcome","we'll","went","were","weren't","we've","what","whatever","what'll","whats","when","whence","whenever","where","whereafter","whereas","whereby","wherein","wheres","whereupon","wherever","whether","which","while","whim","whither","who","whod","whoever","whole","who'll","whom","whomever","whos","whose","why","widely","willing","wish","with","within","without","won't","words","world","would","wouldn't","www","x","y","yes","yet","you","youd","you'll","your","youre","yours","yourself","yourselves","you've","z","zero"],l=0;l<e.length;l++)-1===s.indexOf(e[l].toLowerCase())&&isNaN(e[l])&&a.push(e[l].toLowerCase());var i={};for(l=0;l<a.length;l++)a[l]in i?i[a[l]]+=1:i[a[l]]=1;var h=[];for(var u in i)h.push([u,i[u]]);h.sort(function(e,t){return t[1]-e[1]}),topKeywords.innerHTML="";for(l=0;l<h.length&&l<4;l++){var d=document.createElement("li");d.innerHTML="<b>"+h[l][0]+"</b>: "+h[l][1],topKeywords.appendChild(d)}}keywordsDiv.style.display=e?"block":"none"});
</script>

Final Words

You ought to indeed note by thinking in the remark box underneath. Or on the other hand you moreover bear to give some sort of Suggestion, likewise you can partake your conviction with me in the Comment Box beneath.

I didn't give this content to any individual who saw or replicated them. This content I've looked through a great deal and given by experience. So kindly don't note on this substance.

Assuming you experience any issues while copying this script you can impart me by Telegram and I'll attempt to help.

  • Aᴀ
  • A+
  • A-