SEO permalinks not constantly showing up properly on google

SEO permalinks not constantly showing up properly on google - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about seo, google-search, yoast, to guide you along the way. Read the discuss below, we share some tips to fix the issue about SEO permalinks not constantly showing up properly on google.Problem :


When searching my site on Google. I have some correct and some wrong when it comes down to the meta permalink. I have a photo that explains itself. Wondering why this is happening to some but not for others? Possibly saving it differently in the past? not sure. The actual permalink is correct on the main URL, but on google some are wrong.


This example below shows one right and the one below is wrong.. should have /dental-implants > all-on-4


enter image description here


Currently, I am using WordPress and Yoast, I have LightSpeed Caching.. Is there a setting I need to have enabled for the caching part? Just wondering what is going wrong?


Thanks!


Update!!
enter image description here


Solution :

Your breadcrumb markup is indeed valid, but it has an additional nesting level, in comparison with the markup, which makes Google as an example.


Look, your markup for the last piece, All-On-4, looks like:



"@type": "ListItem",
"position": 3,
"item": {
"@type": "WebPage",
"@id": "https://772implant.com/dental-implants/all-on-4/",
"url": "https://772implant.com/dental-implants/all-on-4/",
"name": "Dental Implants > All-On-4"
}


You markup item an extra type. But look, how Google does it:



"@type": "ListItem",
"position": 2,
"name": "Science Fiction",
"item": "https://example.com/books/sciencefiction"


You see: item is just an URL, without aditional nesting level.


I realized in many cases: nesting often makes Google not (fully) understand structured data. Earlier i thought it would be the best practice to make single JSON-LD snippet for the whole web document. Earning more experience with the subject i begun to create extra snippets for every important data type - own snippet for breadcrumb, own snippet for aggregatedRating and so on.


I don't say, you should do the same (own snippet for every data type) - but i'm pretty sure: avoiding nesting, specially on places like here, where you can go without, helps Google better understand your markup.


If the issue about seo, google-search, yoast, is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?

SEO: change site address from http://www. to https://