parsing the topic with Google Structured Data Testing tool

Unsolved General Discussion
  • I am trying to verify the indexing of a forum using tools provided by Google. At first I've checked my local installation, but you can see the same result for any nodebb instance.

    If I run the test for a forum topic with any topic link from this forum, there are two issues:

    1. there is a breadcrumb parsing error:
      When parsing

      <li component="breadcrumb/current" itemscope="itemscope" itemtype="../Breadcrumb" class="active">
      

      It says A value for the url field is required. But this breadcrumb points to the current page so there is no url.
      Maybe if this item points to the current page it shouldn't be marked as breadcrumb?

    2. Google doesn't recognize the page as an Article. The only metadata objects it shows are comments and breadcrumbs.

    I am very new to the topic of how crawling and indexing works, but I would expect that every topic is parsed as an article (top post) with comments (everything else). Do I need to configure something specifically for that?

  • And akismet doesn't allow me to post actual link to the test run.


Suggested Topics


  • 1 Votes
    1 Posts
    436 Views

    Just testing YouTube video embedding and code block snippets:

    def count_out_degrees(adjacency_dict): """ Scan Value (edge) length for each Key (node) to retrun outdegree(list) """ out_edges = defaultdict(int) for node, edges in adjacency_dict.items(): # Additional check for an edge that has no out edge. for edge in edges: if edge not in out_edges: out_edges[edge] = 0 # --- out_edges[node] = len(edges) return out_edges

    Testing this: Awesome Text.

    Image Test:

    1220f54b-8125-4b15-98dd-6f620ed3d6bd-image.png

  • 0 Votes
    1 Posts
    266 Views

    Screen Shot 2020-04-18 at 15.39.27.png
    hi everybody, help me please ..
    How to use "New topic" event when redirect in this page?
    See picture ,I want that.
    when user redirect this page , can I use that event ,that user don't used New topic, I am already opened it from some event.
    Thanks 😊 👍

  • 0 Votes
    1 Posts
    707 Views

    Hello! I need to post many images in post (for example 100px width) and on click enlarge to full size (for example in popup frame). I'm try nodebb-plugin-image-sizer (but it not comptiable with latest version of NodeBB).
    How plugin I can use for change image size in post?

  • 0 Votes
    6 Posts
    3k Views

    @julian said:

    GTA:VC will always have a special place in my heart. Beat it 100% at least 5 times, and even learned how to drift in the cars in that game XD what a waste of my adolescence.
    ain.

    +1 for Vice City being the best!

    I think that I am the only person how did not enjoy GTA:V. I think it was the most overrated game to come out last year. It looked great and the maps are huge but the story lacked a lot of things. I found it hard to follow and it didn't really explain much.
    I can't even remember most of it and I only played it a year a go but I can remember a hell of a lot more of GTA: Vice City.

  • 0 Votes
    7 Posts
    2k Views

    @a_5mith Glad everything is working out as it should! Look forward to your comments on our platform 🙂