Skip to main content

Featured

About Google Search Console,and how to Add our URL on Google Search Console?

About Google Search Console Google Search Console is a free service from Google that allows us to search our website in Google. If we do not enter our URL into Google Search Console, our website will not show up on Google. How to Add our URL on Google Search Console? Here I will show you how to add the URL of your website to Google Search Console. Let's see with the help of a screenshot.                                                     ⇓⇓⇓⇓⇓⇓⇓ 1. Do a Google search for the site and then click on Google Search Console 2. Second, paste the URL of your website and click on continue... 3.At number three you will have a page show like this... 4.click on URL inspection and put the URL... 5.If your website URL is not in Google Search Console, click Request Indexing....  ✔''Your site's URL will show up on Google Search Console in 48 hours'' You can th...

What is the Robots.txt file?

 What is the Robot.txt file?

Robots.txt is a text file webmasters create to instruct web robots (typically search engine robots) how to crawl pages on their website. The robots.txt file is part of the robots exclusion protocol (REP), a group of web standards that regulate how robots crawl the web, access and index content, and serve that content up to users.






Syntax of Robots.txt file?

First look at this code. Then We can discuss this code.
  
User-agent: *
Disallow: /search
Allow: /

Sitemap: https://picslifephotoshop.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
 


For example, our website's robot.txt will look like this.....





User-agent: * we gave the introduction. It gives us access to all our websites.

Disallow: /search In the Disallow field you specify the beginning of URL paths of URLs that should be blocked. So it would block the following URLs, for example (if the robotstxt is in https://picslifephotoshop.blogspot.com/search
Allow:  / like as disallow these codes mean we can allow same files.

At last Sitemap: It contains a link to our website page.



How to make a Robots.txt file for a website?

1. Open Notepad, Microsoft Word, or any text editor and save the file as 'robots,
2. If you want to create your own robot.txt file, click on the link below...https://www.labnol.org/blogger/sitemap/

Comments

Popular Posts