Go Back   cPanel Forums > General Discussion > cPanel Newbies

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-07-2009, 12:24 AM
Registered User
 
Join Date: Nov 2006
Location: Montreal, Canada
Posts: 5
webado is on a distinguished road
Exclamation Some cPanel login pages appear indexed in Google

Sorry if this may have already been asked and answered, but I couldn't find anything about it.

Recently I have noticed that Google has somehow managed to find and index some cPanel login pages such as:
I find those doing a site: query in Google for some domains of mine.

Actually you can find loads of those with a simple search:
"Click Here to load cPanel" - Google Search



I notice that such a page does not have a robots noindex meta tag and there is no robots.txt file at http://www.example.com:2082/robots.txt .

I can't seem able to do anything about this myself. My own website's .htaccess file does not influence accesses on port 2082 in any way. I have no means to block such a url from being crawled and indexed by search engines.

I feels like it's also a security risk, despite there being a password requirement of course in order to log in. Still, I don't appreciate my cPanel login page being indexed for all to see when searching my site.


Is there any solution to this that I may have missed?

Thanks for any tips.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-07-2009, 11:08 AM
cPanelDavidG's Avatar
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 8,117
cPanelDavidG is on a distinguished road
Quote:
Originally Posted by webado View Post
Sorry if this may have already been asked and answered, but I couldn't find anything about it.

Recently I have noticed that Google has somehow managed to find and index some cPanel login pages such as:


I find those doing a site: query in Google for some domains of mine.

Actually you can find loads of those with a simple search:
"Click Here to load cPanel" - Google Search



I notice that such a page does not have a robots noindex meta tag and there is no robots.txt file at http://www.example.com:2082/robots.txt .

I can't seem able to do anything about this myself. My own website's .htaccess file does not influence accesses on port 2082 in any way. I have no means to block such a url from being crawled and indexed by search engines.

I feels like it's also a security risk, despite there being a password requirement of course in order to log in. Still, I don't appreciate my cPanel login page being indexed for all to see when searching my site.


Is there any solution to this that I may have missed?

Thanks for any tips.
Do you happen to have root access to the server on which your website resides? If so you can SSH in and add a robots.txt file to

/usr/local/cpanel/base/unprotected/

Let me know if that resolves the issue.
__________________
Need technical assistance? You can find your best avenue for support at: http://support.cPanel.net
-- cPanel David G., Lead Forum Administrator & cPanel Technical Sales Representative
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-07-2009, 02:27 PM
Registered User
 
Join Date: Nov 2006
Location: Montreal, Canada
Posts: 5
webado is on a distinguished road
Thanks David. Personally I cannto do it but I know somebody who could.

However the robots.txt file should be in the root folder - and accessible at http://www.example.com:2082/robots.txt . It serves no purpose at all if it's in the folder /unprotected/ . Unless /usr/local/cpanel/base/unprotected/ actually corresponds to http://www.example.com:2082/ .

Also robots noindex meta tags ought to be added to the head section of all those pages.

Quote:
<meta name="robots" content="noindex,nofollow,noarchive">
That should take care of everything.

I think this is something only you guys can (dare I say should?) do .

Thanks for your help.

Last edited by webado; 07-07-2009 at 02:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-07-2009, 02:56 PM
cPanelDavidG's Avatar
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 8,117
cPanelDavidG is on a distinguished road
Quote:
Originally Posted by webado View Post
Thanks David. Personally I cannto do it but I know somebody who could.

However the robots.txt file should be in the root folder - and accessible at http://www.example.com:2082/robots.txt . It serves no purpose at all if it's in the folder /unprotected/ . Unless /usr/local/cpanel/base/unprotected/ actually corresponds to Example Web Page .

Also robots noindex meta tags ought to be added to the head section of all those pages.



That should take care of everything.

I think this is something only you guys can (dare I say should?) do .

Thanks for your help.
Actually, with the way our login themes work, the files in unprotected/ are the root directory of the cPanel and WHM ports.

My problem is being unable to replicate the issue you are experiencing. None of the sites I have access to have their cPanel/WHM/Webmail interfaced indexed by Google. Even though, practically speaking, inserting a robots.txt in the cPanel, WHM and Webmail interfaces should stop the spidering and remove that content, it's best to confirm this to be the case before I submit a proposal to our developers.
__________________
Need technical assistance? You can find your best avenue for support at: http://support.cPanel.net
-- cPanel David G., Lead Forum Administrator & cPanel Technical Sales Representative
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-07-2009, 04:03 PM
Registered User
 
Join Date: Nov 2006
Location: Montreal, Canada
Posts: 5
webado is on a distinguished road
That's why I gave this search: "Click Here to load cPanel" - Google Search


You will see a ton are indexed.



You can find an instance from one of my sites near the bottom of these search results: site:melinas-music.com - Recherche Google


Many other sites too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-07-2009, 07:17 PM
Registered User
 
Join Date: Nov 2006
Location: Montreal, Canada
Posts: 5
webado is on a distinguished road
Not sure what happened to my earlier post - it seemed to go into moderation.

URLs like what I described are mot definitely getting indexed in Google.

I found at least one for one of my websites. The quesiotn how Google found such a link is a little mystery in itself, because I have never posted any such url. But it did find it. And indexed it.

You can see one such url indexed if you lok at the search results for this site query:

site:melinas-music.com - Google Search


It's the last one before the omitted results.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-07-2009, 11:50 PM
cpanelben's Avatar
Staff Member
 
Join Date: Feb 2004
Posts: 596
cpanelben is on a distinguished road
I've committed a change to prevent the indexing. After some review, this change will propagate to all versions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-07-2009, 11:53 PM
Registered User
 
Join Date: Nov 2006
Location: Montreal, Canada
Posts: 5
webado is on a distinguished road
Quote:
Originally Posted by cpanelben View Post
I've committed a change to prevent the indexing. After some review, this change will propagate to all versions.
Thank you so very much

This will be a fantastic help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
cpanel , google , indexed , login , robots

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying Email Login attempts using Google IP Addresses madamsplash cPanel Newbies 2 03-17-2009 10:20 PM
Firefox - Generic Popup Login Box instead of cPanel/WHM login pages Nathan D. cPanel and WHM Discussions 1 02-01-2009 08:27 AM
Looking to brand JUST the login pages - need help zimmerru Themes and Branding 12 06-21-2007 11:39 AM
Disallow files or folder to be indexed by entropysearch equens cPanel and WHM Discussions 0 08-13-2005 11:21 AM


All times are GMT -5. The time now is 04:52 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc