1
limecity
Xoops Meta Robot
  • 2004/12/6 3:55

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


I don't really understand this in the admin..

Meta Robots
- Index, Follow
- No Index, Follow
- Index, No Follow
- No Index, No Follow

What does it mean and what does it do and how it affect my site?

2
ajaxbr
Re: Xoops Meta Robot
  • 2004/12/6 4:10

  • ajaxbr

  • Quite a regular

  • Posts: 276

  • Since: 2003/10/25


It gives instructions to robots, like Google's, that visit/index your site. Now, if you want to know what those instructions are exactly... I suggest setting them to different things and reading the corresponding XOOPS_URL/robots.txt

3
limecity
Re: Xoops Meta Robot
  • 2004/12/6 5:25

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


i am trying to get my site into better listing in google or top search engine.

So i used a analysis software.
here is what it says:

"Your web page uses the META Robots tag to allow search engines to index your web page. Actually, you can remove this tag as search engines will also index your web page if this tag is missing."

what does it mean?

4
JMorris
Re: Xoops Meta Robot
  • 2004/12/6 5:51

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Yes, search engines will spider your site regardless of whether you have a robots file or not. The robots file is used more for the sake of preventing robots from indexing specific directories. Of course, you can specify how you want robots to index your site using XOOPS admin, but the default value is usually sufficient.

Quote:
User-agent: * <<-- Any robot
Disallow: /cgi-bin/ <<-- Directory to stay out of
Disallow: /tmp/ <<-- Directory to stay out of
Disallow: /cache/ <<-- Directory to stay out of
Disallow: /class/ <<-- Directory to stay out of
Disallow: /images/ <<-- Directory to stay out of
Disallow: /include/ <<-- Directory to stay out of
Disallow: /install/ <<-- Directory to stay out of
Disallow: /kernel/ <<-- Directory to stay out of
Disallow: /language/ <<-- Directory to stay out of
Disallow: /templates_c/ <<-- Directory to stay out of
Disallow: /themes/ <<-- Directory to stay out of
Disallow: /uploads/ <<-- Directory to stay out of


A very good example of why this is useful is when I was running piCal 0.5 on my site and the Google bot ate up 5GB of bandwith in two weeks indexing every single page of piCAL. Asside from chewed up bandwidth, there is also the issue of security. You wouldn't want John Q. Public to be able to pull up a cached copy of the admin menu, would you?

Hope this sheds some light on things.

5
limecity
Re: Xoops Meta Robot
  • 2004/12/6 6:05

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


hmm that is something i didn't know.
I just installed pical few days ago.

5 days my bandwidth is accumulated up to 943.28 Megabytes.
going to cost me if it goes up..

Okay guide me step by step how i can do the setting above?

6
JMorris
Re: Xoops Meta Robot
  • 2004/12/6 6:17

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Sure.

FTP into your site root
Download the robots.txt file
Open the file in your favorite text editor
Add the following line to the file

Quote:
Disallow: /modules/piCal/


Save the file
Upload the file to your server, overwritting the original

The completed file should look like the following:
Quote:
User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /cache/
Disallow: /class/
Disallow: /images/
Disallow: /include/
Disallow: /install/
Disallow: /kernel/
Disallow: /language/
Disallow: /templates_c/
Disallow: /themes/
Disallow: /uploads/
Disallow: /modules/piCal/


Nothing to it. Hope this helps.

7
limecity
Re: Xoops Meta Robot
  • 2004/12/6 6:43

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


oh thank you thank you.
added the fix already.

me trying to fix my site ranking.
which was position on top 10 and drop till 1000+ in google search.

any advise?

from the software is said:
Density: You should increase the keyword density for the search term "auckland" from 11.1% to up to 50.0% in this web page element. You can do this by adding the search term "auckland" to this web page element, or by removing some text.

what does it mean by that?

hope you guys don't mind helping me out on this although its not really on XOOPS thingy. I don't know where else to refer this problem except for this XOOPS community.

Login

Who's Online

244 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 244


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits