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

SEO tags #67

Open
stanislas-m opened this issue Jan 25, 2018 · 3 comments
Open

SEO tags #67

stanislas-m opened this issue Jan 25, 2018 · 3 comments
Labels
proposal A suggestion for a change, feature, enhancement, etc
Milestone

Comments

@stanislas-m
Copy link
Member

Optimizing projects for search engines and social medias is a great way to improve a website audience.
How about providing some SEO-related tags to help developers to manage this part?

It can be some shortcut tags for meta tags. See https://moz.com/blog/meta-data-templates-123 for some examples.

@stanislas-m stanislas-m added the enhancement New feature or request label Jan 25, 2018
@paganotoni
Copy link
Member

I love this one, I've been thinking to add a few more tags to the default Buffalo template and this one could be a good start for it, I'll keep you posted @stanislas-m.

@paganotoni paganotoni added this to the 1.9.7 milestone Feb 21, 2018
@hubyhuby
Copy link

hubyhuby commented Apr 5, 2018

Yes it would be very usefull ;)
To share on linkedin you need those ones for each page :
https://www.linkedin.com/help/linkedin/answer/46687/making-your-website-shareable-on-linkedin?lang=en
http://ogp.me/

Those days my code goes like this :
<%= if (product) { %> <title><%= product.Title %>|<%= product.Country %> - </title> <meta name="description" content="<%= product.Description %>" /> <meta property="og:title" content="<%= product.Title %>|<%= product.Country %> - " /> <meta property="og:image" content="/<%= product.Photo1 %>"/> <meta property="og:description" content="<%= product.Description %>"/> <meta property="og:url" content="/products/<%= product.ID %>" /> <% } else { %> <%= if (user) { %> <title> <%= user.FirstName %> <%= user.Name %>|<%= user.City %> Profile- </title> <% } else { %> <title> :A freelancer that fits your project | Project portfolios</title> <meta name="description" content=" " /> <meta property="og:title" content=" :A freelancer that fits your project | Project portfolios" /> <meta property="og:image" content="http://.me/blog/media/website/-square-400.png"/> <meta property="og:description" content=" "/> <meta property="og:url" content="www..me" /> <% } %> <% }%>``

@hubyhuby
Copy link

Food for thoughts, to some extend we might generate the "Structured Data ".
Question , as often : is it worth since we would need to customize heavily the tags each time...

https://developers.google.com/search/docs/guides/intro-structured-data?authuser=1&visit_id=1-636597213680370985-915175522&hl=fr&rd=1

@sio4 sio4 modified the milestones: 2.0.3, Proposal Oct 2, 2022
@sio4 sio4 added proposal A suggestion for a change, feature, enhancement, etc and removed enhancement New feature or request labels Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal A suggestion for a change, feature, enhancement, etc
Projects
None yet
Development

No branches or pull requests

4 participants