I have a website that uploads its template via ajax. The description and keywords meta tags are present in this template.html file, and not on the current index.html page being loaded. After loading the template, it inserts the meta tags from the template into the index.html file.
Will Google or any other search engine read this description and keywords meta tags that were dynamically inserted?
I ask this because I heard that many search engines do not support javascript, although when I get a preliminary screenshot from a search result on a google site, it displays a page containing the entire layout (after inserting template.html ), so it made me curious .
Thanks in advance
source share