Thanks in advance!
Posts made by esiow2013
-
RE: Is it ok to redirect an old URL to new URL with anchor tag?
Hi Richard,
Yes, you're right.
-
RE: Is it ok to redirect an old URL to new URL with anchor tag?
Yes. 301 redirection.
-
Is it ok to redirect an old URL to new URL with anchor tag?
Ex.
OLD URL - http://www.mysite.com/shoes/red/description
NEW URL - http://www.mysite.com/shoes/red#desc
Thanks in advance!
-
RE: I want to block search bots in crawling all my website's pages expect for homepage. Is this rule correct?
Thanks Matt! I will surely test this one.
-
How to check if a site is doing blackhat SEO?
Thanks in advance!
-
RE: How to remove my site's pages in search results?
Hi Matt! I've already tried your suggestion. I'll let you know what's the result. Thanks a lot man!
-
RE: How to remove my site's pages in search results?
These are just test pages and I need them to be private and not visible in Google after I test. I understand that there will be a drop in SERP rankings.
-
How to remove my site's pages in search results?
I have tested hundreds of pages to see if Google will properly crawl, index and cached them. Now, I want these pages to be removed in Google search except for homepage. What should be the rule in robots.txt?
I use this rule, but I am not sure if Google will remove the hundreds of pages (for my testing).
User-agent: *
Disallow: /
Allow: /$ -
How I can check if Google and other search engines will properly cache a page (a dynamic one)?
My site is currently disallowing search engine bots with the help of robots.txt. These dynamic pages can be crawled using Screamingfrog since they are linked to a static category page which is also linked to the homepage.
Thanks in advance!