[Resolved] Google Search Console claims "missing update" on individual pages

Home Forums Support [Resolved] Google Search Console claims "missing update" on individual pages

Home Forums Support Google Search Console claims "missing update" on individual pages

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • #310033
    Tom

    Hello Tom,

    in my posts some of my pictures are linked to individual url. For example like this:
    https://www.ledclusive.de/blog/lighting-passport-von-asensetek-im-test/china-led-spectrometer-lighting-passport-spektrum/

    Also I have installed one plugin for a glossary, which creates new urls.
    Both leads to missing microformats concerning the “update”.
    No entry in “hatom-hentry-….”

    Would be great to get a workaround from you.
    Thanks in advance.
    Tom

    #310115
    Tom
    Lead Developer
    Lead Developer

    Hi Tom,

    Could you link me to one of the glossary page as well possibly?

    Thanks!

    #310184
    Tom

    Hello Tom,

    please try this one.
    https://www.ledclusive.de/blog/glossar/ledon/

    br Tom

    #310268
    Tom
    Lead Developer
    Lead Developer

    Try this:

    add_action( 'generate_after_entry_title', 'tu_post_meta' );
    function tu_post_meta()
    {
    	if ( 'glossary' == get_post_type() || is_attachment() ) : ?>
    		<div class="entry-meta">
    			<?php generate_posted_on(); ?>
    		</div><!-- .entry-meta -->
    	<?php endif;
    }
    #310275
    Tom

    Thanks Tom,

    please let me know where I should place this script.
    I am not familiar with programming.
    br Tom

    #310276
    Leo
    Staff
    Customer Support
    #310283
    Tom

    Hello Leo, hello Tom,

    thanks for your help.
    I have installed the plugin codesnippet and have copied the code into the related field.
    Not sure if I would have to do something else beside to name this snippet and note the description.

    Now it is installed, but it does not work while using the GSC-tool or search sourcecode for “updated”.
    Have I done something wrong? It seems very easy with this plugin.

    or is there any opportunity to place it somewhere as a hook into the theme?

    thanks for further help.
    Tom

    #310286
    Tom
    Lead Developer
    Lead Developer

    Have you activated the code snippet? It has an activate button when you save it.

    #310287
    Tom

    I have overseen this, but after activation it still does not show “update” in the source code of the page. Only in normal posts.
    what else can I do?

    #310335
    Tom
    Lead Developer
    Lead Developer

    Any chance you can send me temporary admin login details?: https://generatepress.com/contact/

    #310577
    Tom
    Lead Developer
    Lead Developer

    Ah, it looks like you might have copied the code from your email, so all of the quotations and <> characters have been converted to HTML entities.

    Can you try copying and pasting directly from this topic?

    #310617
    Tom

    Hello Tom,

    thanks. that was the reason.
    Now it works and I can see in it in sourcecode. So GSC probably will recognize it soon as well.

    One last question.
    Is your snippet necessary as an addon to wordpress and the plugin itself or can this implemented in one of the theme files like the functions.php.

    This is helpful to know if I meet this problem on other pages with other theme.

    you really do a good job.
    Tom

    #310753
    Tom
    Lead Developer
    Lead Developer

    It can be implemented in your child theme functions.php as well. As long as it runs at some point it will work 🙂

    #345776
    Tom

    Hello Tom,

    I need your help again.
    I have used your great snippet until and it worked fine.

    Now I see that google is claiming “missing updated”. I don´t know what happend.
    Indeed the tag is missing again.

    any idea?

    thanks for your time.
    Tom

    #345861
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    None of the post meta is displaying in your custom post type anymore? Anything change? CPT name? Function deactivated?

Viewing 15 posts - 1 through 15 (of 25 total)
  • You must be logged in to reply to this topic.