Hi Nokodemsky,
The link in Red (normally blue) is the real link, where the page goes to.
The green row below shows you where it’s going to.
The SEO Framework outputs the Breadcrumb script so the Green Link will be altered, as you can see:
playernotes.pl > ... > Gry na konsole starego i nowego typu
The ...
part is a subcategory, it has been converted to dots as Google has no space to output htem.
The tree is generated as following (from your source):
{“@context”:”http:\/\/schema.org”,”@type”:”BreadcrumbList”,”itemListElement”:[
{“@type”:”ListItem”,“position”:1,”item”:{“@id”:”http:\/\/playernotes.pl\/”,“name”:”Modyfikacje gier, gry, recenzje i nowo\u015bci”}},
{“@type”:”ListItem”,“position”:2,”item”:{“@id”:”http:\/\/playernotes.pl\/category\/gry\/”,“name”:”Recenzje gier komputerowych i na konsole”}},
{“@type”:”ListItem”,“position”:3,”item”:{“@id”:”http:\/\/playernotes.pl\/category\/gry\/konsole\/”,“name”:”Gry na konsole starego i nowego typu”}},
{“@type”:”ListItem”,“position”:4,”item”:{“@id”:”http:\/\/playernotes.pl\/2016\/03\/star-wars-knights-of-the-old-republic-ii-silny-musisz-byc-mistrzu-jedi\/”,“name”:”SW KOTOR 2; Silny musisz by\u0107 mistrzu Jedi”}}]}
Somewhat easier to read, ignore the special JSON characters:
1: Modyfikacje gier, gry, recenzje i nowo\u015bci (homepage)
2: Recenzje gier komputerowych i na konsole (1st category)
3: Gry na konsole starego i nowego typu (2nd category)
4: SW KOTOR 2; Silny musisz by\u0107 mistrzu Jedi (page)
Number 1 is shown as the website name.
Number 2 is shown as …
Number 3 is the category that you see.
Number 4 is the Red text, the page title.
This breadcrumb is generated by The SEO Framework. Other plugins and/or themes are free to generate their own breadcrumbs, and they will not conflict each-other.
This is schema.org type data, and it’s quite advanced. More information is found here.
The reason NavX breadcrumb is output “correctly” is because you control how everything’s output on your site.
But you can’t control what Google outputs. You can’t tell Google to output 500 characters in the description, for example, the same goes for the Breadcurmb.
Google has read the breadcrumb script from The SEO Framework and as Google’s Search Results Page has limited space, they remove context or make something special for the one that uses the Search Engine.
This is why its output seems incorrect, but in fact it’s all what’s possible.
If you were to disable The SEO Framework’s breadcrumb and only left NavX’s breadcrumb enabled, the output on Google will stay the same – unchanged.
If you were to remove all breadcrumbs, the green text will be the page URL.
I hope this clears things up! Let me know if you have any further questions.