DEV Community

jefferyyuan
jefferyyuan

Posted on • Originally published at lifelongprogrammer.blogspot.com

Awesome Tips about Google Blogger

TL;DR


Awesome Tips Series about Google Products


Awesome Tips Series about Blogger


Change Date And Time To Promote/Move Posts

Chrome uses published data to decide where the post is shown in Blog Archive or feed, we can change the published data after publish to move the post.

  • when set published date to future:
    • Update the exiting one: this will not change the date and time in the url but will change where it's put at Blog Archive
    • Publish a new one or again: this will schedule the post to publish it in the future
  • We can change an old post to a newer date to move and promote it
  • We can move similar posts together or distribute them into different months/years.

Add a post to the past

  • Publish a post first (using Automatic time)
  • Revert it to draft
  • Change date time to past then publish it again
  • ex: Awesome Tips about Chrome Vimium was added on 5/30/2019 and changed its date time to April 08, 2019

Manage/Use Labels Effectively

<b:loop values='data:labels' var='label'>
  <b:if cond='data:label.count &gt;= 10'>
    <!-- ....  -->
  </b:if>
</b:loop>
  • Exclude labels at Configure Labels

Blogger Feeds API


Tips about SEO and Promote Posts

Add Custom Redirects after changed the url

Create a Custom "Page Not Found"

Promote your Content by Creating and Sticking Index Page

  • Publish the post first then change date to a future date
  • ex: home

How To Promote Posts Based On Labels And Recency


Tips

Sitemap web pages

search-console

  • Add your post to search-console by manually requesting indexing
  • Check Coverage -> Excluded and request indexing posts for Discovered - currently not indexed and Crawled - currently not indexed

Latest comments (2)

Collapse
 
robiabo profile image
Robiabo

Hello, can you please help me with this issue:-
dev.to/robiabo/where-the-quick-edi...

Collapse
 
liloo2040 profile image
Elodie | DIY Developer

Thanks for this post! I used to have various blogs with blogger, now I want to merge all in one and transform it into Vuepress.