- This topic has 8 replies, 2 voices, and was last updated 9 years, 3 months ago by
Konstance.
-
AuthorPosts
-
July 13, 2016 at 4:09 pm #95300
Konstance
ParticipantHello 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!
July 13, 2016 at 4:52 pm #95312Mahesh
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,
MaheshJuly 13, 2016 at 7:08 pm #95349Konstance
ParticipantHello 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
KonstanceJuly 14, 2016 at 9:27 am #95430Mahesh
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 functioncatchresponsive_primary_menufor this line
<h1 class="assistive-text"><?php _e( 'Primary Menu', 'catch-responsive' ); ?></h1>
This function is located incatch-responsive/inc/catchresponsive-menus.php.
I recommend you to use child theme. You can find more on creating child theme HERE.Regards,
MaheshJuly 14, 2016 at 1:45 pm #95443Konstance
ParticipantThank you very much! Your suggestion is very helpful!
Kind regards,
KonstanceJuly 14, 2016 at 4:20 pm #95459Mahesh
Participant@konstance: Thank you for your appreciation. Have a nice day!
Regards,
MaheshJuly 14, 2016 at 4:46 pm #95461Konstance
ParticipantHello 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,
KonstanceJuly 14, 2016 at 5:03 pm #95462Mahesh
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,
MaheshJuly 19, 2016 at 3:39 pm #95733Konstance
ParticipantHello 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 -
AuthorPosts
- The topic ‘google search-result’ is closed to new replies.
