skip to Main Content

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.…

VIEW QUESTION

Breadcrumbs on current page – SEO

I have currently implemented my breadcrumbs like this: <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="HOME URL" itemprop="url"> <span itemprop="title">HOME TITLE</span> </a> > </div> <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="1ST LEVEL URL" itemprop="url"> <span itemprop="title">1ST LEVEL TITLE</span> </a> > </div> <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <span…

VIEW QUESTION
Back To Top
Search