How do I see meta tags added to my pages?
All meta tags added or set via page editor in Web UI administration panel can be seen by inspecting the page (thus processing javascript code) or by using headless javascript processor. Screenshot showing this is below.
Note that the added meta tags won’t be seen through simple view source mechanism since they are dynamically added to the page once the page is loaded on the browser as the whole Web UI is angular built single page application.
Search engine crawlers pick these meta tags automatically when they process page (javascript code) either directly or through our pre-rendering cluster if they are not able to process javascript directly. Google has ability to index pages and process javascript natively. Therefore there should not be any issues in regards to search engine indexing.
