-
March 22nd, 2014, 10:48 AM
#1
Junior Member
Problem with my website.
Dear Friends i don't this is correct section.
If it is right so please give me suggestions and if it is not so sorry for that.
I am getting problem with my website.
If in create query in Google
site:http://seosocialtalk.com
It shows up to 2000 pages indexed.
But if i create query with www.
site:http://www.seosocialtalk.com
It shows only 1 page indexed.
What the matter...???
-
March 22nd, 2014, 02:49 PM
#2
-
March 22nd, 2014, 03:40 PM
#3
Junior Member
I have read all blog but could not find satisfy answer. Any one else having this type of trouble..??
-
March 22nd, 2014, 04:22 PM
#4
The answer is there.
The pages on your site contain the string "http://seosocialtalk.com" ... with no "www". If you want Google to use the "www", you need to add the "www" to all of your site's links in all of your webpages.
-
May 24th, 2014, 12:33 PM
#5
Junior Member
I can't see any problems on concerning the "site:" command on Google. BTW, site with www gives 194 results. I've checked that your non-www version of website is redirected to www. Have you done htaccess redirection recently?
-
May 24th, 2014, 02:14 PM
#6
Google site:seosocialtalk.com - "About 348 results (0.25 seconds)".
Google site:www.seosocialtalk.com - "About 281 results (0.22 seconds)".
-
May 24th, 2014, 04:28 PM
#7
Junior Member
Putting in Google the following query:
site:seosocialtalk.com -inurl:www.seosocialtalk.com
shows that you also have subdomain blog.seosocialtalk.com. Query "site:blog.seosocialtalk.com" gives about 57 results.
This is the reason of the discrepancy between the two "site:" queries
-
August 29th, 2014, 02:18 PM
#8
Junior Member
I reccomend you to do next:
redirect from site.ext to www.site.ext
Code(.htaccess):
RewriteEngine On
RewriteCond %{HTTP_HOST} ^site\.ext
RewriteRule ^(.*)$ http://www.site.ext/$1 [R=permanent,L]
Redirect form www.site.ext на site.ext
Code
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.site\.ext
RewriteRule ^(.*)$ http://site.ext/$1 [R=permanent,L]
Similar Threads
-
By Aspman in forum Spyware / Adware
Replies: 20
Last Post: November 21st, 2005, 08:07 AM
-
By Falcon21 in forum General Computer Discussions
Replies: 3
Last Post: January 26th, 2005, 02:16 PM
-
By pctwister in forum Hardware
Replies: 4
Last Post: July 24th, 2003, 08:27 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|