Showing posts with label Blogger tips. Show all posts
Showing posts with label Blogger tips. Show all posts

Tuesday, 11 October 2016

How to Submit a sitemap to Google Search Console

How to Submit a sitemap to Google Search Console,in my previous post given brief details submit blog or websites in Google Search Console,please read it first.In this post i am giving clear details about How to Submit a sitemap to Google Search Console in order to submit for Index purpose,google will index your pages as per submitted sitemap of your blog or websites in google search console.

How to Submit a sitemap to Google Search Console

Please follow below steps to submit your sitemap to Google Search Console.

Open Google Search Console from here.
Login with your Gmail id.
Google search Console dashboard will displays.


How to Submit a sitemap to Google Search Console

Now click on Property which you want to submit sitemap.
Now Property details will displays in Search Console.


How to Submit a sitemap to Google Search Console

Now go to Crawl - Sitemaps.

How to Submit a sitemap to Google Search Console

Click on Sitemaps link,it will display Sitemap page.
Click on Add/TestSitemap button.

How to Submit a sitemap to Google Search Console


First of all we will test by giving sitemap url which is given in robot.txt file in blogger.

i.e atom.xml?redirect=false&start-index=1&max-results=500 from
Sitemap:http://helpbloggerstips.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500

Now click on Test after giving atom.xml?redirect=false&start-index=1&max-results=500 url in Sitemap.



How to Submit a sitemap to Google Search Console

Now it will display View Results button,Click on it.

How to Submit a sitemap to Google Search Console

After click on View Test Result it will display total number of pages /posts available in your blog as below.

How to Submit a sitemap to Google Search Console

Click on Close Test and submit the sitemap instead of Test,click on Submit as below.

How to Submit a sitemap to Google Search Console

It will submit the sitemap in Google Search Console and google will start crawl your posts/pages from submitted Sitemaps.

How to Submit a sitemap to Google Search Console



Thank you for reading,please provide your valuable comments and feedback on this post.

How to submit a blog or website on Google Search Console

Welcome to Help Blogger tips and tricks blog ,today you will learn How to submit a blog or website on Google Search Console to index your pages in Google search engine.

What is Google Search Console?

Google Search Console is a WebMaster tool which will check what are the pages are indexed from submitted websites or blogs and optimize website posts or blogger posts visibility in 
google search engine as per submitted websites or blogs.

How to submit a blog or website on Google Search Console

Please follow below steps to submit your blog or WebSites in Google Search Console.

Step 1 : Login to Google Search Console.
Step 2 : Go to Dashboard.
Step 3 : Click on Add a Property

How to submit a blog or website on Google Search Console

Step 4 : Enter WebSite url or Blogger Url.
Step 5 : Click on Add button.

Verification Methods

IN Google search Console will display below Verification Methods to verify your website or blogger ownership ,those are

Recommended Method

In Recommended Method it will display below options

1. Download this HTML verification file.
2. Upload the file to http://helpbloggerstips.blogspot.in/
3. Confirm successful upload by visiting http://helpbloggerstips.blogspot.in/googlee32f19b6b7f03e28.html in your browser.
4. Click Verify below.
To stay verified, don't remove the HTML file, even after verification succeeds.

How to submit a blog or website on Google Search Console

Alternative Methods


In Alternative Methods it has

HTML Tag verification - We can use this one for Blogger verification purpose
Domain Name Provider - You can use this method for WebSite domain verification purpose through the domain providers Ex: GoDaddy
Google Analytics
Google Tag Manager


How to submit a blog or website on Google Search Console

Here I am using HTML tag method to verify my blogger.

Step 6: Go to Your Blogger admin Dashboard page.
Step 7: Go to Template.
Step 8: Click on Edit HTML button.

How to submit a blog or website on Google Search Console

Step 9: Now Enter copied Google Search Console HTML tag code under in Edit Template code.
Step 10: Save the template.

How to submit a blog or website on Google Search Console


Now go to Google Search Console and click on Verify Button as below.



After successful verification Google search Console displays successful message and Click on Continue button,it will redirect to the dashboard screen.

How to submit a blog or website on Google Search Console


Like this you can submit a blog or website on Google Search Console.Please provide your valuable comments and suggestions on this post.


How To Center Your Blogger Header

If you are using blogger default templates then your blogger header title will display left side,in case you want to display your blogger header in center then you have to change your template HTML pages in Blogger dashboard - Template - EditHtml.

How To Center Your Blogger Header


Instead of changing any changes in HTML ,simply you can change or add your own CSS in Template - Customize page,where blogger providing option to add CSS under customize page as below
You can add your Own CSS in this box ,here today we are adding own CSS to do Blogger How To Center Your Header.

Blogger How To Center Your Header

Please follow below steps

Step 1: Go to Your Blogger admin Dashboard page.
How To Center Your Blogger Header

Step 2: Go to Template.
Step 3: Click on Customize button.
Step 4: It will open Customize screen as below.
How To Center Your Blogger Header
How To Center Your Blogger Header

Step 5: Now click on Advance tab.
Step 6: Click on Add CSS tab.
Step 7: Simply copy paste below code in Add CSS box

#header-inner {text-align:center;}
#header-inner img {margin: 0 auto;}

How To Center Your Blogger Header


Step 8: Now Click on Save button.

Now open your blog that's it ,will display your blogger header title in Center of page.Please provide your valuable comments in case solve your problem. 

Remove Blank Space above header and content

Remove Blank Space Above Blogger Header will give you brief idea about reduce space between header and main content,in case you are using blogger default template then you need to fix some design problems in blogger template.In this post, you will find solution to reduce space between header and content in blogger.

Remove Blank Space Above Blogger Header

Step 1: Go to Your Blogger admin Dashboard page
Step 2: Go to Template
Step 3: Click on Edit HTML button
Step 4: Now Search with </head> tag in Edit Template code
Step 5:Now simply copy paste below code above </head> tag
Step 6:Save the template.

JavaScript Code:


<style type='text/css'>
.content-inner 
margin-top: -30px; 
}
</style>

Now open your blog it will reduce the space between your header and Main content,please provide your valuable comments in case resolve your issue in blogger.

Remove Blank Space Above Blogger Header
Remove Blank Space Above Blogger Header

Remove Blank Space Above Blogger Header