Change Blogger Permalink blogspot.com/2021/04/post.html to blogspot.com/post
  
Today We Will Change our URL
From :- https://codexdindia.blogspot.com/2021/04/change-blogger-permalink.html
To :- https://codexdindia.blogspot.com/change-blogger-permalink
We will do this thing in Just 2 Steps.
Steps :-
- Setting Custom Redirect.
 
  Set Your Custom Redirect From Setting -> Errors and redirects
    -> Custom redirects
      2. Changing the Address URL after Load.
    Using JavaScript.
  See
    Full Article.
  
JavaScript Code.
  
window.history.pushState('new' , 'title' , 'https://codexdindia.blogspot.com/change-blogger-permalink')
  
  
  
  
  
  
  
  
  
  
  
  
  
  
Comments