Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#158707
chrisburton
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.