skip to Main Content

Do I need hreflang tags? – SEO

Do I need hreflang tags? My site is structured somewhat like this: mysite.com/en-us/producta mysite.com/en-gb/producta mysite.com/en-in/producta I've been working on creating sitemaps with the hreflang tag. However, a provider of automated site map software told me that the hreflang tag is…

VIEW QUESTION

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