-
hello, we use elessi theme it has custom brands %wc_brand%, we want to switch from aiso to rank math but we dont see an option to set it to read the brand off the product as we offer over 190 brands
-
Hello,
I apologize for the inconvenience you are facing. If you are using the Elessi theme with custom brands like
%wc_brand%
and want to switch from AISO to Rank Math but cannot find an option to read the brand off the product, here is how you can set a custom brand with Rank Math:- Navigate to Rank Math SEO → General Settings → WooCommerce in your WordPress admin area.
- Look for the Select Brand setting.
- Choose the Custom option from the drop-down list.
- Once you select Custom, you will be able to add the Brand value that you want to use in Schema.org and OpenGraph markup.
- Save your changes.
By following these steps, you can set a custom brand name in Rank Math for your WooCommerce products, even if you offer over 190 brands.
If you encounter any issues or need further assistance, please feel free to reach out to our support team directly here. We are here to help!
Thank you for considering Rank Math for your SEO needs.
Sources:
Setting a Custom Brand for Your WooCommerce Store with Rank Math » Rank Math
How to Use Brand Names on Your WooCommerce Store » Rank Math
How to Use Product Schema for WooCommerce Products » Rank Math
Using Variables in the SEO Title and Description » Rank MathHello,
Thank you so much for getting in touch.
Can you please share some details on how your theme implemented the custom brand, are these done via the custom field? If so, you’ll have to use this variable instead:
%customfield(SOME_CUSTOM_BRAND_FIELD_NAME)%
If that wasn’t the case, this is something we need to check on your website.
Looking forward to helping you.
Hello, do we select custom brand then the value provided as the input ?
also in regards to keyword tracking, is it needed as we have a large product volume 10k +
Hello,
Are you referring to the options under WordPress Dashboard > Rank Math SEO > General Settings > WooCommerce?
If that’s the case, the “Custom brand” option is only available in the PRO plugin and it only accepts a single value for the entire website.
To add the brands for each product automatically you need to make sure that the brands are either a taxonomy or a custom attribute created for the products so it can be selected from the dropdown options.
If the brands are present in a custom field you won’t be able to add them to the Schema markup using those options but instead, you need to rely on customizing the following filter to your particular needs:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) { $entity['brand']['@type'] = 'Brand'; $entity['brand']['name'] = get_field('brand-field-name'); return $entity; });
Don’t hesitate to get in touch if you have any other questions.
hi yes, we do plan on getting the pro plan, just confused on the limits as i said we have over 10k products listed soon to be 40k so we want something that suits that many products
Hello,
Manually adding the custom brand to the schema will not be ideal in your case. The custom code my colleague shared previously should help you automate things.
Don’t hesitate to get in touch with us if you have any other questions.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.
The ticket ‘custom brand’ is closed to new replies.