Webmaster Forums - Website and SEO Help

Search Engines and Marketing => Content, Keywords and On-Page SEO => Topic started by: samaustin141 on September 13, 2012, 02:46:00 AM

Title: On Page SEO
Post by: samaustin141 on September 13, 2012, 02:46:00 AM
What code is write in robots.txt file?
How to create robots.txt file and where to submit in website?
After that any change in webmaster tools?
Title: Re: On Page SEO
Post by: siyajoshi on September 17, 2012, 04:50:17 AM
Hello..
To remove your site from search engines and prevent all robots from crawling it in the future, place the following robots.txt file in your server root:
User-agent: *
Disallow: /
To add your site from search engines and allow all robots from crawling it in the future, place the following robots.txt file in your server root:
User-agent: *
Allow: /
Title: Re: On Page SEO
Post by: marymnewland on September 18, 2012, 02:14:41 AM
 Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.

It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:

User-agent: *
Disallow: /

The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.

There are two important considerations when using /robots.txt:

    robots can ignore your /robots.txt. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.
    the /robots.txt file is a publicly available file. Anyone can see what sections of your server you don't want robots to use.

So don't try to use /robots.txt to hide information.
Title: Re: On Page SEO
Post by: josshray on October 23, 2012, 04:41:42 PM
Go to Google webmaster code and check the crawler error options, you'll see the robot.txt code there.
Title: Re: On Page SEO
Post by: marymnewland on November 29, 2012, 07:50:29 AM
Quote from: josshray on October 23, 2012, 04:41:42 PM
Go to Google webmaster code and check the crawler error options, you'll see the robot.txt code there.

I agree with this. Google Webmasters will help you more.
Title: Re: On Page SEO
Post by: fab on December 04, 2012, 08:37:06 AM
Quote from: marymnewland on September 18, 2012, 02:14:41 AM
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.

It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:

User-agent: *
Disallow: /

The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.

There are two important considerations when using /robots.txt:

    robots can ignore your /robots.txt. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.
    the /robots.txt file is a publicly available file. Anyone can see what sections of your server you don't want robots to use.

So don't try to use /robots.txt to hide information.
Thanks For Share .
Title: Re: On Page SEO
Post by: JigarNetworks on December 20, 2012, 08:35:20 AM
On page SEO or search engine optimisation is making sure that your website is as search engine friendly as possible.

Make sure that you have unique content on every single page.
Title: Re: On Page SEO
Post by: kevvin@20 on December 28, 2012, 05:42:22 AM
You have must required for tobots.txt and sitemap on your webmaster...!
Title: Re: On Page SEO
Post by: QuizMEOnline on December 30, 2012, 08:39:47 AM
Quote from: marymnewland on September 18, 2012, 02:14:41 AM
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.

It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:

User-agent: *
Disallow: /

The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.

There are two important considerations when using /robots.txt:

    robots can ignore your /robots.txt. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.
    the /robots.txt file is a publicly available file. Anyone can see what sections of your server you don't want robots to use.

So don't try to use /robots.txt to hide information.
There is good suggestion for your site.
Title: Re: On Page SEO
Post by: icecube media on January 28, 2013, 06:16:07 AM
Robots.txt file contains the instructions which are for Google bot that which page to crawl and which page is not to crawl.
You can create it manually or with the help of online free tools. And once you create robots.txt file then you have to upload it in the root folder of your website.
Title: Re: On Page SEO
Post by: allenhill on February 12, 2013, 07:55:11 AM
On-Page SEO is the process of ensuring that the search engines understand what your page is about. This is done by structuring the page around a Keyword so that when that Keyword is typed into the search box your page is seen by the search engines as highly relevant.

Title: Re: On Page SEO
Post by: martinsherman on April 25, 2013, 08:17:02 AM
The robots.txt file is a text file that tells search engine crawlers which portions of your website they should NOT index. If you don't want to restrict search engine crawlers, you should simply create an empty robots.txt file (e.g., touch robots.txt) or one that looks like this:

User-agent: *
Disallow:
Once you have created a robots.txt file, you store it in the root directory of your Web server.

Hope this helps you!!
Title: Re: On Page SEO
Post by: bradely on April 26, 2013, 12:25:36 AM
Be very careful if you use robots file, as a mistake can blank out the entire site
Title: Re: On Page SEO
Post by: Alex Thompson on April 30, 2013, 02:22:26 AM
On-page is considered as one of the primary process of SEO Campaign. All the changes are applied on the website page and it is the process for improving the appearance of the website page and we can say that it is the process of creating a web-page more friendly with the search engine.
Title: Re: On Page SEO
Post by: Rohit1982 on May 20, 2013, 08:12:19 AM
Quote from: marymnewland on September 18, 2012, 02:14:41 AM
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.

It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:

User-agent: *
Disallow: /

The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.

There are two important considerations when using /robots.txt:

    robots can ignore your /robots.txt. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.
    the /robots.txt file is a publicly available file. Anyone can see what sections of your server you don't want robots to use.

So don't try to use /robots.txt to hide information.
Nice information, many thanks to the marymnewlandr