Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #95300
    Konstance
    Participant

    Hello Support,
    we created a website (kamerakinderfotorun) with wordpress, theme catch responsive (free) and adapted it with css etc.
    Everything’s fine, but the google search result is wrong (see below).
    By searching for “kamerakinderfotorun” following is shown:
    Erstes Menü
    http://www.kamerakinderfotorun.de/
    Beim Fotofest NRW am Samstag, 5.11. in der Handwerkskammer in Düsseldorf werden die Siegerinnen und Sieger geehrt und erhalten ihre Preise. Außerdem …

    “Erstes Menü” is the default main nav-title, so has nothing to do with the nav-title we gave.

    Looking in the source code of the site there you can find:
    </header><!– #masthead –>
    <nav class=”nav-primary search-enabled”
    role=”navigation”>
    <div class=”wrapper”>
    <h1 class=”assistive-text”>Erstes Menü</h1>

    But I cannot find the right place to change it (not in header.php or in other phps…)
    We want to change “Erstes Menü”, but also the text below. Should be something like:
    Fotorun
    http://www.kamerakinderfotorun.de/
    Fotorun – was ist das? Trefft euch mit vielen anderen Kindern und Jugendlichen und geht alleine oder mit einer Gruppe an den Start für eine Entdeckungsreise …
    (Search result with: “kamerakinderfotorun.de” “fotorun”)
    How to solve this problem? With a seo plugin? With a google webmaster-tool?

    Thank you in advance for your answer!

    #95312
    Mahesh
    Participant

    @konstance: Your Title for the site in the browser tab is not displaying. Are you using any plugin? If yes try disabling it and check if this resolves the issue. For SEO we recommend you to use Yoast SEO or you may use other SEO plugin of you choice.
    Let me know further.

    Regards,
    Mahesh

    #95349
    Konstance
    Participant

    Hello Mahesh,
    thank you for your answer.
    What browser do you use? I try firefox, explorer as well as the microsoft edge browser and the url-title is always displaying.
    I installed SEO and there is no substantial error analysed. I hope my new Seo-settings will influence the search result. But still nothing’s changed…

    Kind regards
    Konstance

    #95430
    Mahesh
    Participant

    @konstance: I use firefox and chrome. I checked your site and now the title is displaying fine.
    I checked your problem again, and seems this is from the assistive-text for Primary Menu in the theme. If you want to change it, you’ll have to override the following function catchresponsive_primary_menu for this line
    <h1 class="assistive-text"><?php _e( 'Primary Menu', 'catch-responsive' ); ?></h1>
    This function is located in catch-responsive/inc/catchresponsive-menus.php.
    I recommend you to use child theme. You can find more on creating child theme HERE.

    Regards,
    Mahesh

    #95443
    Konstance
    Participant

    Thank you very much! Your suggestion is very helpful!

    Kind regards,
    Konstance

    #95459
    Mahesh
    Participant

    @konstance: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #95461
    Konstance
    Participant

    Hello again Mahesh,
    I am not sure, how to overwrite this line:
    <h1 class=”assistive-text”><?php _e( ‘Primary Menu’, ‘catch-responsive’ ); ?></h1>

    I just changed the h1 into h2:
    <h2 class=”assistive-text”><?php _e( ‘Primary Menu’, ‘catch-responsive’ ); ?></h2>

    Hoping this will rule the search result… (Or do you have another suggestion?)

    Thankx and tegards,
    Konstance

    #95462
    Mahesh
    Participant

    @konstance:
    Hi Konstance,

    I am not sure what you really want to change, but if you do want to change the text Primary Menu, simply replace the text with your desired text.
    <h1 class="assistive-text"><?php _e( 'Primary Menu', 'catch-responsive' ); ?></h1>
    to
    <h1 class="assistive-text"><?php _e( 'Your Desired Text', 'catch-responsive' ); ?></h1>

    Let me know futher.

    Regards,
    Mahesh

    #95733
    Konstance
    Participant

    Hello Mahesh,

    Everything is fine now. I just had changed h1 to h2 and also used Yoast Seo – and now google search result is exactly what we wanted to show.

    Thank you very much for your good and quick support!

    Best regards,
    Konstance

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘google search-result’ is closed to new replies.