Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

difference between "title" and "title"? #185

Open
cccs-ip opened this issue Oct 23, 2014 · 3 comments
Open

difference between "title" and "title"? #185

cccs-ip opened this issue Oct 23, 2014 · 3 comments
Assignees
Labels

Comments

@cccs-ip
Copy link
Member

cccs-ip commented Oct 23, 2014

In our 'Project' records, e.g. WBN-BFS ESHIA, the projet has a "title" field, but so too does the meta data section. What are the difference between each? Do we need both?

@pwhipp
Copy link
Contributor

pwhipp commented Oct 29, 2014

The _meta_title defaults as a standard Mezzanine feature. I have hidden it to remove the confusion. It is allowed to vary to permit SEO tuning, which I don't think we are interested in.

FYI you can use the Documentation option in admin to review the actual model fields.

@cccs-ip
Copy link
Member Author

cccs-ip commented Nov 5, 2014

I am not sure that I wanted it hidden. I am happy to have the ability to fine-tune SEO metadata--especially because it can be frustrating when not presenting well. We have a few bit of metadata that aren't presenting well in browser tabs, etc.

I am still not clear about the distinction. Where does the project 'title' show differently than the metadata 'title'. The metadata title is only for SEO? Please allow it to remain visible as it was previously

@cccs-ip cccs-ip assigned pwhipp and unassigned cccs-ip Nov 5, 2014
@pwhipp
Copy link
Contributor

pwhipp commented Nov 6, 2014

_meta_title is the title used in the html header. It is picked up by bots and by the browser when presenting the page title in tabs etc. It is currently hidden and is set automatically to be the same as the title.

title is the title of the displayable. It is picked up by the template code for display as the title on the page.

SEO tinkerers frequently makes the _meta_title long by adding keywords in the belief that this helps rankings.

It sounds to me like you are more likely to want to make _meta_title short so that it looks better in the client browser tabs etc.

I've added a verbose name to _meta_title of "Meta Title" to further disambiguate the fields.

These changes will appear in the next deployment.

@pwhipp pwhipp assigned cccs-ip and unassigned pwhipp Nov 6, 2014
@cccs-ip cccs-ip changed the title different between "title" and "title"? difference between "title" and "title"? Feb 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants