add tags <h1> where?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I am conducting a seo audit, and I need to know where to add the <h1> tags since nopcommerce is not adding them
4 years ago
The <h1> tag for the catalog's item(product,category,manufacturer,blog,news) will be the name of the item's by default.
You can create a plugin/customize code to customize the default behavior or you can get the plugins from the marketplace and integrate with your website.
For homepage h1  tag, you can use the Custom <head> tag property in the Admin/Setting/GeneralCommon page and set it as
<h1>My custom head tag </h1>


but this will also add h1 tags to every page on the website which will result in the product, category page having 2 h1 tags which I believe is not good for SEO.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.