In your learning process, you may often encounter various tutorials with instructions related to blog pages. Especially if it is a guide related to blog themes, such as adding new elements, editing the blog's appearance, and other related activities. On this page, we will review the types of pages available on blogs using the blogger.com blogging platform.
Page Names
Homepage
The Homepage is the term used to refer to the blog's Main Page (Home).
This page is located at the main domain.
URL Format | main-domain |
---|---|
URL Example | https://www.wiblogger.com |
Search By Label
The Search By Label page (also known as the Label Page) is
a page that contains a list of posts under a specific label.
links to this page is often placed in the blog's navigation menu to help readers browse posts
that match their interests.
URL Format |
main-domain/search/label/label%20name
|
---|---|
URL Example | https://www.wiblogger.com/search/label/Blogger.com |
Search By Query
The Search By Query is the page that opens when a visitor performs a search with a specific query.
This page will display a list of posts relevant to the search query (if available).
URL Format |
main-domain/search?q=query+search
|
---|---|
URL Example | https://www.wiblogger.com/search?q=learn+blogger |
Search By Published
The Search By Published is a page that displays list of the latest posts sorted by publication time.
Access to this page is typically when visitors browse the blog content through the Next posts and Previous posts
links found in the blog pagination.
URL Format |
main-domain/search?updated-max=date
|
---|---|
URL Example |
https://www.wiblogger.com/search?updated-max=2020-09-03T20:24:00%2B07:00
|
Post
The Post is the Post Page. On this page, the content of the post is displayed in full.
URL Format |
main-domain/year-published/month-published/post-name.html
|
---|---|
URL Example |
https://www.wiblogger.com/2016/04/beginner-blogger-tutorial.html
|
Page
The Page is the Blog Page.
This page is usually published to create various special blog pages such as
About, Privacy Policy, Contact Us, and others.
URL Format |
main-domain/p/page-name.html
|
---|---|
URL Example |
https://www.wiblogger.com/p/about-us.html
|
Archive
The Archive is a page that contains a list of posts
published within a certain time range (year or month).
URL Format |
main-domain/year (annual archive)
main-domain/year/month (monthly archive)
|
---|---|
URL Example |
https://www.wiblogger.com/2021
https://www.wiblogger.com/2021/05
|
Error
All pages not found are Error pages.
This page is usually encountered when a visitor accesses a URL that is unavailable or has been deleted.
Examples:
Examples:
- https://www.wiblogger.com/path - (Incorrect URL format)
- https://www.wiblogger.com/2017/10/post.html - (Post has been deleted)
Page Types
Feed
The Feed page type is a page that displays a list of posts.
This page generally includes only a few parts of the post (not in full).
The following pages are in the feed type category:
- Homepage
- Search By Published
- Search By Label
- Search By Query
- Archive
Item
The Item page type is a page that displays the post in full.
The pages included in this type are Post and Page.
Error
Error Page.