Search Engine Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignSearch Engine Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 1st, 2013, 06:14 PM
Chet Chet is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 205 Chet User rank is Sergeant Major (2000 - 5000 Reputation Level)Chet User rank is Sergeant Major (2000 - 5000 Reputation Level)Chet User rank is Sergeant Major (2000 - 5000 Reputation Level)Chet User rank is Sergeant Major (2000 - 5000 Reputation Level)Chet User rank is Sergeant Major (2000 - 5000 Reputation Level)Chet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 2 Days 10 h 40 m 10 sec
Reputation Power: 34
Google Indexing My Pages As https

For some reason Google is indexing my pages using https intead of http.

This is a big mystery to me since I don't have a SSL cert for the domain and never have. But yet Google is successfully crawling the pages with the https version and the title tags and descriptions are even showing correctly. But of course when you click on the Google link it takes you to the site with the SSL error instead of the page.

- I use canonical url's and have them set correctly
- I have a Google Webmaster tools account and everything appears to be in order

- I never changed the default .htaccess file but here it is:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

- And my robots.txt file:

User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/

Not sure how to stop this or fix it...

If anyone knows how I can solve this great mystery I would greatly appreciate it.
__________________
Thank You,

Chet

Reply With Quote
  #2  
Old March 13th, 2013, 08:47 AM
trueman1 trueman1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2013
Posts: 33 trueman1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 28 m 47 sec
Reputation Power: 1
You should add this to your .htaccess

RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}

then login to google webmaster tools and request a resubmit because of major changes.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignSearch Engine Optimization > Google Indexing My Pages As https

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap