Thanks Chirag Nirmal,
I have redirected 301 successfully. This is great solution.
Thank you!
Welcome to the Q&A Forum
Browse the forum for helpful insights and fresh discussions about all things SEO.
Thanks Chirag Nirmal,
I have redirected 301 successfully. This is great solution.
Thank you!
Thank you Kyle Chandler,
I think will still use 302, this link is created for the end-user.
Please try again with site:piensapiensa.com, I just see 46 results from google.
I think the reason is you configured preferred domain to piensapiensa.com in google web master tool.
When running Seomoz crawl report, I saw a link site https://www.vietnamvisacorp.com/?req=apply-visa with status code 302 and empty title tag
Is this an error? and what should I do to fix this problem?
Thank you,
Thanks for you help?
Is the IP address you mentioned is my localhost? i.e. My sandbox IP address is 123.45.67.8
The redirect 301 should be:
RewriteCond %{REMOTE_ADDR} ^123.45.67.8
RewriteCond %{HTTP_HOST} !^$
RewriteRule /* http://www.vietnamvisacorp.com/ [R,L]
or
RewriteCond %{REMOTE_HOST} !^123.45.67.8
RewriteRule (.*) http://www.vietnamvisacorp.com/$1 [R=301,L]
Am I right?
Thanks,
Thank you my friends. I could not understand denote a site link.
I want to denote all site link in site:http://sandbox.vietnamvisacorp.com/
How to denoted all in this:
For For this search result field: ???
For Demote this sitelink URL field: ???
When develop site, I have a test domain is sandbox.abc.com, this site contents are same as abc.com.
But, now I search site:sandbox.abc.com and aware of content duplicate with main site abc.com
My question is how to remove all this link from goolge.
p/s: I have just add robots.txt to sandbox and disallow all pages.
Thanks,