Please I need help
Posts made by ankali
-
RE: Big problem with my new crawl report
I am using opencart. I dont know what to do. Before I had 50 errors, now they are more than 500 after this plug in. The plug in removed the previous errors, but now there are many different errors. I have 2 options:
1. Remove the plug in
2. Do something with new errors - the new errors are only because of search, I have dublicate page content because when you type PDODUCT NAME in search box, there is same content as www.mydomain.com/category1/PRODUCT NAME
Maybe this plug in removed the canonical urls in search or I dont know what.
In robots.txt there is row:
Disallow: /*?route=product/search
The duplicate content is mydomain.com/product/search&filter_tag=XXXXXX
Instead of XXXXX there are many paths.
I decided to add another row in robots.txt:
Disallow: /*?route=product/search&filter_tag=/
Do you thing it is correct or to remove the plug in?
I hope you understand what is the problem.
-
RE: Big problem with my new crawl report
The urls are: /product/search&filter_tag=%D0%B1%D0%B8%D0%B6%D1%83%D1%82%D0%B0
after = there are a lot of combinations. Is it correct to put this in robots.txt
Disallow: /*?route=product/search&filter_tag=/
-
RE: Big problem with my new crawl report
Sholud I disallow search (in robots.txt)?
-
Big problem with my new crawl report
I am owner of small opencart online store. I installed http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6182&filter_search=seo. Today my new crawl report is awful. The number of errors is up by 520 (30 before), up with 1000 (120 before), notices up with 8000 (1000 before). I noticed that the problem is with search. There is a lot duplicate content in search only. What to do ?
-
RE: Opencart category urls
I dont understand from the video where should I do rel="next", which file?
pagination.php or other file?
-
Opencart category urls
Hi,
I have a problem with the category urls in Opencart. I have duplicate page content because of this:
and
www.mydomain.com/category?page=1
are with same content.
There is also a very new problem, there are new urls - autogenerated like this.
www.mydomain.com/category/category?page1
These three urls are with same content and title.
I tried with 301 redirect like this:
RewriteRule ^category/category?page1$ www.mydomain.com/category [L,R=301]
but it doesnt work. Pls help me.