You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Hi @mewolari
Might have a solution for this; it basically comes down to having a system setting for your title structure with the ability to override in a template property. Then you can use a custom placeholder in your template to show the title. See issue #25 for more info. #25 (comment)
varg_description=String(description);if(g_description.length>155){//trim the string to the maximum lengthg_description=g_description.substr(0,155);//re-trim if we are in the middle of a wordg_description=g_description.substr(0,Math.min(g_description.length,g_description.lastIndexOf(" ")));g_description=g_description.concat('...');}Ext.get('seopro-google-description').dom.innerHTML=g_description;
Pagetitle will be used as SEO title if no longtitle present.
Actual site template can however differ from template used in SEOPro.
Would be great if the SEOPro rules could be adjusted.
Now SEOPro preview can really differ from actual data as displayed in search engines, depending on the used sitetemplate.
The text was updated successfully, but these errors were encountered: