• Hi,

    I am very happy with your plugin, but recently I found that when enabling the wpfooter schema it is showing the wrong copyright year as 2017 instead of 2018.

    I tripple checked my footer data but everything is fine. If you please look into the matter.

    Structured Data Testing Tool – Result.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Rahul Mukherjee

    (@svayam)

    Hi Hesham Zebida @hishaman,

    I have identified the issue which is causing that particular problem and found a temporary solution with the help of a friend @infosatech, that we have made the variable in web-page-element.php to constant, which is 'copyrightYear' => schema_wp_first_post_date( $format = 'Y' ), to 'copyrightYear' => '2017 - 2018',.

    But this is a temporary fix, just to avoid any SEO issues. I recommend that you look into your code which should automatically take the copyrightYear for each and every single post. Which is actually your plugin should do. But in place of individual page and post data it’s fetching only the 1st article published date and applying throughout the site, which is definitely a wrong implementation.

    Hope I have cleared the scenario. I am also attaching the codes screen shot for a better picture. I hope you will rectify this as soon as possible, as this is a question of SEO too. We thought to leave this as is, but I think it’s not write, as if we need to do this manually then what is the use of any plugin, also it does not makes any sense. Moreover normal users will never know what is actually happening.

    WPFooter Error Screenshot

    A humble request to you, please implement the SiteNavigationElement Schema Type, I am doing it manually for the time being. I really appreciate your efforts. It’s really nice coding standard that I can locate easily the problem, which naturally proves a good practice which a developer should follow. Great Plugin!

    Thanks in advance! Waiting for your reply.

    [ Signature deleted ]

    • This reply was modified 6 years, 8 months ago by Jan Dembowski.
    Plugin Author Hesham Zebida

    (@hishaman)

    Hi, thanks for pointing out to this, you are right. I will be checking it for next update.

    I will also consider your request.

    Thread Starter Rahul Mukherjee

    (@svayam)

    Hi, thank you so much. We all are looking forward for this.

    Also thanks for considering the addition of the SiteNavigationElement Schema, then your plugin will be a complete and perfect schema plugin, which will surely out rank all of your competitors. ?? We can rename then to All In One Schema Plugin.

    Thank you once again.

    Plugin Author Hesham Zebida

    (@hishaman)

    I’ve updated the code with a fix for copyrightYear.

    You may not see an update notification since I haven’t updated plugin version yet, so if you don’t want to wait, you can now deactivate and delete the plugin from your site and install a fresh copy from here (wp.org)

    P.S. Glad you found this plugin useful ??

    Thread Starter Rahul Mukherjee

    (@svayam)

    Hi Hesham Zebida @hishaman,

    Thank you so much for your kind reply and action too. Well the plugin Automatically updated in my WP to v1.7 and the data is perfect now. Thank you so much. I am about to write an article on some must use plugins (although there are many ?? ), I will definitely counting this in that…of course my blog is not very popular yet…still it’s my humble gesture of thanking and supporting you and your hard work.

    Once again, Please try to include the SiteNavigationElement Schema in your next update. Thank you…

    Plugin Author Hesham Zebida

    (@hishaman)

    Glad to hear!

    Thanks for your support and kind words, also for rating the plugin ??

    P.S. Maybe it will take some time to put the code together, but I won’t forget.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WPFooter Showing wrong Copyright Year 2017 instead of 2018’ is closed to new replies.