How to Remove Date Or Month In Blogger Post URL

Public:

Blogger is such a platform, which provides a platform to the lovers of blogging. Google has complete control of Blogger, it is operated by Google itself. The best feature of Blogger is that here you can build a website for yourself without any investment, and for this, you neither need to buy a Domain Name nor need to buy Web Hosting. Because both these things are provided by Blogger for free.

Read More: Low Competition Keywords List 2023 with High Traffic

How to remove the date from the Blogger’s URL? There is some Advantage with Blogger and there is also some Disadvantage. There are some limitations while working on Blogger, here you cannot do everything as per your wish. You have to work within certain limits set by Blogger. One of these limitations is the URL of the post written by you, which you cannot change as per your wish. So how to remove the date from the Blogger’s URL?  Before that, why does the date come in the blogger URL?

How to get Date and Month in Blogger Post URL 

When you write a post on Blogger, you will see that Month Year, and .html are included in its URL. Which doesn’t seem a bit professional to you. As you see on WordPress. How to remove the date from Blogger’s URL, we only know which code we need for this. 

If you want to customize the URL of your Blogger post like the URL of a WordPress post. So for that, we have to follow some steps, let’s know it in detail. Whenever we write a post on Blogger, it includes the date of publication of the post. Which looks something like this.

https://chat4now.com/2021/07/generatepress-theme-customization-using-custom-my-css.html

But, whenever you write any post on WordPress, the URL of that post is completely different from the URL of the Blogger’s post because the Date and .html do not come here in the URL of that post. The WordPress post URL looks much more professional as compared to the default post URL of Blogger. something like this  

https://chat4now.com/generatepress-theme-customization-using-custom-my-css/

That’s why today you will try to tell through this post “How to remove date from blogger url” that if you have just started a blog on blogger, then here You can remove the date from the URL of your blogger’s post by using the method mentioned. This will give Professional Look to your Blogger Blog like WordPress.

Blogger’s Permalink is auto-generated, which includes Date and .html, but you can also change it manually with the technique mentioned here. Here your post publish date will be the same, but you can hide it from the blogger post URL in this way, due to this the date will be hidden in the URL of the post you will write in the future. So how to remove the date from the Blogger’s URL? We will know its method further.  

What are the Pros and cons of Removing the Date from the Blogger Post? 

But before how to remove the date from a blogger’s URL, it is worth noting that everything has some advantages and some disadvantages. Therefore, if you are a new blogger and you have just written 3 or 4 posts, then you can use it. But if you have been using Blogger for a long time and your post is ranking in Google, then first understand its Pros and cons.

Benefits of removing Date and Month from blogger post URL

There can be some benefits to doing this, we should first understand that too. 

  • Removing the date from the URL of the blog post in Blogger will make your post evergreen.
  • With this, the Permalink of your blog post appears in a Professional Look.
  • Due to this, users do not know on which date this post has been published.
  • This helps in ranking your post better.
  • The removal of the date shortens the URL of your blog post. 

Disadvantages of Removing Date and Month from Blogger Post URL

  • It is good to remove the date from the URL, but it is only suitable for new bloggers.
  • If you have just started your blog on Blogger, then you can use it.
  • If you are already a well-established blogger, and your blog posts are ranking on Google, then you should not take the risk of changing the URL of your blog posts. Because it will affect the SEO of your blog. 
  • If the URL of any of your blog posts has been ranked in Google with Date, and now you remove the date, then Date 404 Error will start coming from it.
  • This change can badly affect the established SEO of your website. Therefore, before changing the URL of the post, take care of all these things.

Now you must know the advantages and disadvantages of changing the date format of the URL of the blog post, so now we come to the main point, how to remove the date from the URL of Blogger? 

How to remove the date from the Blogger Post URL?

Step 1: First of all login to your blogger dashboard and go to the theme section.

url3

Step 2: Now you have to go to the theme section and click on Edit HTML.

