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

Ember Meta SEO Solution? #5

Closed
e-karma opened this issue Mar 31, 2015 · 9 comments
Closed

Ember Meta SEO Solution? #5

e-karma opened this issue Mar 31, 2015 · 9 comments

Comments

@e-karma
Copy link

e-karma commented Mar 31, 2015

Can this be used for Dynamic Meta-Description per page Tags? I'm looking for something that can apply dynamic Page Titles + Meta-Description Tags.

@blimmer
Copy link
Owner

blimmer commented Mar 31, 2015

I don't think that this project is quite what you're looking for as far as modifying the head tag while the app is running. My intention was to keep this add-on simply for server-written, client-read tags.

However, I do know of a few other add-ons that might be close to what you want. First, for page title, I use ember-cli-document-title. I also have a homegrown solution for modifying meta tags. You can find the source here. The meta modifications seems like a common problem and was mentioned recently in the ember-cli-document-title issue tracker. Perhaps you could ping the requester ( @t4t5 ) and maybe start a project?

@e-karma
Copy link
Author

e-karma commented Mar 31, 2015

haha yea, that's me mentioning the same problem on that link. I'm a bit on
the JR. side to build it out myself & am stuck in limbo trying to get SEO
started before fastboot solves stuff like this.

i'll try out your homegrown solution & thanks for the help!

On Tue, Mar 31, 2015 at 8:20 AM, Ben Limmer notifications@github.com
wrote:

I don't think that this project is quite what you're looking for as far as
modifying the head tag while the app is running. My intention was to keep
this add-on simply for server-written, client-read tags.

However, I do know of a few other add-ons that might be close to what you
want. First, for page title, I use ember-cli-document-title
https://github.com/kimroen/ember-cli-document-title. I also have a
homegrown solution for modifying meta tags. You can find the source here
https://gist.github.com/blimmer/005ba2850be52443ea0c. The meta
modifications seems like a common problem and was mentioned recently
kimroen/ember-cli-document-title#4 in the
ember-cli-document-title issue tracker. Perhaps you could ping the
requester ( @t4t5 https://github.com/t4t5 ) and maybe start a project?


Reply to this email directly or view it on GitHub
#5 (comment)
.

@blimmer
Copy link
Owner

blimmer commented Mar 31, 2015

No problem.

We're using prerender.io and that RouteMetaMixin (from the gist) and it's working just fine for us. Because this request is outside the scope of this add-on, I'm going to close this issue. I'll also keep in mind that lots of people need to modify meta tags for SEO and add it to my list of potential OSS projects.

It seems like this is so common that maybe you should even write an RFC to have this sort of thing integrated into Ember...

@blimmer blimmer closed this as completed Mar 31, 2015
@Saurav-gaur
Copy link

Saurav-gaur commented Jul 15, 2016

Hi Blimmer,

Can you help me to carryout SEO in Ember Application using Prerender.IO.
Thanks in advance...

@blimmer
Copy link
Owner

blimmer commented Jul 17, 2016

@Saurav-gaur check out their documentation https://prerender.io/documentation

@Saurav-gaur
Copy link

Saurav-gaur commented Jul 18, 2016 via email

@Saurav-gaur
Copy link

@blimmer , I have used that But I'm getting an issue ...

phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occurred in synchronous requests.

phantom stdout: phantomjs://code/shim.js:1815 in send
phantomjs://code/shim.js:1815 in _start
phantomjs://code/shim.js:1842

Environment ( We are using):
Ember Version: 2.5
Phantom Version: 2.1.1
Node Version: 4.4.0

What is the possible issue?

@blimmer
Copy link
Owner

blimmer commented Jul 18, 2016

I'm not sure - I would recommend reaching out to prerender customer support. I am not affiliated with prerender.io in any way.

@Saurav-gaur
Copy link

Thanks Ben

On Mon, Jul 18, 2016 at 8:41 PM, Ben Limmer notifications@github.com
wrote:

I'm not sure - I would recommend reaching out to prerender customer
support. I am not affiliated with prerender.io in any way.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AThoJbCjhlWrshN_PMt_4oXpMQaOLIR4ks5qW5e5gaJpZM4D31uB
.

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

No branches or pull requests

3 participants