do you have to add og meta tags manually to each webpage?? I have a website that has lots of seperate articles and I need a way to automatically create the og tags

Thanks

link|improve this question
See here how to dynamically generate og meta tags: stackoverflow.com/q/8431694/601466 – Lego Dec 10 '11 at 23:30
feedback

1 Answer

If your articles are generated by a server side programming language, you could programmatically add the meta tags into the code which outputs the other article information

If they're individual HTML files you'll have to add them manually or write a script to insert them into your pages

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.