I have a polymer node site that I've been working on and can't figure out 
how to include dynamic meta tags so that my description changes.  I don't 
want to use this only for the description but also to set data for 
og:title, og:url,..etc. for facebook.

For example:

<!doctype html>

<html>
  <head>
    <meta name="description" content="description goes here" />
    <meta property="og:title" content="title"/>
  </head>
  <body>
    <group-pages id="grouppages" is="dom-bind"></group-pages>
  </body>
</html>

grouppages sets the data and uses a services to populate the page based off 
the url but what I can't find out is how to change the meta tags.  I can do 
it with jquery but that won't work for SEO or when you share a page on 
facebook?

Anyone have any ideas?  Is there a polymer component for this?

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/c8c50794-507e-49ef-ac1d-5b9de7e8bf2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to