0to9Digital / SEO-Lite-Pro

The most powerfull SEO module for ExpressionEngine.
6 stars 6 forks source link

Issue with Using SEO Lite with Multisite #23

Open JStarbuck opened 1 year ago

JStarbuck commented 1 year ago

I have an Expressionengine multisite setup and SEO Lite Pro is working on the main site, but not on the other sites. On the secondary sites it is simply inserting blank title, and blank keyword and description meta tags rather than using the default SEO Lite set up. It also doesn't output content entered into the SEO tab in the entries of the secondary sites. The tag I am using is below. I also tried bringing the SEO Lite tag into the channel entries tag, and using the entry id, but that didn't work either.

{exp:seo_lite url_title="{segment_2}" site="1"}

0to9Digital commented 1 year ago

Hi @JStarbuck ,

Can you please check the exp_seolite_config table in your database? Is the site_id correct?

And is it working while using the current tag: {exp:seo_lite entry_id="{entry_id}"}

JStarbuck commented 1 year ago

It is the correct site id in the db table. It does not work with the entry id either.