Friday 11 August 2017

How To Generate Single or Multiple Sitemap

Single Sitemap For Google Indexing, 
  1. First See How Many Posts You Have On Your Blogger Blog
  2. Go To Blogger.Com
  3. Select Your Blog
  4. See Total Posts Count Then Follow Next Steps,
Blog With Less Than 500 Posts.
BLOG WITH MORE THAN 500 & LESS THAN 1000
Blog With More Than 1000 Less Than 1500
After generating sitemap from above methods now it’s time to submit to Google via Web Master.
Note: You Can Change The Red Color Numbers With Your Posts Number.
Follow My Steps,
  1. Go To Your Google Web Master Click Here
  2. You Will Redirect To Dashboard
  3. Select Your Website/Blog From List
Picture Help / Example
4: You Can See reports, Related, Crawl Errors & Search
Picture Help / Example
5: Now Click More Under Sitemap Reports
6: Top Right You Will See (Add/Test/Sitemap)
Picture Help / Example
7: Now Past Generated Above Sitemap For Your Website/blog.
Picture Help / Example
8: You’re Done!

How To Redirect Your Website/Blog Anywhere

There is two/2 ways to redirect your website
1: From Official Domain Server/Registrar
2: HTML
Domain Server / Registrar
Some people redirect their website from their registrar like, Godaddy, Hostgator, iPage, Names, 1and1 and so on others. If you can do this then it’s good because you don’t need to do any other step from following code.
HTML Code Redirect
 
Here i’m going to tell you how can you direct your website to anywhere you want using HTML Code. You just need to put following code into your website/blog head section. Follow my Steps,
1: Find Following Code <Head>
2: Past Following Code Below <head>
Code:  <meta content=’0;URL=&apos;http://www.yourwebsite.com/&apos;’ http-equiv=’refresh’/>
 
 
Example: 
Click Picture To Full View
3: Change Red Text From Above Highlight Code With Your Website/Link Where You Want To Redirect Website/Blog.
4: You’re done

How To Embed Any Video or YouTube Videos Into Blogger

Method 1: For YouTube Videos Embed Option

  • Open Blogger Post or New Post
  • Click Insert Video Button” Located Above The Text Box
  • Select Your Source Where You Want Video From
  • There Is Some Options
1: Direct upload
2: YouTube URL Upload
3: My YouTube Videos
4: From Your Phone
5: From Your Webcam
Now i will suggest you to just find the video from YouTube and copy URL and paste into (From YouTube) source search box. Just select it with select button below. 

Method 2: For Every Video Like (Vimeo, YouTube, DailyMotion, And So On)

  • It’s so simple easy and fast
  • Visit following URL (Embed.ly)
  • Past Video URL, Post URL, Event URL, or Product URL
  • Copy The Code
  • Paste Into Your Blogger or Anywhere you want to show.
  • You’re done!.
Note: You can also embed anything from this website because i will recommend this to all users of my website who want to embed, Posts, Products, Events, Videos, or etc they can use this site for their purpose.

How To Add New Widget Section In Blogger Layout Anywhere

How To Add New Widget Section In Blogger Layout Anywhere


Sometime time we feel that some widget are not in those place which we want most exactly and where we want to display our widget but here is the solution for you because i also face this problem when i need a place in blogger layout but there was nothing to add anything then i decide to search about it and i found solution for myself and now i’m sharing with my website visitors. Hope you understand and follow my instructions to make it simple,
There is some places in layout section where we can add these widget

  1. Header Section
  2. Right Sidebar
  3. Above Blog Posts
  4. Below Blog Posts
  5. Footer Section
Note: You can’t add any widget between (Next & Previous) button in blogger. 
First of all go to the HTML editor of your blogger template. Do not click “Expand Widgets” 


Search for :

 <BODY>


Now the actual works starts from here.
Add Widget Section In Header Area



Now search for 
<DIV ID=’HEADERBG’>

 in some cases you might search for this
<DIV ID=’HEADER-WRAPPER’>

Here is the code for the new Widget Section
<B:IF COND=’DATA:BLOG.URL == DATA:BLOG.HOMEPAGEURL’><B:SECTION CLASS=’SIDEBAR’ ID=’MAGAZINE-LEFT‘ SHOWADDELEMENT=’YES’ > <B:WIDGET ID=’TEXT51‘ LOCKED=’FALSE’ TITLE=’TEST TITLE 1′ TYPE=’TEXT’/> </B:SECTION> </B:IF>



