Bootstrap modal, and SEO
I'm using bootstrap to show content in modal popover, using links like: <a href="/content/modal/23797" data-toggle="modal" data-target="#contentModal" title="Some content">View Content</a></pre> I'm doing this for UX, so that user doesn't need to leave the page they are on to see the content.…