Help with best way to implement a product specs table for SEO using metafields or just text or tags?

Hello,

I am building my description pages and trying to determine the best way to upload/handle my data and use it to create product pages that are both fast and searchable.

my product descriptions will contain:

  • title

  • some product ID’s & price

  • bullet points

  • some general “about the item” copy

  • product specs table

  • “downloads” like MFG spec sheets, etc

I’m guessing other info like “about the brand” or “warranty” should be metaobjects

I’m trying to determine the best way to can manage all those fields and their contents from spreadsheet type databases but not sacrifice speed or SEO

I also sell on marketplaces so having this data in separate fields should allow for easy mapping to ease those integrations.

The products I sell have many specs and people often like to search by a whole array of them. I have all this data in large spreadsheets so I could easily assign metafields to each spec type and then have the data populate from what is in the metafield data for that item for the assigned field?. Also to use it for search filters etc

From there I assume I just import my spreadsheets to create the products and the tables would be created automatically instead of being written specifically into the description text

Am I understanding this correctly? I’m trying to figure out the best way to import my data to retain maximum flexibility with it. I have seen the option of using API and tags but I believe the tags are just searchable but would not be used to auto populate tables

I have also heard that metafields don’t show as well for SEO but then also the opposite.

I have also seen that using a lot of metfields would make pages slower

Hi @Camizon

Is about there. You can have a master excel sheets where you maintain all the specs and use apps like Metafields Guru to import your excel data with their fields mapping.

In your product template, you can then use liquid to display the product Metafield in your product description. Depending on what you store in the Metafield, if you are storing base64 images in Metafield (which is not recommended) then it will affect the speed of your store which then affects SEO. For text, download link, short descriptions, should have no impact on speed.

May I know what is the average number of rows and columns for the product specs table?

Hi @Camizon ,

I think I can help you out with some of the problems you’re facing :blush: .

Regarding metafields, using a lot of metafields may potentially slow down a website’s page speed, but it really depends on how they are implemented. If metafields are used excessively or not optimized properly, they can add unnecessary bloat to a website’s code, which can negatively impact page speed. However, if metafields are used in moderation and are properly optimized, they should not significantly impact a website’s page speed.

When it comes to your downloadable files like MFG spec sheets, I recommend checking out the Free Ease App Product Attachments App. It’s an awesome tool that lets you easily upload and assign files to specific products or all products. And when your customers visit your store, they’ll see a separate block of downloads that will add to the visuals of your product page.

Here’s an example of how you can use the app:

I hope this helps!