Thanks my friends!
Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Posts made by JohnHuynh
-
RE: Miss meta description on 404 page
I redirected ErrorDocument 404 http://www.vietnamvisacorp.com/404.shtml
But I am confusing about HTTP status code 200 OK and 404 Not Found. Should I use 200 OK or 404 status for these pages?
-
RE: Miss meta description on 404 page
Thanks,
I just edit and add the meta description to 404 page. I hope this is resolution.
I have a custom 404 page and did not use redirect option. What are the difference between 2 ops (redirect 301 vs 404 page customize) in there?
-
Miss meta description on 404 page
Hi,
My 404 page did not have meta description. Is it an error?
Because I run report and seomoz said that a problem.
Thanks!
-
RE: How to remove all sandbox test site link indexed by google?
Thanks Chirag Nirmal,
I have redirected 301 successfully. This is great solution.
Thank you!
-
RE: How to remove all sandbox test site link indexed by google?
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,
-
RE: How to remove all sandbox test site link indexed by google?
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: ???
-
-
How to remove all sandbox test site link indexed by google?
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,