Update SEO information for Blog and manufacturer page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I would like to update SEO Metadata information about www.websitename.com/blog (all blog) page and www.websitename.com/manufacturer/all (all manufacturer) page. I can't able find from back office where I can update this. Can anyone please help me with this.
1 year ago
Me too
1 year ago
refresh wrote:
Me too


The past several versions of nopCommerce have included the ability to specify the SEO details for blog posts, and manufacturers.

Maybe you just need to upgrade to a newer version of nopCommerce.
1 year ago
where?
I have last version. 4.50.2
1 year ago
While editing any blog post, look for the SEO section(maybe it needs to be expanded)...same with Manufacturers
1 year ago
see the docs:
https://docs.nopcommerce.com/en/running-your-store/content-management/blog.html#seo
https://docs.nopcommerce.com/en/running-your-store/catalog/manufacturers.html#seo
1 year ago
Hi
this post is about
SEO Metadata information about www.websitename.com/blog (all blog) page and www.websitename.com/manufacturer/all (all manufacturer) page.

I can't able find from back office where I can update this.
1 year ago
Hi.
For the title, change resource value of "PageTitle.Manufacturers".

For the description, the simple way to do that is add the line
Html.AddMetaDescriptionParts(T("MetaDescription.Manufacturers").Text);
on Presentation\Nop.Web\Views\Catalog\ManufacturerAll.cshtml and add the resource via admin.

I hope this help.
1 year ago
Thank you

Can i use something similar for BLOG all?
www.websitename.com/blog (all blog)

Best
Jose
1 year ago
Yes. Do the same thing on

Presentation\Nop.Web\Themes\{Theme}\Views\Blog\List.cshtml or
Presentation\Nop.Web\Views\Blog\List.cshtml
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.