Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonathan Richards 288 posts 1742 karma points MVP
    Apr 27, 2017 @ 13:25
    Jonathan Richards
    0

    Language keys missing in SEO Checker after Umbraco upgrade

    Hi Richard,

    I'm a bit new to SEO Checker, so sorry for the ignorance.

    I had an Umbraco site that I recently upgraded from something like 7.5.8 to 7.5.13 using NuGet, and SEO Checker stopped appearing in the backend. I tried uninstalling and then re-installing SEO Checker via Nuget, but no success. The Umbraco upgrade had reset the following config files back to bog standard

    • config/applications.config
    • config/trees.config
    • config/Dashboard.config

    Being industrious I gave in with NuGet and copied the relevant SEO checker settings back into those three config files and SEO checker returned. My own issue, which is minor is that I'm missing some language keys (or something similar)

    Screenshot of SEO Checker with Language keys missing

    Could you point me in what direction the language comes from, or in the direction to an upgrade manual for SEO Checker. My Google-Fu skills are failing me.

    Cheers

    Jonathan

  • Cristhian Amaya 52 posts 423 karma points
    Apr 27, 2017 @ 16:28
    Cristhian Amaya
    1

    Hey Jonathan,

    The section title should be at ~/umbraco/Config/Lang/en.xml. You should have something like this there:

    <area alias="sections">
        <key alias="seochecker">SEO Checker</key>
    </area>
    

    Cheers!

    Cristhian.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Apr 28, 2017 @ 08:05
    Richard Soeteman
    100

    Indeed,

    make sure <key alias="seochecker">SEO Checker</key> exists in the sections section of the language file

    and make sure the actions section contains

     <key alias="SEOCheckerSchedule">Add scheduled validation</key>
    <key alias="SEOCheckerEditRobots">Edit robots.txt file</key>
    <key alias="SEOCheckerImportRedirects">Import redirects</key>
    <key alias="SEOCheckerExportRedirects">Export redirects</key>
    

    Hope this helps,

    Richard

  • Jonathan Richards 288 posts 1742 karma points MVP
    Apr 28, 2017 @ 08:47
    Jonathan Richards
    0

    Worked a treat, thank you both

Please Sign in or register to post replies

Write your reply to:

Draft