How to Add Word Counter Feature in Your Blog Post
Hey Guys! Welcome back to Techly Series website.
Assuming You are observing the Word Counter Script on blogger. This is the Right Place to you. Since You can get this Script for free.
Today, in this article, I will Discuss with you about How to Add Word Counter Feature in Your Blog Post.
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 Add
So, to add Word Counter on blogger you need to follow the following process below precisely.
What's more, with the help of these steps, you can easily add this feature in your blogger website.
Step 1
- You will go to your - Blogger Dashboard
- Go to Theme
- Go to - Edit HTML
- Search - </head> or </head>
- Copy this CSS Code below and Paste on top of </head> or </head>
You must back up your theme before go to Edit HTML
<style>
.postWordcount svg{width:14px;height:14px;margin-right:4px}
.postWordcount span{font-size:13px;color:#000000}
</style>
Step 2
- After Paste CSS Code
- Search - </body> or </body>
- Copy this Javascript below and Paste on top of - </body> or </body>
- Save theme
<script>/*<![CDATA[*/ for(var textcount=document.getElementById("postBody").innerText,wordCount=0,i=0;i<=textcount.length;i++)" "==textcount.charAt(i)&&wordCount++;document.getElementById("wordCount").innerHTML=wordCount+" word"; /*]]>*/</script>
Step 3
- After Save Theme
- Copy this HTML Code and Paste anywhere you like
- Done.
<div class='postWordcount'>
<svg viewBox='0 0 24 24'><path d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h7V6H4m16 12V6h-1.24c.24.54.19 1.07.19 1.13c-.07.67-.54 1.37-.71 1.62l-2.33 2.55l3.32-.02l.01 1.22l-5.2-.03l-.04-1s3.05-3.23 3.2-3.52c.14-.28.71-1.95-.7-1.95c-1.23.05-1.09 1.3-1.09 1.3l-1.54.01s.01-.66.38-1.31H13v12h2.58l-.01-.86l.97-.01s.91-.16.92-1.05c.04-1-.81-1-.96-1c-.13 0-1.07.05-1.07.87h-1.52s.04-2.06 2.59-2.06c2.6 0 2.46 2.02 2.46 2.02s.04 1.25-1.11 1.72l.52.37H20M8.92 16h-1.5v-5.8l-1.8.56V9.53l3.14-1.12h.16V16Z' fill='currentColor'/></svg>
<span id='wordCount'></span>
</div>
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.
Post a Comment