url4

Step 3: First of all, you must take a backup of your theme so that in case of any problem, you can restore it.

Step 4: Now go to Edit HTML and search <head> with the help of Cntrl F.

url5

Step 5: Now copy the code given below and paste it under the <head> tag and save the theme.

<script type="text/javascript">
//<![CDATA[
// BloggerJS v0.3.1
// Copyright (c) 2017-2018 Kenny Cruz
// Licensed under the MIT License
var urlTotal,nextPageToken,postsDatePrefix=!1,accessOnly=!1,useApiV3=!1,apiKey="",blogId="",postsOrPages=["pages","posts"],jsonIndex=1,secondRequest=!0,feedPriority=0,amp="&"[0];function urlVal(){var e=window.location.pathname,t=e.length;return".html"===e.substring(t-5)?0:t>1?1:2}function urlMod(){var e=window.location.pathname;"p"===e.substring(1,2)?(e=(e=e.substring(e.indexOf("/",1)+1)).substr(0,e.indexOf(".html")),history.replaceState(null,null,"../"+e)):(e=(e=postsDatePrefix?e.substring(1):e.substring(e.indexOf("/",7)+1)).substr(0,e.indexOf(".html")),history.replaceState(null,null,"../../"+e))}function urlSearch(e,t){var n=e+".html";t.forEach(function(e){-1!==e.search(n)&&(window.location=e)})}function urlManager(){var e=urlVal();0===e?accessOnly||urlMod():1===e?getJSON(postsOrPages[feedPriority],1):2===e&&(accessOnly||history.replaceState(null,null,"/"))}function getJSON(e,t){var n=document.createElement("script");if(useApiV3){var o="https://www.googleapis.com/blogger/v3/blogs/"+blogId+"/"+e+"?key="+apiKey+"#maxResults=500#fields=nextPageToken%2Citems(url)#callback=bloggerJSON";nextPageToken&&(o+="#pageToken="+nextPageToken),nextPageToken=void 0}else o=window.location.protocol+"//"+window.location.hostname+"/feeds/"+e+"/default?start-index="+t+"#max-results=150#orderby=published#alt=json-in-script#callback=bloggerJSON";o=o.replace(/#/g,amp),n.type="text/javascript",n.src=o,document.getElementsByTagName("head")[0].appendChild(n)}function bloggerJSON(e){var t=[];if(useApiV3||void 0===urlTotal&&(urlTotal=parseInt(e.feed.openSearch$totalResults.$t)),useApiV3){try{e.items.forEach(function(e,n){t.push(e.url)})}catch(e){}nextPageToken=e.nextPageToken}else try{e.feed.entry.forEach(function(n,o){var r=e.feed.entry[o];r.link.forEach(function(e,n){"alternate"===r.link[n].rel&&t.push(r.link[n].href)})})}catch(e){}urlSearch(window.location.pathname,t),urlTotal>150?(jsonIndex+=150,urlTotal-=150,getJSON(postsOrPages[feedPriority],jsonIndex)):nextPageToken?getJSON(postsOrPages[feedPriority]):secondRequest&&(nextPageToken=void 0,urlTotal=void 0,jsonIndex=1,secondRequest=!1,0===feedPriority?(feedPriority=1,getJSON("posts",1)):1===feedPriority&&(feedPriority=0,getJSON("pages",1)))}function bloggerJS(e){e&&(feedPriority=e),urlManager()}bloggerJS();
//]]>
</script>
url6

Now after following all these steps, when you refresh your blog post, you will see that Date and .html have been removed from the URL of your post.  

Through this article, we have told you “ How to remove Date from Blogger URL” An attempt has been made to give complete information about it, and we have full hope that this information will prove to be very useful for you.

Hi, I am Roton Kumar Roy a part-time Blogger,Youtuber and founder of Chat4Now.com. Here, I post about blogging to help people make money online.

Leave a Comment