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
Inspecting the HTML, I saw the tag that noted the above was created b/c of this SEO Lite add on. Perhaps it would be ideal if the add on did not insert these meta tags if the user has not updated the values associated with each.
The text was updated successfully, but these errors were encountered:
These are the default values you get when installing SEO Lite. Most people will change those values on install, but if they don't it will look like what you pasted. I guess a solution could be to have empty values on install, that way it would look like this:
.. but then I might get more support requests asking why keywords / descriptions are empty (on the frontpage etc). The way they are today they sort of push you to go and investigate and then discover the settings in the backend.
Or maybe just write it out like this:
<meta name='keywords' content='Please edit the default keywords setting in SEO Lite' />
<meta name='description' content='Please edit the default description setting in SEO Lite' />
Yeah sorry I can't be of more help. I'm not sure what your plug in does. If it's a GUI over html perhaps dynamically converting those segments to empty quotes during a build step would work?
Downside is the more obvious you make the default text in the current set up, the more ridiculous it will be when someone doesn't update it!
I don't use this tool or Expression Engine CMS but wanted to note that I was c/p a link into Slack today from these guys: http://mrcagney.com/
And the description was bizarre:
Inspecting the HTML, I saw the tag that noted the above was created b/c of this SEO Lite add on. Perhaps it would be ideal if the add on did not insert these meta tags if the user has not updated the values associated with each.
The text was updated successfully, but these errors were encountered: