Url Not Display Category Name - magento

When i navigate products, at status bar my url not display category name.

For My knowledge it's mostly the problem with reindexing. once you complete the reindexing to Ready mode , this problem may solve , including catalog url rewrites also should be in Ready mode.

Related

Catalog product view page is not showing particular product in magento?

suddenly, catalog product view page is not showing any product. only link is working but showing empty page.
What i need to do?
For simple product, check if you have status: enabled, inventory qty >= 1 and stock availability: in stock. For configurable product also check if you have status: enabled, visibility: catalog, search, and that you have at least one associated simple product active. Refresh indexes and cache, then check your frontend.
If you used a Dataflow Profile to run an import job from a CSV file and either the profile or the file contents were formated incorrectly, then some of your product attribute values are off and your products are not showing.
Also, check your browser console for errors that might break your HTML/CSS/JavaScript when the page is rendering. Check your browser extensions too, use different browser, different PC and/or different IP.

SEO : URL structure in magento

Currently I have a online store in magento.
I am using the url structure http://sitename/categoryname/productname
if I will change it to http://sitename/productname is this will be helpful to index ?
The main thing is that my site is doing well now but on search unique product page urls are not showing on google search. If I will change it then how it will be impact on site?
How can i do this without any bad impact? Please help..
Yes if you have Same product in multiple categories. It creates duplicate content issues.
By remove category path from the URL, It will help you to make your products URL unique for all categories.
You can manage this from backend configuration. In backend From top Navigation go to System >> Configuartion >> Catalog.
In Search Engine Optimizations Group, Set No to Use Categories Path for Product URLs. Reindex Catalog URL Rewrites.

Magento 1.9.1.0 - products not showing after changing data in product details fields

My task was to change existing products in shop with new one, so all that i have changed is NAME,
SKU, and URL key in GENERAL section and description field in PRODUCT DETAILS.
After i have done that, items are successfully edited in backend but they dissapear from frontend.
The only way to get to them in frontend is to enter complete address of that specific product in the address bar.
I have tried everything that i could found on the forum up to this date, and it didn't work for me.
Tips like reindexing, status - enabled, availability - in stock...
If someone has an idea, please, share it with me.
Thank you all.
You can try the below things:
1. Check the product quantity,in stock and enable status and catalog visibility.
2. Re indexing
3. delete the entry from url rewrite management for your product
4. rename the "var" folder
Solution for my problem was in associated products section. I had configurable product, but i didn't had associated (simple product) for that configurable product. So i had to create some simple product for related configurable, and then they appeared in frontend.
Thank you all.

SEO: category and product path (URL) - Magento

I have one or two categries in magento but these are not always showing up in URL.
Example:
When I navigate to a product page the path looks like this:
.../cat/subcat/product.html
However, when I click a product directly from the frontpage (newest, featured), then the URL structure looks like this:
.../product.html
My first thought was to deactivate, that the category is showing up within the URL (backend seo tab).
Well, I'm trying to seo the shop and not very happy with this solution. I'd like to have always a clear structured URL.
Any ideas?
If your website has a complicated structure, you will have multiply URL for a single product, just like you mentioned. This situation may damage your website's profile to the customer, but it won't be any problems to Search Engine. The latest version of Magento provides canonical URL support for product and category. You may access the configuration under
System -> Configuration -> Catalog -> Search Engine Optimizations -> Use Canonical Like Meta Tag for Products
If you are going to eliminate this situation throughly, you can create URL writes to the URL you want through a 403 status code, which also will tell search engine that the content has been permanently migrate to the target URL and user can only access the URL you want to present to them.
The problem you have is that a product can belong to multiple categories so what category should be used in this case?
Depending on how you are outputting the newest, featured etc.. you could use a static block instead and simply put in the products manually which you can then link to the product in the category you want. This is a manual process but one that would work for what you want to do without requiring custom work.
Cheers
Adam

Magento category URL redirecting to other product url

I have a category whose URL key is toys, which was accidentally also the URL key for a product. Therefore everytime I visited toys.html, It was redirected to the product page and not the category one.
Now, I have changed the product URL to something else, but still the category page redirects to the product page only. Please tell me how to solve this issue.
This is the category LINK
UPDATE :- When i renamed the toys category to toys-arena, it started working. So I have renamed the URL using toys-arena.html
Go into the magento admin area, Catalog -> URL Rewrites
you can then search for you product or category url, and edit or delete them. you can delete any old reqrites you no longer want to use.

Resources