Skip to main content

how to become a succesful blogger

This post helps to how to become a successful blogger? what is the procedure to follow for the best blog post? how to attract the viewers? and what are the mistakes did in beginner bloggers? 

In the internet century, all thing are going to digital format. same as magazine articles too. many peoples read the articles on the internet nowadays. so we must adopt this kind of era. 
                           Change is constant 

What are good things about web blogging? 



  • It is more efficient than magazines or others. and it was free. you need the only website 
  • The readers can read the blogs at anytime in anywhere using the mobile, laptop with help of internet. 
  • we can easily create and publish a blog at any time.
  • we can modify our information at any time.  if its wrong or out dated, it is best aspects in web blogging
  • web blogging helps to interact the viewers positive and negative comments, it's really helpful for correct our mistakes
  • you can earn money from that without any investments using advertisements, promotions, affiliate marketing. and many other ways 


how to post a blog on blogger and some tips for perfect post

Tips:

First choose your blogging platform like WordPress, Blogger, Wix etc... most of the blogging platforms are available for free with sub domain

Choose your title for your content, like tech, cooking, electronics....

only your content can make your website is a unique impression from the users.
so your content must have updated and easy to understand for all user. your content portrays your ability of this subject. before the publish your post you must analyze in all the ways and read much popular blogging site about your content, and also read the viewer's opinions take much time to think your presentation style. 

Make your content is short and sweet and convey your thoughts using many quotes and perfect example's and images

Try to write your content clearly and easily understanding for normal readers
put a subheading, explains and, highlight your important notes or words in different fonts are boldness.

These help to a better view of your content 

Add some images videos for better understanding (Note: Don't use any copyrighted materials ) 

Now I am showing one good and easy understanding blogging platform

                                   Blogger

Blogger is one of the best blogging platform, owned by Google.
you can easily create multiple blogs using your google account 

If you have any questions about blogger place your question in a comment line     
Now I describe how to publish a post in blogger. 

How to publish a proper post in blogger?

Sign in your blogger

In the blogger, dashboard click the "post" tab 

Now you see the text editor of the blogger. just type your content in this place

On the top of the editor you can see the lot of tools it will help to make a professional post 

I explain all the tools by one by one




Undo-redo= On the first you can see the two arrows. this is used to undo redo operation 

Fonts: On the next, you can see the font option, the blogger, have 8 different fonts style you can choose your font option to write your blog

Font size: it is used to change your font size

Format: This used to change your text format as a Heading, Subheading like that

And next three tools was Boldness, italic, underline, strikethrough you already know that the features you no need to explain this

Text color, Text background color: This is used to Change your text color, and highlight your text using background color

Link: This is used to add external web page links in your blogger. And customize your links how to appear in your web page 

Insert image= it is used to add an image in a blog post. just click on the icon 
and choose your images from computer or from your Google photos 
and then click the upload the image option
Now your image or shown in the editor adjust your photos in your expectation

Note= don't use any copyrighted images  

Insert video=This is used to add videos in a blog, and you can add your youtube videos directly from youtube

Note= don't use any copyrighted images  

Click the icon and select my youtube videos now it shows your youtube videos or enter the youtube video URL in  "From youtube" option.

and after coming tools are already you know that there all simple tools used in ms word


Post settings:

On the right side of your editor, you can see the post settings 


Labels:

it is used to separate your blogs and create a series.

Schedule:

You can easily assign your blog publishing time and date.
open the schedule tab, you can see the two option on their 
automatic and set date and time

Permalink:

It is used to add a custom permalink in your post web page.

Location:

It used to set your location

Search description:

This is very important to SEO optimization. just type post description clearly in the space.

After you complete a post click the preview option. now you check your spelling and all are correct.

After the correction click a publish option

                                       Thank you

I hope you are understanding how to become a successful blogger? what is the best thing about web blogging, and how to create a blog for simple? if you have any doubts place your comments, 

                          share and follow my blog

Comments

Post a Comment

Popular posts from this blog

Python variables

In this first post we going to talk about the variables in Python like all other programming language the variables is just a container it holds some data in a variable name In another program language the variables must be mentioned whether its a integer or float character something But in Python language you did not care about that datatype has so much but you must be care some  places we are covering the upcoming posts of these In Python programming language you can I easily create the variable name without specify the datatype There are some restriction are  in the variable name in Python  you did not start the variable name in number it should be start within the letters underscore something You cannot start the name in special characters or number The another one thing is notice like another languages the variable has case sensitive it means the uppercase variable and lowercase variable but in same letters it be very In another one important thing ...