Troubleshooting SEO Meta Templates
Looking for SEO Meta Templates | Auto Meta Tags? View the full SEO Meta Templates | Auto Meta Tags page to explore features, configuration options, and pricing.
Having issues with the SEO Meta Templates extension? This page covers the most common problems and how to fix them. Start with the quick diagnostics section to narrow down what's wrong, then jump to the relevant issue. We've also included debugging tips and what to check when things aren't working as expected.
Common issues and solutions for SEO Meta Templates.
Quick Diagnostics
- Check the module is enabled: Stores > Configuration > Magmodules > MetaTemplates > General > Enabled = Yes
- Clear all caches: System > Cache Management > Flush Magento Cache
- Check you have at least one active template: Marketing > SEO Meta Templates > Manage Templates
- Verify the template's entity type matches the page you're testing (Product template for product pages, etc.)
- Check the template's store view matches the store you're viewing
Common Issues
Issue: Template not applying to a product page
Symptoms:
- Product page still shows original meta tags
- Template works in preview but not on the frontend
Solution:
- Check Override Mode — if set to "Fallback Only", the product's existing meta tags won't be overwritten. Clear the product's meta title/description fields or switch to "Always Override"
- Verify the template's store view includes the store you're testing on
- If using conditions, test the product matches by entering the SKU in the preview
- Check template priority — a higher-priority template (lower number) with no matching template fields might be winning
- Clear full page cache after making changes
Prevention:
- Use the preview feature to verify templates match specific products before relying on the frontend
Issue: Variables showing as empty in output
Symptoms:
- Meta title shows "{name}" literally, or variables resolve to empty strings
- Template like
{name} - {color}produces "Widget - "
Solution:
- Check the variable name is correct — it must match the product attribute code exactly
- For custom attributes, ensure the attribute has a value set for that specific product
- For
{brand}, the module reads themanufacturerattribute — make sure it's populated - Use optional wrapping for unreliable variables:
{name}[ - {color}]instead of{name} - {color}
Prevention:
- Always wrap optional variables in square brackets
- Use the preview feature with a real SKU to check which variables resolve
Issue: Meta tags truncated unexpectedly
Symptoms:
- Meta title or description is cut off mid-sentence
- Characters seem to disappear from the end
Solution:
- Check Title Max Length and Description Max Length in configuration
- The module truncates at word boundaries — a 60-character limit may result in fewer characters if the next word would exceed the limit
- Increase the max length if your templates consistently produce longer text
Prevention:
- Keep templates concise, especially for titles
- Test with the preview to see actual output length
Issue: Wrong template applying (priority conflict)
Symptoms:
- A product gets meta from the wrong template
- Changes to one template don't seem to take effect
Solution:
- Check priorities — templates are evaluated from lowest number (highest priority) to highest number
- The first template that matches (correct entity type, store view, and passes conditions) wins
- If two templates have the same priority, results are unpredictable — use different priority values
- Check conditions on each template — a template without conditions matches everything
Prevention:
- Use increments of 5 or 10 for priorities (5, 10, 15, 20)
- Put specific/conditional templates at higher priority (lower number) than generic fallbacks
Issue: Conditions not filtering correctly
Symptoms:
- Product template with SKU condition applies to all products
- Conditional template seems to be ignored
Solution:
- Conditions only work for Product entity type — Category and CMS Page templates ignore conditions entirely
- After saving conditions, verify they're stored correctly by re-opening the template
- Test the condition by entering a matching and non-matching SKU in the preview
Prevention:
- Always test conditions with the preview feature before saving
- Remember that a template without conditions matches all products of that entity type
Issue: H1 heading not changing
Symptoms:
- Meta title and description update correctly but H1 stays the same
Solution:
- Make sure the H1 Template field is filled in — it's separate from the meta title template
- Some themes override the H1 heading with custom blocks — the module plugins into
Magento\Theme\Block\Html\Title, which not all custom themes use - Clear full page cache
Prevention:
- Test with a default Magento theme (Luma) to isolate whether the issue is theme-related
Debug Mode
Enable debug logging to get more details:
- Go to Stores > Configuration > Magmodules > MetaTemplates > Debug & Logging
- Set Debug Mode to Yes
- Save and clear cache
- Visit the problematic page on the frontend
- Check
var/log/for MetaTemplates-related log entries
The debug log shows which templates were evaluated, which one matched, what variables were resolved, and the final output.
Need More Help?
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team
For a complete overview of features and configuration options, see SEO Meta Templates | Auto Meta Tags.