Showing posts with label HowTo. Show all posts
Showing posts with label HowTo. Show all posts

Friday, July 6, 2018

How To Register Website In Bing Search Engine

How To Register Website or Blog In Bing Search Engine  

Once you completed your website/blog design or once you framed website with good content just publishing wont give better results. we need to register website or blog in 2 main search engines 1)Google search console 2)Bing Webmaster Tools .
                    By registering in search engine we will get good traffic and this is major part of SEO job (Search Engine Optimization) ,Due to good optimization the website /Blog will get better ranking in search results and will be visible to the world in search results. In this article i am going to explain how to register web in Bing Webmaster Tools

1# Login to Bing Webmaster Tools .
2# Go to my Sites 
3#Write/Paste your main website/Blog address
  Note:Try to add complete sitemap like https://abcweb.com/sitemap.xml
4#Then Click ADD
5# Next It will show Meta content with authentication code as below .
Bing Search Engine, Google Search Console,
6#Take the Meta tag content with code and place in your website/Blog html code .
Note1 :See the example which is showing in above snip or in your Webmaster Tools for reference .
Bing Search Engine, Google Search Console,
7#Take the Meta tag content with code and place in your website/Blog html code just after <head> and save then Close.
Bing Search Engine

8#After that Go to Bing Webmaster Tools and click in VERIFY option to authenticate ownership .

9# Next bing will verify your ownership and show the status as verified .
 
10#Bing will start Crawl your website .If you already submitted your sitemap as i mentioned in Step 3 then bing will start crawling complete website with all the page links . 

11# Bing will complete crawl process and will index all the pages of your website/Blog .
Note :This process will take some time from 1 week to 1 month . 

12# Then your web page-links will start to visible in bing search window based on user search request .Complete weblinks appearance records and clicks you can track from Bing webmaster dashboard  
Note :Please check your website mobile friendliness also from Bing Webmaster from this link 
If you want to know how to register website/Blog in Google Search Console please read below link.
How To Register Website or Blog In Google Search Console

How To Register Website or Blog In Google Search Console

How To Register Website or Blog In Google Search Console

Once you completed your website/blog design or once you framed website with good content just publishing wont give better results. we need to register website or blog in 2 main search engines 1)Google search console 2)Bing Webmaster Tools .

                    By registering in search engine we will get good traffic and this is major part of SEO job (Search Engine Optimization) ,Due to good optimization the website /Blog will get better ranking in search results and will be visible to the world in search results. In this article i am going to explain how to register web in 

yet to write ,will come soon

Wednesday, June 27, 2018

HOW TO OPEN MULTIPLE WEB LINKS IN SINGLE CLICK WITH TIME DELAY

HOW TO OPEN MULTIPLE WEB LINKS IN SINGLE CLICK WITH TIME DELAY

Do you want to open all your default daily websites like Facebook, Gmail and Google in single click with time delay here you can Go

 1# Open notepad

2# Write Script like below .Note :please replace websites with your website .

@echo off
start "" chrome "https://www.google.co.in/" 
Timeout /t 10 /nobreak >nul 2>&1
start "" chrome "https://www.facebook.com/" 
Timeout /t 10 /nobreak >nul 2>&1
start "" chrome "https://www.msn.com/de-de/"
Timeout /t 10 /nobreak >nul 2>&1
start "" chrome "https://superinfolive.blogspot.com/"

3# Select File->SaveAs->Save with .bat file format .
HOW TO OPEN MULTIPLE WEB LINKS IN SINGLE CLICK WITH TIME DELAY





4# Double Click  batch file when ever you want to open multiple weblinks.

Batch File
Do you want to open multiple websites without time delay ,then please check below link

HOW TO OPEN MULTIPLE WEB LINKS IN SINGLE CLICK

HOW TO OPEN MULTIPLE WEB LINKS IN SINGLE CLICK 

Do you want to open all your default daily websites like Facebook, Gmail and Google in single click here you can Go

 1# Open notepad

2# Write Script like below .Note :please replace websites with your website .

@echo off
start "" chrome "https://www.google.co.in/" .
@echo off

start "" chrome "www.facebook.com/" .
@echo off

start "" chrome "https://superinfolive.blogspot.com/" .

3# Select File->SaveAs->Save with .bat file format .
Multiple Websites in Single click





4# Double Click batch file when ever you want to open multiple weblinks.

Batch File

Do you want to open multiple websites with time delay ,then please check below link


How To Write Alt Text Tag In Blogger

How to write alt tag to images in blogger

1# Log in to a Blogger account. 

2# Then select your blog(like:SportNews) and then make a new post.

3# Add image to post. Either from your computer or from Web by using insert image option.

4# Click on the image. Then click on Properties.
How to Add Alt Attribute to Image in Blogger

5# Enter the title text. Then add alt text then click OK.
How to Add Alt Tag to Image in Blogger

This is how it will show alt tag in HTML window .Google search engine can easily finds your Tag and shows in search results .

How to Add Alt Attribute for SEO