1

I am trying to organize my SERP and I want my site to display like this on SERP:

www.example.com > services > repair

But the problem is the "services" URL doesnt exist but 301 redirected to homepage.

<script type="application/ld+json">
{
    "@context": "http:\/\/schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [{
        "@type": "ListItem",
        "position": 1,
        "item": {
            "@id": "\/services\/",
            "name": "Services"
        }
    },
    {
        "@type": "ListItem",
        "position": 2,
        "item": {
            "@id": "\/repair\/",
            "name": "Repair"
        }
    }]
}

Will the above code work?

unor
  • 92,415
  • 26
  • 211
  • 360
cryptohustla
  • 45
  • 1
  • 7
  • It’s not really feasible to answer this for all search engines. Furthermore, for this question to be on-topic here, it can only ask about the published documentation for it, not if it will actually work in practice (in case it’s not documented). For more SEO-related topics, you might want to let it get migrated to [webmasters.se]. – unor May 16 '17 at 04:22
  • ok before i posted the question i searched for related question and all questions where asked in this site, i will migrate to the site you referred, thanks – cryptohustla May 16 '17 at 05:11

0 Answers0