Home › Forums › Other › Should i use html setup on page that will be loaded with AJAX › Reply To: Should i use html setup on page that will be loaded with AJAX
December 19, 2013 at 12:50 am
#158707
Participant
Are you saying that you have a main index file and that you’re using AJAX to .load() other files into it? From there you’re asking if it is okay to do that since the titles and meta tags will be the same on every file that is being loaded into the main index page?
You could possibly write an if statement that tells the meta tags and title to update once those files are loaded in.