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

Modified job page title to include company name and location #360

Merged
merged 2 commits into from Oct 24, 2016

Conversation

iambibhas
Copy link
Contributor

Fixes #252.

@iambibhas
Copy link
Contributor Author

@jace @shreyas-satish I see that a lot of job post title already mentions the company name, e.g. -

selection_669
selection_668

What could be a good way to recognize company and location names in those titles and not show them on the front page tiles?

@iambibhas
Copy link
Contributor Author

For 9/10 job posts this PR will work. For that 1, the company and location in title tag might be redundant.

@jace
Copy link
Member

jace commented Sep 2, 2016

I suppose the redundancy is okay because the title tag doesn't show up in UI in a browser with tabs. It's only for Google.

@@ -1,7 +1,7 @@
{% extends "sheet.html" %}
{%- from "baseframe/forms.html" import ajaxform %}
{%- from "macros.html" import jobheader, stickie %}
{% block title %}{{ headline }}{% endblock %}
{% block title %}{{ headline }}, at {{ post.company_name }} in {{ post.location }}{% endblock %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd avoid English words like "at" and "in". Use punctuation to separate instead. Ideally /.

@jace jace merged commit aa79259 into hasgeek:master Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants