<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7656153383853851344</id><updated>2024-12-18T21:24:01.869-06:00</updated><category term="Blogger"/><category term="Content SEO"/><category term="Internal Links"/><category term="Adsense"/><category term="Image SEO"/><category term="SEO"/><category term="SEO Myths"/><category term="Sitemaps"/><category term="Small Business"/><category term="Website Optimization"/><title type='text'>SEO Knights</title><subtitle type='html'>SEO Knights is an online blog dedicated to teaching you whitehat SEO tips and tricks</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-8983268858675531996</id><published>2018-02-26T10:48:00.001-06:00</published><updated>2018-02-26T10:48:21.423-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Content SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Internal Links"/><title type='text'>How To Auto Link KeyWords In Blogger With JavaScript</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvLk9smScWKtZdqZfV25n0JsVfz8cOZX02pCTDfp9abNYPEB8lxvtqi7JncCITI5teptUhE7OJ36gB2wRX1dtUf-GpX6rgI1U2ryr_TiGJdh5MmZn9tO6tZ8rluk9rEC4EWT7-2yBTv6R9/s1600/internal-links.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Internal Links&quot; border=&quot;0&quot; data-original-height=&quot;320&quot; data-original-width=&quot;640&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvLk9smScWKtZdqZfV25n0JsVfz8cOZX02pCTDfp9abNYPEB8lxvtqi7JncCITI5teptUhE7OJ36gB2wRX1dtUf-GpX6rgI1U2ryr_TiGJdh5MmZn9tO6tZ8rluk9rEC4EWT7-2yBTv6R9/s640/internal-links.jpg&quot; title=&quot;Internal Links&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
We have talked about internal linking in &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger?&amp;amp;max-results=7&quot;&gt;Blogger&lt;/a&gt;, before and it&#39;s important to manually link your keywords to pages, that you deem to be related. Doing so manually will avoid any punishment from Google that being said there is a handy JS library that&#39;s we have found that we believe would be helpful if you&#39;re wanting to link ultra-specific phrases that you keep constant across your website.&lt;br /&gt;
&lt;br /&gt;
For instance let&#39;s say you write out the title of a post and link to it on your blog posts, this way you have strong anchor text that&amp;nbsp;directly related to that post. Instead of manually adding it every time you write out a blog title you can do it manually.&lt;br /&gt;
&lt;br /&gt;
I want to point out something very important about this script and library and that is that it affects every word that appears so if you choose to auto link the Word &quot;&lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO?&amp;amp;max-results=7&quot;&gt;SEO&lt;/a&gt;&quot; every appearance of that word would be linked to the same page, therefore its important to only use the script to auto link to long tail keywords or phrases.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
How To Begin&lt;/h4&gt;
&lt;div&gt;
You will need to make sure your blog has one version of JQuery running on it this possible by viewing the template source or by viewing the source of your website if not adding it is fairly straightforward. Add the below code to the header of your blogger blog.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&amp;lt;script src=&quot;https://code.jquery.com/jquery-1.12.4.min.js&quot; integrity=&quot;sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=&quot; crossorigin=&quot;anonymous&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
All that this does is load the latest version of the 1.x version of JQuery on your website you could try running a newer version but this one worked for us in testing.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Next, we will want to use the link-it JQuery library. I went ahead and converted the code to function in Blogger you can add this code right above your closing &amp;lt;/body&amp;gt; tag or in the header (it just needs to be after JQuery but before your rules).&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/div&gt;
&lt;div&gt;
//&amp;lt;![CDATA[&lt;/div&gt;
&lt;div&gt;
if (typeof jQuery === &#39;undefined&#39;){&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; console.log(&#39;Link it requires jQuery to run&#39;);&lt;/div&gt;
&lt;div&gt;
}else{&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; (function ($) {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot;use strict&quot;;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $.fn.linkIt = function (options) {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; let settings = $.extend({&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linkColor: &quot;#ff0000&quot;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linkClass: &#39;&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; link: {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; word :&#39;&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url: &#39;#&#39;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linkTitle: &#39;&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newWindow: false,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; caseSensitive: false&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }, options);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; let str = $(this);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; let newLink = $(&#39;&amp;lt;a&amp;gt;&amp;lt;/a&amp;gt;&#39;);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; str.each(function (index, element) {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; let strHtml = $(this).html(),&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; query = &quot;\\b&quot; + settings.link.word + &quot;\\b&quot;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; flags = settings.caseSensitive === true ? &#39;g&#39; : &#39;gi&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; target = settings.newWindow === true ? &#39;_blank&quot;&#39; : &#39;_self&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linkClass = settings.linkClass !== &#39;&#39; ? settings.linkClass : &#39;&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; title = settings.linkTitle !== &#39;&#39; ? newLink.attr(&#39;title&#39;, settings.linkTitle) : &#39;&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regex = new RegExp(query, flags);&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newLink.attr(&#39;href&#39;,settings.link.url);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newLink.attr(&#39;target&#39;, target);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newLink.css(&#39;color&#39;,settings.linkColor);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newLink.addClass(linkClass);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newLink.text(settings.link.word);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newLink = newLink.get(0).outerHTML;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; let result = strHtml.replace(regex, newLink);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return $(this).html(result);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }(jQuery));&lt;/div&gt;
&lt;div&gt;
}&lt;/div&gt;
&lt;div&gt;
//]]&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now that you have the library I can now demonstrate how to write the rules to get the JS loaded to affect the keyword of your choosing I will also explain how to only target the article body of your website.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So directly below that library, we are going to need to make another script tag which will read like the below line.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/div&gt;
&lt;div&gt;
//&amp;lt;![CDATA[&lt;/div&gt;
&lt;div&gt;
$(&#39;.post-body&#39;).linkIt({&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; link: {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; word: &#39;SEO&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url: &#39;https://seoknights.blogspot.com&#39;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;
});&lt;/div&gt;
&lt;div&gt;
//]]&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So the above code basically says that anything in the .post-body class (which is the default for a blogger article needs to have the word &quot;SEO&quot; linked to the given URL. You can change the word and the URL to whatever you want!&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
You can also do long tail keywords or even use multiple keywords in the same script and I will show you how.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/div&gt;
&lt;div&gt;
//&amp;lt;![CDATA[&lt;/div&gt;
&lt;div&gt;
$(&#39;.post-body&#39;).linkIt({&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; link: {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; word: &#39;SEO&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url: &#39;https://seoknights.blogspot.com&#39;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; link: {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; word: &quot;Blogger Rocks&#39;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url: &#39;https://google.com&#39;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;
});&lt;/div&gt;
&lt;div&gt;
//]]&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
If you need to link multiple words or phrases just copy and paste the second link code that I have. You will now be able to auto link multiple keywords (long or short) in the same article in Blogger.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
While this can be incredibly helpful for SEO remember not to abuse this spamming &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Internal%20Links?&amp;amp;max-results=7&quot;&gt;internal links&lt;/a&gt; all to the same pages of the same phrase can get you into serious trouble with Google that being said, auto-linking long keyword phrases to pages on your website can seriously &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html&quot;&gt;improve your internal link structure&lt;/a&gt; but also make your website better for users.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/8983268858675531996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-auto-link-keywords-in-blogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/8983268858675531996'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/8983268858675531996'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-auto-link-keywords-in-blogger.html' title='How To Auto Link KeyWords In Blogger With JavaScript'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvLk9smScWKtZdqZfV25n0JsVfz8cOZX02pCTDfp9abNYPEB8lxvtqi7JncCITI5teptUhE7OJ36gB2wRX1dtUf-GpX6rgI1U2ryr_TiGJdh5MmZn9tO6tZ8rluk9rEC4EWT7-2yBTv6R9/s72-c/internal-links.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nashville, TN, USA</georss:featurename><georss:point>36.1626638 -86.781601599999988</georss:point><georss:box>35.752564799999995 -87.427048599999992 36.5727628 -86.136154599999983</georss:box></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-2508953169728351114</id><published>2018-02-15T15:00:00.000-06:00</published><updated>2018-02-15T15:00:21.287-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SEO Myths"/><category scheme="http://www.blogger.com/atom/ns#" term="Sitemaps"/><title type='text'>Breaking SEO Myths: XML Sitemaps Will Boost Your Ranking</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg3jZIG2t0hTy63U4-NOQQTtvdAdpfk0wLBVGyWk3gM5mVjclMhhMfK9sEvnUaY2aHCiEtus3V6mxnBl0cQHDoFzVDuHTD1UTTIeIaJuiGsCQ_U0GhEsS_iOZ9Iz5PFQtEQz3EYEWF1vmN/s1600/book-pages.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1073&quot; data-original-width=&quot;1600&quot; height=&quot;428&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg3jZIG2t0hTy63U4-NOQQTtvdAdpfk0wLBVGyWk3gM5mVjclMhhMfK9sEvnUaY2aHCiEtus3V6mxnBl0cQHDoFzVDuHTD1UTTIeIaJuiGsCQ_U0GhEsS_iOZ9Iz5PFQtEQz3EYEWF1vmN/s640/book-pages.jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Breaking SEO Myths is a series of posts where we are dedicated to breaking apart myths, and misconceptions in &lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO?&amp;amp;max-results=7&quot;&gt;SEO&lt;/a&gt; to help webmasters optimize their websites correctly and to not be fooled by &quot;SEO Experts&quot;.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This first installment in the series takes apart a myth that states having an XML Sitemap will boost your website rankings. This is technically a myth because its premise is incorrect.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
An XML sitemap is a basically a giant collection of your website&#39;s pages that you submit to Google so it can crawl your website. Additionally, it uses the sitemap as a way to discover pages on your website and it uses it to know if you have newly published pages.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now while this sounds like it will boost your rankings is actually a misconception. Technically speaking it&#39;s not going to boost rankings as Google can discover pages on your website through other means. Additionally, you might not have known that Google also accepts RSS feeds, and even text-based HTML documents as sitemaps so there is nothing special about XML sitemaps.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
In fact, a website with a solid internal link structure might not need an XML sitemap at all! However, we strongly recommend submitting one as its the easiest way for Google to identify pages for the index, if you&#39;re building a simple HTML based website creating an HTML document with a link of links is also an option that can help Google find pages on your website.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
One particular issue that occurs is that when your site does not have any form of sitemap your time to index increases dramatically especially if you have a lot of new &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Content%20SEO?&amp;amp;max-results=7&quot;&gt;content&lt;/a&gt; going onto your website all the time.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
Conclusion&lt;/h4&gt;
&lt;div&gt;
While XML sitemaps will by no means increase your rankings it makes sense to submit Google a list of your website&#39;s pages so it will be able to discover and crawl them efficiently. While you can get away with not having an XML sitemap, it&#39;s highly discouraged as it can make getting new pages indexed by Google considerably harder.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Additionally, you don&#39;t need an XML sitemap, in fact,&amp;nbsp;your able to submit simple HTML&amp;nbsp;pages filled with links, you can even submit your RSS feed and Google will process it like any other sitemap.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/2508953169728351114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/breaking-seo-myths-xml-sitemaps-will.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/2508953169728351114'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/2508953169728351114'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/breaking-seo-myths-xml-sitemaps-will.html' title='Breaking SEO Myths: XML Sitemaps Will Boost Your Ranking'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg3jZIG2t0hTy63U4-NOQQTtvdAdpfk0wLBVGyWk3gM5mVjclMhhMfK9sEvnUaY2aHCiEtus3V6mxnBl0cQHDoFzVDuHTD1UTTIeIaJuiGsCQ_U0GhEsS_iOZ9Iz5PFQtEQz3EYEWF1vmN/s72-c/book-pages.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-6519991138729996836</id><published>2018-02-14T15:00:00.000-06:00</published><updated>2018-02-14T15:01:13.439-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Content SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Image SEO"/><title type='text'>How To Optimize Images For SEO On Blogger</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDpVvk-ArQDOxa6LfWMDy3ZgGjRpAyzrehz2Mw3QJieqluwnVVEkBFVUWqS2CpEiUSuWXQgp5wmXnoEltYFl0K06GwSRXuPqDKxnyKcoUM0wNsid1QyBuMie1c5SiUSepMfx9BLRAnt9Wp/s1600/writer-blogger.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1060&quot; data-original-width=&quot;1600&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDpVvk-ArQDOxa6LfWMDy3ZgGjRpAyzrehz2Mw3QJieqluwnVVEkBFVUWqS2CpEiUSuWXQgp5wmXnoEltYFl0K06GwSRXuPqDKxnyKcoUM0wNsid1QyBuMie1c5SiUSepMfx9BLRAnt9Wp/s640/writer-blogger.jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Blogger&amp;nbsp;the very platform that powers this blog, and developed by Google has sort of an image problem. Let&#39;s explain images are uploaded fine and Google&#39;s servers are great at delivering them quickly but it does a couple of things poorly that truly hinder them from ranking well and ranking your images well in Google, can make the difference when it comes to gaining website traffic.&lt;br /&gt;
&lt;br /&gt;
Before, we jump into how to optimize these images we first, need to address what goes into image optimization for &lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO?&amp;amp;max-results=7&quot;&gt;SEO&lt;/a&gt;. First and foremost is the actual filename you want to optimize the naming of your files so that way the keyword that you&#39;re attempting to rank for is in the image.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Name Your Image Files With Your Keyword&lt;/h3&gt;
So if you have a screenshot, of a particular program like Google Chrome you don&#39;t want to name your image file screenshot-123.jpg you would want to name it google-chrome-flags-window.jpg. See how the image text matches the keywords Google Chrome and it explains what the image is showing the &quot;Flags Window&quot; which allows you to turn off and on various experimental settings in Google Chrome.&lt;br /&gt;
&lt;br /&gt;
So, the first step before anything is making sure your image has a good name that includes your keyword. No more generic image names like download(1) they all need proper and unique names.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Compress The Image For Improved Performance&lt;/h3&gt;
&lt;div&gt;
Yes, &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger?&amp;amp;max-results=7&quot;&gt;Blogger&lt;/a&gt; does not by default compress images in any meaningful way, which means you&#39;re going to need to do this yourself or suffer from having an incredibly slow website. I recommend using one of the many free online tools including the ones below.&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://tinypng.com/&quot;&gt;TinyPNG&lt;/a&gt; / &lt;a href=&quot;https://tinypng.com/&quot;&gt;TinyJPG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://imagify.io/optimizer/&quot;&gt;Imagify&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Now your images have been compressed so they won&#39;t slow the site down and they have good naming that includes your keyword this takes us to the next part.&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Alt Text &amp;amp; Title Text Optimization&lt;/h3&gt;
&lt;div&gt;
Alt Text &amp;amp; Title Text were both built to aid screen reader users so that their software could provide text to describe the image too them. Without this text, the image would essentially be non-existent to screen readers.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So when writing title and alt text for your images, you need to include the keyword for the article you&#39;re trying to rank for. Now, on Blogger the only way to add this text is by going onto the article changing the compose to HTML and by manually finding the images.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
After you find your image you&#39;re going to want to add this code to the image the text will look something like this.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&amp;lt;img src=&quot;https://(some image url .jpg)&quot; width=&quot;image width=&quot; height=&quot;image height&quot; &lt;b&gt;alt=&quot;Your Keyword Descriptive Text Here&quot; title=&quot;Same Keyword Text Here&quot;&lt;/b&gt;&amp;nbsp;/&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Afterwards, congratulations you have managed to add proper alt text to your image and in doing so you have keyword optimized the image.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
Closing Thoughts&lt;/h4&gt;
&lt;div&gt;
When making use of images there are also some important design choices when deciding to include them on your website that while not directly related to SEO can lead to a better user experience. Most user&#39;s hate having images interrupt their flow of reading so make sure to align them to the left or right of the content that way it does not disturb them and shift their focus away from their content.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Additionally, make sure to not serve overly large images to users as it can slow down the loading of your website and negatively affect user experience.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Finally, make sure to use images in every way that you can don&#39;t leave a post barren of images if you can help it because while our &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-long-should-blog-post-be-for-good.html&quot;&gt;500-word recommendation&lt;/a&gt; is great for &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Content%20SEO?&amp;amp;max-results=7&quot;&gt;Content SEO&lt;/a&gt; as we all know an image is worth a 1,000 words.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/6519991138729996836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-optimize-images-for-seo-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/6519991138729996836'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/6519991138729996836'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-optimize-images-for-seo-on.html' title='How To Optimize Images For SEO On Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDpVvk-ArQDOxa6LfWMDy3ZgGjRpAyzrehz2Mw3QJieqluwnVVEkBFVUWqS2CpEiUSuWXQgp5wmXnoEltYFl0K06GwSRXuPqDKxnyKcoUM0wNsid1QyBuMie1c5SiUSepMfx9BLRAnt9Wp/s72-c/writer-blogger.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-7512399273768261610</id><published>2018-02-13T15:00:00.000-06:00</published><updated>2018-02-13T15:00:31.600-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adsense"/><category scheme="http://www.blogger.com/atom/ns#" term="Website Optimization"/><title type='text'>How To Improve The Load Time Of Adsense Advertisements</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVQhGO6ztLilwg5GdoYGAi6xXk-4JWcylL4B6WSKhkWb0dBjPf7g1gOhNxe0Bc6zoFGseTjFcvIKCC0tUppjL9ChC4WeFOkFptIn0KI2q75RQ1C6HhWTY1QTUSy-b4LHRQXEo7vn_mbgYL/s1600/google-adsense.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Google Adsense&quot; border=&quot;0&quot; data-original-height=&quot;900&quot; data-original-width=&quot;1600&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVQhGO6ztLilwg5GdoYGAi6xXk-4JWcylL4B6WSKhkWb0dBjPf7g1gOhNxe0Bc6zoFGseTjFcvIKCC0tUppjL9ChC4WeFOkFptIn0KI2q75RQ1C6HhWTY1QTUSy-b4LHRQXEo7vn_mbgYL/s640/google-adsense.jpg&quot; title=&quot;Google Adsense&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This post is indirectly related to another important aspect of SEO and that is the performance of your website. Users and Google both want you to have a fast loading website to deliver the best experience possible.&lt;br /&gt;
&lt;br /&gt;
However, ironically if you&#39;re using Google&#39;s advertismenet program you might find yourself suffering from slow load times due to the placement of these advertisement. So, how can you resolve this while still being Adsense compliant there is actually one method you can do.&lt;br /&gt;
&lt;br /&gt;
Your typical Adsense advertising code will look something like this.&lt;br /&gt;
&lt;br /&gt;
&lt;pre style=&quot;background-color: #fafafa; border: 1px solid rgb(187, 187, 187); color: #006600; font-family: &amp;quot;courier new&amp;quot;, courier, monospace; font-size: 13px; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: 1.54; overflow: auto; padding: 0.99em;&quot;&gt;&amp;lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block&quot;
     data-ad-client=&quot;ca-pub-xxxxxxxxxxxxxx&quot;
     data-ad-slot=&quot;xxxxxxxxxxxxxxxx&quot;
     data-ad-format=&quot;auto&quot;&amp;gt;&amp;lt;/ins&amp;gt;
&amp;lt;script&amp;gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;br /&gt;
It will obviously be different depending on your ID, ad size, etc however, you might be wondering what can I do to optimize this further Google already delivers async compliant versions of the tag, and thats certainly helping. If you have not swapped to this version for whatever, reason I highly recommend changing to it now but there is actually an interesting trick you might not have realized with Google advertisements.&lt;br /&gt;
&lt;br /&gt;
The very first line infact, gives it away it&#39;s loading a script file that is required to load the advertisements it then uses the class, style, and ad-format to determine what type of advertisement to serve.&lt;br /&gt;
&lt;br /&gt;
Therefore, if you want to reduce the load time one thing you could do is simply remove the first line of code from duplicate advertisements.&lt;br /&gt;
&lt;br /&gt;
Meaning if you have three of the above codes on your website you can go ahead and remove the opening pagead2.google, code from the duplicates. But to optimize this further take that first line of code shown below.&lt;br /&gt;
&lt;pre style=&quot;background-color: #fafafa; border: 1px solid rgb(187, 187, 187); color: #006600; font-family: &amp;quot;courier new&amp;quot;, courier, monospace; font-size: 13px; font-stretch: normal; line-height: 1.54; overflow: auto; padding: 0.99em;&quot;&gt;&amp;lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;br /&gt;
Then depending on your CMS simply add that code right before the closing &amp;lt;/body&amp;gt; tag and now your advertisements will only have one JS file being loaded for all of them, and that code will now be loaded after the rest of the document has been rendered. This will improve your load time over traditional async tags.&lt;br /&gt;
&lt;br /&gt;
That&#39;s it if you have any questions on this please feel free to ask us below and we will try our best to help you!</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/7512399273768261610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-improve-load-time-of-adsense.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/7512399273768261610'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/7512399273768261610'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-improve-load-time-of-adsense.html' title='How To Improve The Load Time Of Adsense Advertisements'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVQhGO6ztLilwg5GdoYGAi6xXk-4JWcylL4B6WSKhkWb0dBjPf7g1gOhNxe0Bc6zoFGseTjFcvIKCC0tUppjL9ChC4WeFOkFptIn0KI2q75RQ1C6HhWTY1QTUSy-b4LHRQXEo7vn_mbgYL/s72-c/google-adsense.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nashville, TN, USA</georss:featurename><georss:point>36.1626638 -86.781601599999988</georss:point><georss:box>35.752564799999995 -87.427048599999992 36.5727628 -86.136154599999983</georss:box></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-6871067281854018420</id><published>2018-02-12T15:00:00.000-06:00</published><updated>2018-02-12T15:00:07.802-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Content SEO"/><title type='text'>5 Ways To Optimize Your Existing Blog Posts On Blogger For SEO</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzcaJ2N6lMf4SEbfzxyJHt0Y2HeFr7nwwmizDoxP4N11ot66iBo7riYtXzd4ur10Jf0TCBcHaJfjZjcM6QMQ9wl7wL1G7FQN-31JjSMgzmmE5KVDNwxS28eAZZZwzH4FxGyVBaC-Vs4nUT/s1600/writer-blogger.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1060&quot; data-original-width=&quot;1600&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzcaJ2N6lMf4SEbfzxyJHt0Y2HeFr7nwwmizDoxP4N11ot66iBo7riYtXzd4ur10Jf0TCBcHaJfjZjcM6QMQ9wl7wL1G7FQN-31JjSMgzmmE5KVDNwxS28eAZZZwzH4FxGyVBaC-Vs4nUT/s640/writer-blogger.jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
So, you have a website on &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger?&amp;amp;max-results=7&quot;&gt;Blogger&lt;/a&gt; that you have had for years now and it is filled with hundreds upon hundreds of posts, and you want to go back and optimize them. Well, there are some important notes I want to address before you begin doing this so let&#39;s start there.&lt;br /&gt;
&lt;br /&gt;
Before you go back to old posts to begin optimizing them you need to ask yourself what is the content that is doing very well and what is underperforming if there are some posts on your website that are generating barely any traffic at all then you will want to ask yourself why that is and then let&#39;s look at what can be done to optimize them.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
1. First Make Sure The Post Is Not Riddled With Spelling Errors &amp;amp; Grammatical Mistakes&lt;/h4&gt;
&lt;div&gt;
This is a common issue with new writers, their older blog posts are riddled with common spelling mistakes and grammatical&amp;nbsp;mistakes because when you begin writing your likely doing it for the intention of getting content out there quickly. Because of this, you&#39;re more likely than not to generate many errors in your posts and this is a contributing factor in ranking believe it or not. Google is no linguist but if the post is riddled with broken English and is barely understandable no one will want to read it.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So clean up your old posts Blogger, has a built-in spell checker and I highly recommend you make use of it, additionally, pay attention to warnings in your browser as most browsers come with spell check built into them.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
2. Work On That Internal Link Structure&lt;/h4&gt;
&lt;div&gt;
Again this is a common theme on &lt;a href=&quot;https://seoknights.blogspot.com/&quot;&gt;SEO Knights&lt;/a&gt;, we put a lot of focus on your &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html&quot;&gt;internal link structure&lt;/a&gt; as it is one of the primary things that can affect your on-page &lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO?&amp;amp;max-results=7&quot;&gt;SEO&lt;/a&gt; in a very noticeable manner. Additionally, by linking to other posts, you can increase your page views and thus increase your Adsense revenue, sales, or conversions.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Over the years your website&#39;s structure has changed so make sure it still has proper labels and that you are linking out to other pages on your website.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
3. Link Back To Your Older Posts&lt;/h4&gt;
&lt;div&gt;
This is something that is often time forgotten with really old posts so long as the content is still up to date and accurate you should be linking back to it from newer posts. This makes readers who are likely to never stumble upon the older posts more likely to go back and read what you had written. By linking back to it you&#39;re &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Content%20SEO?&amp;amp;max-results=7&quot;&gt;bringing attention to content&lt;/a&gt; that is still relevant and useful even though its buried under years of work on your website.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
4. If Need Be Rewrite The Post&lt;/h4&gt;
&lt;div&gt;
If the post contains content that is simply wrong, outdated or just bad then you should go back and rewrite it as opposed to creating a brand new page. When you create a new page you&#39;re trying to have that new URL rank in Google and ruin any of the potentials that older post had in terms of backlinks and shares.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So if the content needs to be rewritten, rewrite it and push it to show up on the homepage of your website and make green again. When we say make it green again we mean to give it life again and put it back out there for your reader base so it looks like new.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
5. Add Relevant Images, Videos &amp;amp; Other Media Sources&lt;/h4&gt;
&lt;div&gt;
Depending on the age of the post you might not have had any images, videos, or anything graphical to help your users understand what they were reading. Not only are posts that contain media more likely to get shared but they also, tend to rank better as they can also rank in Google&#39;s Image Search.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Properly optimizing your images for Google can be a traffic source that you have not previously explored and therefore its worth &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-long-should-blog-post-be-for-good.html&quot;&gt;adding media&lt;/a&gt; (especially newer or updated images that look fresh).&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4&gt;
Final Notes&lt;/h4&gt;
&lt;div&gt;
If you have old content don&#39;t let it rot if you can help it, and make it feel part of your website there are certain types of content (news posts mostly) that will rot but if you have a tutorial similar to this post go ahead and make it feel new again. Keeping old content up is not exciting but when you have a lot of new content refreshing older content can be just as effective and a lot of the work is already done.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/6871067281854018420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/5-ways-to-optimize-your-existing-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/6871067281854018420'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/6871067281854018420'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/5-ways-to-optimize-your-existing-blog.html' title='5 Ways To Optimize Your Existing Blog Posts On Blogger For SEO'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzcaJ2N6lMf4SEbfzxyJHt0Y2HeFr7nwwmizDoxP4N11ot66iBo7riYtXzd4ur10Jf0TCBcHaJfjZjcM6QMQ9wl7wL1G7FQN-31JjSMgzmmE5KVDNwxS28eAZZZwzH4FxGyVBaC-Vs4nUT/s72-c/writer-blogger.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-9184042605751690712</id><published>2018-02-11T15:00:00.000-06:00</published><updated>2018-02-11T15:00:33.658-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internal Links"/><title type='text'>Don&#39;t Ruin Your Internal Link Structure</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_lvXWs-RkQqvLNFOZH9EXxbQF829LvmmWJeErXfe2mhEMskGngDnYMsLXt0zfFrGKQS9FQE6ZiBqVCUTJmM-DAcWHX8obhwVjXyL1cCS73zT9sYHrX26jUXT1gbJvPcH3CIED4YwQA4un/s1600/internal-links.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;320&quot; data-original-width=&quot;640&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_lvXWs-RkQqvLNFOZH9EXxbQF829LvmmWJeErXfe2mhEMskGngDnYMsLXt0zfFrGKQS9FQE6ZiBqVCUTJmM-DAcWHX8obhwVjXyL1cCS73zT9sYHrX26jUXT1gbJvPcH3CIED4YwQA4un/s640/internal-links.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Your &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Internal%20Links?&amp;amp;max-results=7&quot;&gt;internal link structure&lt;/a&gt; is one of the most important aspects of your on-page SEO strategy. However, there are many ways that people tend to ruin this and today, we are going to address the common ways that users tend to ruin their internal link structure and how they can avoid it.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
1. Not Internal Linking At All.&lt;/h3&gt;
&lt;div&gt;
The most common thing is people often look at internal link structure as an afterthought mostly because it slows down the editorial process, and once you start off on the wrong foot it&#39;s very hard to fix. However, by avoiding this you&#39;re not only making your overall on-page SEO worse your content starts to suffer as well. By not properly linking your &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/does-my-small-business-website-need.html&quot;&gt;content&lt;/a&gt; to other sources you&#39;re leaving your users in the dark when they might have questions.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Previously we have discussed ways to &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html&quot;&gt;improve internal link structure&lt;/a&gt; on the Blogger platform but those strategies can b used on any website. However, if you want a model website take a look at ours, or simply go to a Wikipedia entry and you will see the advantages of a solid internal link structure.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
2. Linking The Same Reoccuring Word To The Same Page Multiple Times&lt;/h3&gt;
&lt;div&gt;
So, this is the one that many users who are on WordPress tend to do. Many will install a plugin &lt;a href=&quot;https://wordpress.org/plugins/seo-automatic-links/&quot;&gt;SEO Smart Links&lt;/a&gt; which will go ahead and link certain words to their category archives, and other archives and posts.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
However, say on this post every time I mention the word SEO and link it to my archives page, not only is this very annoying its incredibly bad for your internal link structure. By repeating the same link on the same anchor text multiple times it doesn&#39;t serve a purpose for Google, and search engines in general instead all you&#39;re doing is what would appear to be a form of link spamming which we will cover more in another post. Now, this doesn&#39;t mean you can&#39;t link the same or similar anchor text to another link but keep it varied as to avoid looking like you&#39;re spamming or trying to game the system.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
3. Not Linking To Your Archive Pages&lt;/h3&gt;
&lt;div&gt;
So, you have a blog and you&#39;re linking to your other posts which is great but you&#39;re likely forgetting about another equally important page on your website and that is your archive pages. Archive Pages are what we refer to as they traditionally appear in WordPress. Categories, Tags pages or in &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger?&amp;amp;max-results=7&quot;&gt;Blogger &lt;/a&gt;your Label Pages these make for great internal links as you can use relatively limited anchor text sometimes even just the word and link it to your archive.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now many users are going to jump and say, I already have Breadcrumbs and my categories and tags appear at the bottom of my post, therefore, I am covered right? Actually, no you&#39;re not and this is because your &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Content%20SEO?&amp;amp;max-results=7&quot;&gt;article content&lt;/a&gt; would still be barren and by adding links you&#39;re doing your users a favor.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Users often times ignore your breadcrumbs and your categories and tags located at the footer of your post its a form banner blindness if you would but instead of it being for advertisements it&#39;s for non-important content that appears on your website. So linking (at least once) in your post to your archive pages can really make your internal link structure fly.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/9184042605751690712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/dont-ruin-your-internal-link-structure.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/9184042605751690712'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/9184042605751690712'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/dont-ruin-your-internal-link-structure.html' title='Don&#39;t Ruin Your Internal Link Structure'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_lvXWs-RkQqvLNFOZH9EXxbQF829LvmmWJeErXfe2mhEMskGngDnYMsLXt0zfFrGKQS9FQE6ZiBqVCUTJmM-DAcWHX8obhwVjXyL1cCS73zT9sYHrX26jUXT1gbJvPcH3CIED4YwQA4un/s72-c/internal-links.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nashville, TN, USA</georss:featurename><georss:point>36.1626638 -86.781601599999988</georss:point><georss:box>35.752564799999995 -87.427048599999992 36.5727628 -86.136154599999983</georss:box></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-8569370072335408429</id><published>2018-02-10T15:00:00.000-06:00</published><updated>2018-02-10T15:00:38.094-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Content SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Small Business"/><title type='text'>Does My Small Business Website Need A Blog For Good SEO?</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPbQGP-Y4gHItCn3bR8BIiYMXIqYJgKwKPBM8D-lRR_KSBQSvyZmPZkwJ06I6QkG0UbRPm7q8e45VTOOGknt67ygVh3mGwR_RylEH5ERMDk1srdY3Snaq9b6pMy2zAR5_Te3ZnfhqAWgZ0/s1600/small-business.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Small Business&quot; border=&quot;0&quot; data-original-height=&quot;1067&quot; data-original-width=&quot;1600&quot; height=&quot;426&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPbQGP-Y4gHItCn3bR8BIiYMXIqYJgKwKPBM8D-lRR_KSBQSvyZmPZkwJ06I6QkG0UbRPm7q8e45VTOOGknt67ygVh3mGwR_RylEH5ERMDk1srdY3Snaq9b6pMy2zAR5_Te3ZnfhqAWgZ0/s640/small-business.jpeg&quot; title=&quot;Small Business&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
One question that many small business owners, might have is wonder or not they need to &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger?&amp;amp;max-results=7&quot;&gt;blog&lt;/a&gt; if they plan to rank in Google and if they can still have good SEO even without a blog on their website?&lt;br /&gt;
&lt;br /&gt;
So this is actually a two part question does your business need a blog in the first place, and if it doesn&#39;t can you still have solid SEO and rank well in Google?&lt;br /&gt;
&lt;h3&gt;
Does My Business Need A Blog On It&#39;s Website?&lt;/h3&gt;
&lt;div&gt;
I would normally just and say yes, but its a bit more complicated than that. A blog is a great way to extend your reach online and engage your consumers it also adds more &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Content%20Seo?&amp;amp;max-results=7&quot;&gt;content&lt;/a&gt; to the search engines which can help you gain organic traffic. Especially if you are in a business where there is not a lot of other blogs or niches that are providing information for your type of work.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;https://www.blogger.com/&quot;&gt;Blogging&lt;/a&gt; is great and when combined with a proper SEO tactics including proper &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Internal%20Links?&amp;amp;max-results=7&quot;&gt;internal link&lt;/a&gt; structure and writing adequates amount of content you can certainly increase your traffic. However, blogging is also something that your business needs to commit too, if you&#39;re going to start a blog you need to cmmit too it. If you only post when you want to and dread doing it you&#39;re not doing yourself any favors. If you treat your blog as a way to post happy new year once a year no one will read your blog and most people won&#39;t care.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So if you are able to commit to it and add content on a steady basis then you are going to do well if not, then you either need to have someone else write your content or not do it at all, as you&#39;re just going to cause yourself more headache than good. This leads us to the next part of this question.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Can My Business Have Good SEO Without A Blog?&lt;/h3&gt;
&lt;div&gt;
Yes, your website can both rank well and have good &lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO?&amp;amp;max-results=7&quot;&gt;SEO&lt;/a&gt; without ever posting a single blog post. Primarily this can be done through local SEO where you&#39;re able to target your specific area and by creating a solid website using schema.org markup, using very long and detailed service pages, that are keyword optimized and written well you can rank well. Just make sure to keep the&lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html&quot;&gt; internal link structure updated&lt;/a&gt;, and done properly and you can certainly rank well.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Additionally, many small businesses are able to do well without any sort of online marketing at all, however we strongly recommend you do get yourself a website as most users expect businesses to have a website (not necessarily a blog) to get the information they need.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Closing Thoughts&lt;/h3&gt;
&lt;div&gt;
Your businesses success online can be a make or break situation depending on how you plan to gain traffic. Blogs are great way to gain traffic without needing to spend money on advertising and help you engage your consumer base. You can go outside of the norm and host polls or surverys and responding back to customers on website helps establish your brands and can gain positive customer feedback.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
While your website can succeed without the use of a blog, doing so incredibly limits your avenues of growth and solely relies on you having solid service pages, and information (or relying solely on local SEO and Google Maps).&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/8569370072335408429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/does-my-small-business-website-need.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/8569370072335408429'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/8569370072335408429'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/does-my-small-business-website-need.html' title='Does My Small Business Website Need A Blog For Good SEO?'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPbQGP-Y4gHItCn3bR8BIiYMXIqYJgKwKPBM8D-lRR_KSBQSvyZmPZkwJ06I6QkG0UbRPm7q8e45VTOOGknt67ygVh3mGwR_RylEH5ERMDk1srdY3Snaq9b6pMy2zAR5_Te3ZnfhqAWgZ0/s72-c/small-business.jpeg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nashville, TN, USA</georss:featurename><georss:point>36.1626638 -86.781601599999988</georss:point><georss:box>36.1626638 -86.781601599999988 36.1626638 -86.781601599999988</georss:box></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-5151756055345249790</id><published>2018-02-09T10:41:00.000-06:00</published><updated>2018-02-09T10:41:14.742-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Content SEO"/><title type='text'>How Long Should A Blog Post Be For Good SEO</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRBWlB969Fi6Nw0alCBIrFc73Uds4xqfH7jzG0e8OTIJ6zOcURXJLlKVQ62F0A1N0aYGiMz_kRZII94a8G4lf_EsBmbkCoFG1N1WdeHkmre6Zeh6jSMxyAeQLGwnDeLQLGOzSZGdbzZw1m/s1600/long-articles.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Long Articles&quot; border=&quot;0&quot; data-original-height=&quot;270&quot; data-original-width=&quot;570&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRBWlB969Fi6Nw0alCBIrFc73Uds4xqfH7jzG0e8OTIJ6zOcURXJLlKVQ62F0A1N0aYGiMz_kRZII94a8G4lf_EsBmbkCoFG1N1WdeHkmre6Zeh6jSMxyAeQLGwnDeLQLGOzSZGdbzZw1m/s640/long-articles.jpg&quot; title=&quot;Long Articles&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
How long should a blog post be for good &lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO?&amp;amp;max-results=7&quot;&gt;SEO&lt;/a&gt;? This is one of the most asked questions that I get asked personally and it&#39;s also one of the most ambiguous&amp;nbsp;questions one can ask. This question gets asked particularly a lot by &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger?&amp;amp;max-results=7&quot;&gt;Blogger&lt;/a&gt; users as there is no word counter in Blogger (even though having one would be amazing).&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The general rule of thumb is that a good article should contain at least&amp;nbsp;300 words if you are coming up short of this topic there either isn&#39;t much information on it or you aren&#39;t doing enough research. However, while this is the recommended length by &lt;a href=&quot;https://yoast.com/blog-post-length/&quot;&gt;Yoast SEO&lt;/a&gt;, I personally recommend a slightly longer version than that for personal reasons.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I personally recommend that your posts contain at least 500 words (so long as the content being blogged about has enough information for that to happen). If you are writing a post on a Poem that is 50 words long you&#39;re going to struggle writing 300 let alone 500 and there is a point where your writing tends to get redundant or it&#39;s not understandable.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
That being said, I personally recommend 500 words for most forms of content, and this is reflected in the posts on this website every post on &lt;a href=&quot;https://seoknights.blogspot.com/&quot;&gt;SEO Knights&lt;/a&gt; is a minimum of 500 words and this is both good for my site but also for you the reader.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
There is a keynote though and that is longer posts will have an easier time ranking in Google because Google loves solid content and if we could every post should be a book! Ok not really, but writing more content often times is a solid indicator of there being more valuable and useful information in that respective post and that users will be less likely to skim that article.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Additionally, and more importantly the more you write the more chances you have to work on your &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Internal%20Links?&amp;amp;max-results=7&quot;&gt;internal link structure&lt;/a&gt;. As we have covered before a solid internal link structure is what can make or break your website&#39;s SEO and we have even gone into &lt;a href=&quot;https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html&quot;&gt;how to improve your internal linking on Blogger&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So if you&#39;re going to write about a topic you believe that you&#39;re an expert on you should write long detailed posts that are going to give as much useful information to your readers as possible that is still in an easy to read and digestible format.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
While you&#39;re at it you can go ahead and link out to other authorities in your niche to reinforce your points and use the post as a way to improve the overall link structure of your website. Often times its even easier to write if you include videos, graphs, or images to comment on in order to get your word count up.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
As a final note it&#39;s important to realize that just because you write long interesting posts it doesn&#39;t mean you&#39;re going to rank in Google but by adding more details to your writing you are improving the quality of content for your readers and are going to make your website more detailed and feel more authoritative. In addition to that statement just because your website isn&#39;t composed of long editorial style posts it doesn&#39;t mean that its not going to rank in Google certain types of posts and content can&#39;t fill that much space and that&#39;s ok, content length is just one of the hundreds of signals that Google users when deciding how to rank your website and posts.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/5151756055345249790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-long-should-blog-post-be-for-good.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/5151756055345249790'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/5151756055345249790'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-long-should-blog-post-be-for-good.html' title='How Long Should A Blog Post Be For Good SEO'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRBWlB969Fi6Nw0alCBIrFc73Uds4xqfH7jzG0e8OTIJ6zOcURXJLlKVQ62F0A1N0aYGiMz_kRZII94a8G4lf_EsBmbkCoFG1N1WdeHkmre6Zeh6jSMxyAeQLGwnDeLQLGOzSZGdbzZw1m/s72-c/long-articles.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nashville, TN, USA</georss:featurename><georss:point>36.1626638 -86.781601599999988</georss:point><georss:box>35.752564799999995 -87.427048599999992 36.5727628 -86.136154599999983</georss:box></entry><entry><id>tag:blogger.com,1999:blog-7656153383853851344.post-6897345105982884249</id><published>2018-02-08T17:27:00.001-06:00</published><updated>2018-02-08T17:37:01.605-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internal Links"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><title type='text'>How To Improve Internal Linking On Blogger</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP0SzjaobIDd_hii-swZlsWfWETQfTJwjzgSWlPxXdgowojlkwU33_eUzMFD3ySqtseG2n2WbYkS4F6vnvpkwqZnvxUKB0mbQCuQthGIK1X2IW1efJQCZ9AIj1xB9jBIOCZ-KFUb33smPx/s1600/internal-links.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1024&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP0SzjaobIDd_hii-swZlsWfWETQfTJwjzgSWlPxXdgowojlkwU33_eUzMFD3ySqtseG2n2WbYkS4F6vnvpkwqZnvxUKB0mbQCuQthGIK1X2IW1efJQCZ9AIj1xB9jBIOCZ-KFUb33smPx/s640/internal-links.jpg&quot; width=&quot;640&quot; alt=&quot;Internal Linking&quot; title=&quot;Internal Linking&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;https://seoknights.blogspot.com/search/label/Blogger&quot;&gt;Blogger&lt;/a&gt; out of the box is an amazing online blogging platform and is a great place to start writing your own content for others to read. Additionally, the platform is created and managed by Google which gives you a good starting point on what to do and what not to do.&lt;br /&gt;
&lt;br /&gt;
One of the most forgotten about forms of &lt;a href=&quot;https://seoknights.blogspot.com/search/label/SEO&quot;&gt;SEO optimization&lt;/a&gt; is the use of internal links. When you create a website you want all of your content to link to one another this is commonly done through tags or categories but it goes a little bit beyond that.&lt;br /&gt;
&lt;br /&gt;
Take a Wikipedia entry for instance, when you are on Wikipedia and are reading an article like this on &lt;a href=&quot;https://en.wikipedia.org/wiki/Physics&quot;&gt;Physics&lt;/a&gt;. When you click that article three words in, you will notice that the word &quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Ancient_Greek&quot;&gt;Ancient Greek&lt;/a&gt;&quot; is linked to, and that link goes to another Wikipedia entry. The reason for this is because it is content relevant to what is being read by the user and it explains the origin of the word physics.&lt;br /&gt;
&lt;br /&gt;
Now, what does this have to do with blogging? When writing posts you want to connect users to not only external sources but internal sources of related posts and while this can seem hard you will notice on this blog, the word &quot;SEO&quot; is being linked to its associated archive page.&lt;br /&gt;
&lt;br /&gt;
While you may wonder what the added value is in this when I already have breadcrumbs it&#39;s just another form of reinforcement. Google, when it crawls your website, wants to understand your content which is partially why we have &lt;a href=&quot;http://schema.org/&quot;&gt;schema.org&lt;/a&gt; markup. Google wants to see signals that tell it what does this content mean.&lt;br /&gt;
&lt;br /&gt;
So Google, when it visits the &lt;a href=&quot;https://en.wikipedia.org/&quot;&gt;Wikipedia&lt;/a&gt; entry, sees the word Ancient Greek and has no understanding of what this word is. However, Wikipedia has linked it to other content describing what that is exactly and when you go to that post its linked to another page further explaining where Greece is etc, etc.&lt;br /&gt;
&lt;br /&gt;
Additionally, a strong &lt;a href=&quot;https://seoknights.blogspot.com/search/label/Internal%20Links&quot;&gt;internal link structure&lt;/a&gt; allows users to also understand your content, which in turn means they are visiting more pages on your website, a strong internal link structure should be the core of your SEO strategy when you have a large content oriented website.&lt;br /&gt;
&lt;br /&gt;
Now when you are on Blogger, there are somethings that you can do to improve your internal link structure and thus improving your overall SEO. If you have a very large blog there is no need to go back and start editing all of your old posts, but you can start off on the right foot this time.&lt;br /&gt;
&lt;br /&gt;
So, you have a topic selected try to word the article in a way that both makes sense but leads to solid anchor text, for good internal links and then look through your older posts to find those links. Once those links are found, simply link them. Also, try to link single words or a couple of words to your tags page.&lt;br /&gt;
&lt;br /&gt;
While you may already have your tags shown in the footer, users are likely to ignore these but are more likely to click on and go to the page if the link is within the article. You can also use this article for reference as there are several links throughout the post that both make it feel more fluid but more informational.</content><link rel='replies' type='application/atom+xml' href='https://seoknights.blogspot.com/feeds/6897345105982884249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/6897345105982884249'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7656153383853851344/posts/default/6897345105982884249'/><link rel='alternate' type='text/html' href='https://seoknights.blogspot.com/2018/02/how-to-improve-internal-linking-on.html' title='How To Improve Internal Linking On Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/17006871117071615076</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP0SzjaobIDd_hii-swZlsWfWETQfTJwjzgSWlPxXdgowojlkwU33_eUzMFD3ySqtseG2n2WbYkS4F6vnvpkwqZnvxUKB0mbQCuQthGIK1X2IW1efJQCZ9AIj1xB9jBIOCZ-KFUb33smPx/s72-c/internal-links.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nashville, TN, USA</georss:featurename><georss:point>36.1626638 -86.781601599999988</georss:point><georss:box>35.752564799999995 -87.427048599999992 36.5727628 -86.136154599999983</georss:box></entry></feed>