If you want to do guest posting click here. Guest Post!
Posts

How to Create Guest Post Page on Blogger Website

How to Create Guest Post Page on Blogger

What is a Guest Post:

Guest post is a popular topic or term nowadays.

Guest post means that if you post the content written by you on a big website, then it is called a guest post, In today's era, there are many websites that allow guest posting. As you know a big website spends up to Rs 1 lakh to write 1 content for your blog. So keeping this in mind, this Guest Blogging has been created. what we call guest posting

So that both the content writer and the website owner can benefit from it. In other words ( dependent on each other)

Benefits of Guest Posting:

The three biggest advantages of guest posting are

BACKLINKS
  • If you write content for a good website, you get high-quality backlinks in return.
EAT SCORE
  • You can increase your EAT score through Guest Post.
  • You must have seen that By Author is written at the bottom of every post, so in this way,, you can make your mark.
EXTRA TRAFFIC
  • You can get organic traffic from whatever website you are posting on.
  • Do guest posting on high website for good traffic

Guest Posting: FOR RELATIONSHIP:

Posting on a good website not only builds relationships with the website owner but also gives you a chance to develop good relationships with other webmasters in the industry.
And if you want to build high-quality backlinks or go beyond the normal website, then you have to build a good connection.

Which Website Should I do Guest Posting on?

When you do a guest post on any website, then your target should be to help the audience of that website and not your audience.
Apart from this, the website on which you are guest posting should have good traffic so that you can also benefit.
How to Make Money from Guest Post:
  • The two biggest ways to earn money from guest posting are
  • GuEST POSTING
  • You can help the audience of any website through your article.
  • GEST POST-MARKETING
  • You can write about the product of any big company or website and promote it through a guest posts on other websites.
How to Use Guest Posting in Blogger:
We have given some scripts below, you just have to copy-paste them, and you are done.

We have given some scripts below, you just have to copy-paste them, and you are done.

  • If you have any problem in coding, then I have given a video after the end of the article, you can see the video and put the sidebar widget on your blog website.

  • First You Need to Create a Page 
  •  1) Go to Blogger Dashboard  and select Page > New page
  • 2) Click Html button on the left side corner.
  • 3) you can give a name to your guest post page.! in my case  "Guest Post" is my page name.
  • 4) Past Below Code into HTML  page like the above image.
<script src="https://dl.dropboxusercontent.com/s/htbxax1y39i5oak/guests.js" type="text/javascript"></script>  
 Send your Article to Us  we will Publish your article !!  
 <script type="text/javascript">  
    bkLib.onDomLoaded(function() {  
      var myNicEditor = new nicEditor();  
      myNicEditor.setPanel('myNicPanel');  
      myNicEditor.addInstance('wysiwyg');  
    });  
 </script>  
 <div class="form-style-6">  
 <form action="//formspree.io/conount@gmail.com" id="contactform" method="POST">  
 <input name="name" placeholder="Your name" type="text" />  
 <input name="_replyto" placeholder="Your email required" required="" type="email" />  
 <textarea name="Details" placeholder="This is an optional section. You can tell about yourself and post Your social links and site links here." required="" rows="6" style="width: 50%;"></textarea>  
 <input name="Post_title" placeholder="Post Title (Required)" style="width: 85%;" type="text" />  
 <h3>  
 Write Post below</h3>  
 <div id="myNicPanel" style="width: 90%;">  
 </div>  
 <textarea id="wysiwyg" name="message" rows="20" style="background: white; overflow: scroll; width: 90%;"></textarea>  
 <input name="tags" placeholder="Enter your tags/label/category (optional)" style="width: 85%;" type="text" />  
 <input name="_gotcha" style="display: none;" type="text" />  
 <input name="_next" type="hidden" value="https://conount.blogspot.com/p/thank-you.html" />  
 <input type="submit" value="Post it for review" />  
 </form>  
 <b>  
 </b> <b>Please, Don't post Spam!, Spams are excluded Automatically.</b></div>  
 <h2>  
 Guidelines for guest posting </h2>  
 <ol>  
 <li>450 words Minimum</li>  
 <li>We Publish  Unique Articles  Only</li>  
 </ol>  
 <script>  
   var contactform = document.getElementById('contactform');  
   contactform.setAttribute('action', '//formspree.io/conount@gmail.com');  
 </script> 

Now replace conount@gmail.com with your Gmail

5) Now press the Publish Button

6) goto theme > edit Html >find this code ]]></b:skin> 

7) Past Below code above the  ]]></b:skin>  

.form-style-6{  
   font:initial;  
   margin:10px auto;  
   padding:16px;  
   background:#ffffff;  
 }  
 .form-style-6 input[type="text"],  
 .form-style-6 input[type="date"],  
 .form-style-6 input[type="datetime"],  
 .form-style-6 input[type="email"],  
 .form-style-6 input[type="number"],  
 .form-style-6 input[type="search"],  
 .form-style-6 input[type="time"],  
 .form-style-6 input[type="url"],  
 .form-style-6 textarea,  
 .form-style-6 select  
 {  
   -webkit-transition:all 0.30s ease-in-out;  
   -moz-transition:all 0.30s ease-in-out;  
   -ms-transition:all 0.30s ease-in-out;  
   -o-transition:all 0.30s ease-in-out;  
   outline: none;  
   box-sizing:border-box;  
   -webkit-box-sizing:border-box;  
   -moz-box-sizing:border-box;  
   background:#fff;  
   margin-bottom:4%;  
   border:1px solid #ccc;  
   padding:3%;  
   color:#555;  
   font:initial;  
 }  
 .form-style-6 input[type="text"]:focus,  
 .form-style-6 input[type="date"]:focus,  
 .form-style-6 input[type="datetime"]:focus,  
 .form-style-6 input[type="email"]:focus,  
 .form-style-6 input[type="number"]:focus,  
 .form-style-6 input[type="search"]:focus,  
 .form-style-6 input[type="time"]:focus,  
 .form-style-6 input[type="url"]:focus,  
 .form-style-6 textarea:focus,  
 .form-style-6 select:focus  
 {  
   box-shadow: 0 0 5px #ff9900;  
   padding:3%;  
   border:1px solid #ff9900;  
 }  
 .form-style-6 input[type="submit"],  
 .form-style-6 input[type="button"]{  
   box-sizing:border-box;  
   -webkit-box-sizing: border-box;  
   -moz-box-sizing:border-box;  
   padding:3%;  
   background:#ff9900;  
   border-bottom:2px solid #ff9900;  
   border-top-style: none;  
   border-right-style: none;  
   border-left-style: none;    
   color:#fff;  
 }  
 .form-style-6 input[type="submit"]:hover,  
 .form-style-6 input[type="button"]:hover{  
   background:#696d6c;  
  .form-style-6{  
   font:initial;  
   margin:10px auto;  
   padding:16px;  
   background:#ffffff;  
 }  
 .form-style-6 input[type="text"],  
 .form-style-6 input[type="date"],  
 .form-style-6 input[type="datetime"],  
 .form-style-6 input[type="email"],  
 .form-style-6 input[type="number"],  
 .form-style-6 input[type="search"],  
 .form-style-6 input[type="time"],  
 .form-style-6 input[type="url"],  
 .form-style-6 textarea,  
 .form-style-6 select  
 {  
   -webkit-transition:all 0.30s ease-in-out;  
   -moz-transition:all 0.30s ease-in-out;  
   -ms-transition:all 0.30s ease-in-out;  
   -o-transition:all 0.30s ease-in-out;  
   outline: none;  
   box-sizing:border-box;  
   -webkit-box-sizing:border-box;  
   -moz-box-sizing:border-box;  
   background:#fff;  
   margin-bottom:4%;  
   border:1px solid #ccc;  
   padding:3%;  
   color:#555;  
   font:initial;  
 }  
 .form-style-6 input[type="text"]:focus,  
 .form-style-6 input[type="date"]:focus,  
 .form-style-6 input[type="datetime"]:focus,  
 .form-style-6 input[type="email"]:focus,  
 .form-style-6 input[type="number"]:focus,  
 .form-style-6 input[type="search"]:focus,  
 .form-style-6 input[type="time"]:focus,  
 .form-style-6 input[type="url"]:focus,  
 .form-style-6 textarea:focus,  
 .form-style-6 select:focus  
 {  
   box-shadow: 0 0 5px #ff9900;  
   padding:3%;  
   border:1px solid #ff9900;  
 }  
 .form-style-6 input[type="submit"],  
 .form-style-6 input[type="button"]{  
   box-sizing:border-box;  
   -webkit-box-sizing: border-box;  
   -moz-box-sizing:border-box;  
   padding:3%;  
   background:#ff9900;  
   border-bottom:2px solid #ff9900;  
   border-top-style: none;  
   border-right-style: none;  
   border-left-style: none;    
   color:#fff;  
 }  
 .form-style-6 input[type="submit"]:hover,  
 .form-style-6 input[type="button"]:hover{  
   background:#696d6c;
}

Click Save Button ,That's All After complete this you can check your guest page 

Post a Comment