Followers

Sunday, June 17, 2018

What should be added in New blog websites

Things to be added in New blogs


1. Add custom Page Not Found :
 Hey there, this is one of the features of Blogger. It redirects to your websites if someone writes the wrong URL( If needed ). To add goto setting-search preferences-Custom page not found
Add this given code by turning to own the option:-

<style type="text/css"> #error-404 { border: 20px solid #1563ea; border-radius: 240px 240px 240px 240px; height: 240px; margin: 0 auto 40px; text-align: center; transition: all 0.8s ease 0s; width: 240px; } #error-404:hover { border-color: #333; } #error-404 span { color: #FA4C29; font-size: 100px; font-weight: bold; line-height: 240px; } .large-heading { font-size: 48px; line-height: 1.2em; } .light-heading { font-weight: 400; } .status-msg-bg { background-color: transparent; } .sidebar-wrapper, .page-header { display: none; } .main-wrapper { margin-right: 0; } .outer-wrapper { min-height: 0; } .status-msg-border { border: 0 none; } </style> <div id="error-404"> <span>404</span>
</div> <h2 class="large-heading" style="text-align: center;">Page not found.</h2>
<h3 class="light-heading" style="text-align: center;">Sorry, the page you were looking for on this blog does not exist.<br>You will be redirected shortly to the homepage.</h3>


2.Add custom robot txt.
To add goto setting-search preferences-custom robot txt.
This option helps your websites to rank in google and also helps to index your pages properly. Add this given code:
User-agent: Mediapartners-Google
Disallow: 

User-agent: *
Disallow: /search
Allow: /

Sitemap: https://yadavtechnicalnews.blogspot.com/sitemap.xml

3.Add custom robots header tags:
To add go to setting-search preferences-custom robots header tags
This features also help in crawling and indexing your web pages. Add by looking in this photo.

4.Custom Ads Txt.
To add goto  setting-search preferences- custom ads txt: Add this following codes
google.com, pub-5584610592334205, DIRECT, f08c47fec0942fa0
Change red code with your Adsense publisher code from earning tab.

5.Add contact us page:
To add goto pages and add the pages. Use the following code to view  well-looking contact use page. Html Code given below:
<div dir="ltr" style="text-align: left;" trbidi="on">
<div class="widget ContactForm" id="custom_ContactForm1">
<div class="contact-form-widget">
Get in touch with us by filling out the form below.<br />
<br />
<div class="form">
<form name="contact-form">
Name
<br />
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" type="text" value="" /><br />
&nbsp;Email&nbsp;<span style="font-weight: bolder;">*</span><br />
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" type="text" value="" /><br />
&nbsp;Message&nbsp;<span style="font-weight: bolder;">*</span><br />
<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" rows="5"></textarea>

<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Submit" /></form>
</div>
</div>
</div>
<br /></div>

6.Add Privacy Policies and Disclaimer Pages-
To create you can use this website. Use freeprivacypolicies.com. Moreover, you can create from this websites or you can create your websites. This page helps you to approve your Adsense very fast. This is one of the reasons to disapproved of Google Ad-sense
Privacy Policies Sample                                                   Discalaimer Sample        

7. Add attractive follow us with HTML Code                                                                          Use this HTML code to add attractive HTML code of following use in Twitter, Facebook and at all. it will look like this


<style type="text/css">

.hbzsignup-form {

    background: transparent url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYtvqeM6UoprBwHmgnXtja6Nb_cxzTKTUlPm3ukaGaN1wtnzrM76AvQBNg6GrtEMRpHiyIfLbFiLRCNHQdTVbPsuVg7jFYb_xkaw3k32NzFf5m6RnIZEBwiW6csSmIjdp8OKxqy50No4uy/s1600/Email-bg.jpg") no-repeat scroll center center / 250px 150px;

    height: 150px;

    width: 250px;

    margin: 10px auto 60px auto;

}

.hbzform-inner p {
    text-align: center;
    color: #fff;
    padding: 10px;
    font: bold 18px "trebuchet MS","Tahoma";
}

.hbzemailform {
    margin: 120px auto 5px;
    width: 215px;
}

#hbzemailbox {
    background: #FEFEFE none repeat scroll 0% 0%;
    border: medium none;
    font: 12px/12px "HelveticaNeue",Helvetica,Arial,sans-serif;
    margin-right: 5px;
    box-shadow: 0px 0px 4px rgb(207, 207, 207) inset, 1px 1px 1px rgb(186, 186, 186);
    padding: 7px;
    box-sizing: content-box;
    height: 12px;
    vertical-align: top;
    display: inline-block;
}
#hbzemailbutton {
    background: transparent linear-gradient(to bottom, rgb(202, 48, 40) 0%, rgb(235, 88, 78) 100%) repeat scroll 0% 0%;
    box-shadow: 0px 0px 2px rgb(182, 37, 32) inset;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    font: 13px/13px "HelveticaNeue",Helvetica,Arial,sans-serif;
    padding: 6px;
    border-radius: 5px;
    height: 27px;
    display: inline-block;
}

#hbzemailbutton:hover {
    background: transparent linear-gradient(to bottom, #CA3028 0%, #B72420 100%) repeat scroll 0% 0%;
}

.hbzsocial-icons {
    margin: 20px 0 0;
    overflow: hidden;
    display: block;
    text-align: center;
}

.hbzsocial-icons ul {
    display: inline-block;
    margin: 0 auto !important;
    text-align: center;
    padding: 0px
}

.hbzsocial-icons ul li {
    background: transparent !important;
    border: none !important;
    float: left;
    list-style-type: none !important;
    margin: 0 4px 10px !important;
    padding: 0 !important;
}

.hbzsocial-icons ul li::before,
.hbzsocial-icons ul li::after {
    display: none !important;
}

.hbzsocial-icons ul li a, .hbzsocial-icons ul li a:hover {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiGgoouCSA5jP_823nuUy7oBDva5k_oLE6Iy4SFm9qD-A8Tp2gXKoL_NpaoLI1SLHC7V3eErGIon2VPvVzFrFBgL1v6oksVEj8U51LSowC1LrHHmK2qMHwVtzTnB0_YoSvQGEGBASFlWjh/s1600/sprite_32x32.png") no-repeat scroll 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 38px;
    overflow: hidden;
    text-indent: -999px;
    transition: all 0.25s linear 0s; width: 38px;
}

.hbzsocial-icons ul li.social-facebook a {
    background-color: #3b5998;
    background-position: -60px 3px;
}

.hbzsocial-icons ul li.social-twitter a {
    background-color: #00aced;
    background-position: -253px 3px;
}

.hbzsocial-icons ul li.social-gplus a {
    background-color: #dd4b39;
    background-position: -93px 3px;
}

.hbzsocial-icons ul li.social-pinterest a {
    background-color: #cb2027;
    background-position: -157px 3px;
}

.hbzsocial-icons ul li.social-rss a {
    background-color: #F87E12;
    background-position: -189px 3px;
}
.hbzsocial-icons ul li a:hover {
    background-color: #333; 
}

.hbzsocial-like {
    display: block;
    text-align: center;
}

.hbzsocial-like tbody, .hbzsocial-like tbody tr {
    display: block;
}

.hbzfb-likes {
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 5px;
}

.hbztw-follow {
    display: inline
}

</style>

<div>
 <div class='hbzsignup-form'>
  <div class='hbzform-inner'>
   <p>Sign Up for Email Updates</p>
  </div>
  <div class='hbzemailform'>
   <form action='http://feedburner.google.com/fb/a/mailverify' id='subscribe' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=[Your Blog uri]&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
    <input name='uri' type='hidden' value='[Your Blog uri]'/>
    <input name='loc' type='hidden' value='en_US'/>
    <input id='hbzemailbox' name='email' required='' type='text' placeholder='Enter your email...'/>
    <input id='hbzemailbutton' title='' type='submit' value='Sign up'/>
   </form>
  </div>
 </div>

 <div class="hbzsocial-icons">
  <ul>
   <li class="social-facebook"><a href="https://www.facebook.com/Pokemoninhindi-1854114938219289/" target="_blank" title="Facebook">Facebook</a></li>
   <li class="social-twitter"><a href="https://twitter.com/WorldofGamingZ1" target="_blank" title="Twitter">Twitter</a></li>
   <li class="social-gplus"><a href="https://plus.google.com/u/1/108223149580028885459" target="_blank" title="Google+">Google+</a></li>
  
  </ul>
 </div>

 <table class='hbzsocial-like'>
  <tbody>
   <tr>
    <td class='hbzfb-likes'>
     <div id="fb-root">
     </div>
     <script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
     </script>
     <div class="fb-like" data-href="[Fb url]" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false">
     </div>
    </td>
    <td class='hbztw-follow'>
     <a href="https://twitter.com/WorldofGamingZ1" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false" data-dnt="true">Follow @subeshyadav91</a>
     <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
     </script>
    </td>
   </tr>
  <tbody>
 </tbody></tbody></table>
</div>

Note-  In case of any help Contact me on contact us page.

0 komentar: