Twitist Forums
Question Regarding SEO Help Me Guys? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: SEO Search Engine Optimization (/forum-30.html)
+--- Thread: Question Regarding SEO Help Me Guys? (/thread-136257.html)



Question Regarding SEO Help Me Guys? - Sherly M - 04-08-2014 08:52 PM

Normally, My url is http://www.arihantdigi.com/index.php/stands-and-tripods.

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


- J - 04-08-2014 08:59 PM

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


- Jake - 04-08-2014 09:00 PM

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/6515081/htaccess-remove-www-from-url-directories


- Robert - 04-08-2014 09:10 PM

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"


- Venu - 04-08-2014 09:13 PM

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]


- 220 Racer - 04-08-2014 09:17 PM

I don't think it will affect your SEO or your site.