53 votes
Allow editing of meta tags
Example meta-title, meta-description, etc
Thanks to Morolord for pointing out that if you replace your <head> tag with <head class="cushycms" title="Meta Tags"> then all your meta tags will become editable.
- retailmenot
wbd
This could be a good idea, especially for one of my clients that I am planning on using this tool for - he insists on continually changing the meta tags!
6 months ago
jp91384
I also have a client with the same obsession. This would really help at times.
4 months ago
designfixer
I have a lot of clients who are asking to update their meta data for SEO purposes, this could incredible ability to have.
4 months ago
dinoman
I fourth that!
3 months ago
T.Kick
yep, me too ... no votes left for now, but wil be back ...!
3 months ago
jaredrhizor
You could create a file like metadata.php and set up a div or something with the cushycms class.
Then add something like this:
title:(this is my title)
description:(this is my description)
etc. Then use PHP to get the contents of that file and to format it correctly into headers. Would be a little complex, but wouldn't take too much time.
Then you could edit the data with CushyCMS.
2 months ago
nicksoper
I'd like that functionality, especially for the meta description
about 1 month ago
Morolord
Hello CushyCMS Users!
The feature you require is already implanted into the CushyCMS System.
To edit the Meta Tags with Cushy, simply replace your
<head> tag with:
<head class="cushycms" title="Meta Tags">
Hope that helps!
25 days ago