This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question Regarding SEO Help Me Guys?
04-08-2014, 08:52 PM
Post: #1
Question Regarding SEO Help Me Guys?
Normally, My url is http://www.arihantdigi.com/index.php/sta...d-tripods.

How can i recover this error. it will affect my seo

Ads

Find all posts by this user
Quote this message in a reply
04-08-2014, 08:59 PM
Post: #2
 
it does not hurt your site---so long as you stick to one version as the main one-- Goog clearly stated that a few years ago as some webmasters were doing both and trying to increase their authority

Ads

Find all posts by this user
Quote this message in a reply
04-08-2014, 09:00 PM
Post: #3
 
There is probably a host control panel setting or an .htaccess file script that is forcing that format.

http://davidwalsh.name/no-www

http://stackoverflow.com/questions/65150...irectories
Find all posts by this user
Quote this message in a reply
04-08-2014, 09:10 PM
Post: #4
 
hi ,
index.php is your first page which willl be shown always as you open your site ,make changes in code and try to redirect your site to any different page you want or try to rename the url "url re writng"
Find all posts by this user
Quote this message in a reply
04-08-2014, 09:13 PM
Post: #5
 
Just place this code in your .htaccess file in the Cpanel.

RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^arihantdigi\.com
RewriteRule (.*) http://arihantdigi.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]
Find all posts by this user
Quote this message in a reply
04-08-2014, 09:17 PM
Post: #6
 
I don't think it will affect your SEO or your site.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)