You have to change the Orange text if you want to use this code again and again in your template. You can write anything. This widget will be shown only in home page. If you want it on every page, than use this code 

<B:SECTION CLASS=’SIDEBAR’ ID=’MAGAZINE-LEFT‘ SHOWADDELEMENT=’YES’ > <B:WIDGET ID=’TEXT51‘ LOCKED=’FALSE’ TITLE=’TEST TITLE 1′ TYPE=’TEXT’/> </B:SECTION>

Now here is where to add the above code


OR 



Now Here Is The Change!



How to add this widget wherever you want then just search for the exiting widget and find that in Template HTML place like if i have already Widget (Popular Post) and want to add widget with this widget below or above section just paste the above code there that’s it. 


Add Widget Section Above Blog Posts!


Search for 

<B:WIDGET ID=’BLOG1′ LOCKED=’TRUE’ TITLE=’BLOG POSTS’ TYPE=’BLOG’/>


Note: Blog1 is your complete part of blog like whole template and there is only 1 code like this so don’t worry it should be there you can find easily. 


So now decide where you want to add new widget area like if you want new widget above the blog posts then paste code above like showing in above picture & want to add below blog posts the paste code below above Blog1 code. 

Note: There is maybe some same code like each others but you have to carefully paste code before <b:section or after </b:section> not in between.

Now How To Add New Widget Area In Right Sidebar

Some people want to add only right sidebar widget area so here is also option for you just Search for the existing widget in your Template HTML and if you want to add above then paste code above it or want to add below just paste it below. 




Just Like, i will search for “Follow me ” 

Now add the code above or below the entire section. 

Just like this, you can add new widgets on any place in your template. Simply add a new widget, give a title to it and than search for that title in HTML editor and place the new code Above or Below. Its Simple. But remember, add the code before the opening section or after the closing section. 

If you want to add Two columns at a time just like the one below 


Than simply follow these steps. The steps are same just one step will be added. 

Use this code instead of the one above 
<B:IF COND=’DATA:BLOG.URL == DATA:BLOG.HOMEPAGEURL’>
<B:SECTION CLASS=’SIDEBAR’ ID=’MAGAZINE-LEFT’ SHOWADDELEMENT=’YES’ >
<B:WIDGET ID=’TEXT51‘ LOCKED=’FALSE’ TITLE=’TEST TITLE 1′ TYPE=’TEXT’/>
</B:SECTION>

<B:SECTION CLASS=’SIDEBAR’ ID=’MAGAZINE-RIGHT’ SHOWADDELEMENT=’YES’ >
<B:WIDGET ID=’TEXT52‘ LOCKED=’FALSE’ TITLE=’TEST TITLE 2′ TYPE=’TEXT’/>
</B:SECTION>

<DIV STYLE=”CLEAR: BOTH;”></DIV>
</B:IF>


Want to show this widget everywhere on your website/blog page ? then this code will work for you,replace it with above code
<B:SECTION CLASS=’SIDEBAR’ ID=’MAGAZINE-LEFT’ SHOWADDELEMENT=’YES’ >
<B:WIDGET ID=’TEXT51′ LOCKED=’FALSE’ TITLE=’TEST TITLE 1′ TYPE=’TEXT’/>
</B:SECTION>

<B:SECTION CLASS=’SIDEBAR’ ID=’MAGAZINE-RIGHT’ SHOWADDELEMENT=’YES’ >
<B:WIDGET ID=’TEXT52′ LOCKED=’FALSE’ TITLE=’TEST TITLE 2′ TYPE=’TEXT’/>
</B:SECTION>

<DIV STYLE=”CLEAR: BOTH;”></DIV>

When you replace code with above then also search last step for (Adding two Widget Area in Right Sidebar)
Search for </b:skin> and add this code above it
#MAGAZINE-LEFT {
WIDTH: 45%;
FLOAT: LEFT;
}
#MAGAZINE-RIGHT {
WIDTH: 45%;
FLOAT: RIGHT;
}


Remember: If you want to use this widget again and again on your website/blogger just change the name of every widget which you add on your blog then you can use as long as you want. 
 
Changing Name Why ?: Because every widget on blogger has different names and you can’t keep same name on every widget and even when you use those widget you will get error so you must change the name of new widget and use how much you want to use it for your blog.