Archived topic
change google search description
5 replies · Started by Andres on March 6, 2018
Hello, im new in all this. I've payed for the generatepress pro themplate, elementor pro, and yoast seo pro, if this helps. Have algo fre plugins like loginpress, tablepress, wpforms. I don't think this could generate any conflict.
I have my home page configured with yoast seo like this:
https://i.imgur.com/QyBO9ZD.jpg
Have de widgets disabled:
https://i.imgur.com/Lk7EhUf.jpg
And my google search description looks like this:
https://i.imgur.com/4ZIzUXF.jpg
Why isn't working the yoast seo pluging? How can I fixe that?
Thanks
I have deleted this lines on my footer.php
<div class="textwidget">
<p>
<?php
printf( // WPCS: XSS ok.
/* translators: 1: admin URL */
__( 'Replace this widget content by going to <a href="%1$s"><strong>Appearance / Widgets</strong></a> and dragging widgets into this widget area.', 'generatepress' ),
esc_url( admin_url( 'widgets.php' ) )
);
?>
</p>
<p>
<?php
printf( // WPCS: XSS ok.
/* translators: 1: admin URL */
__( 'To remove or choose the number of footer widgets, go to <a href="%1$s"><strong>Appearance / Customize / Layout / Footer Widgets</strong></a>.', 'generatepress' ),
esc_url( admin_url( 'customize.php' ) )
);
?>
</p>
</div>
Cloud this be a solution? It stills appearing the same on the google search description, could this have long delays?
Hi there,
I believe it's up to Google whether they honor the description you provide or not. In most cases they will just take content from your actual content area.
You can confirm by contacting the Yoast SEO team - they should know more :)
Hi Tom, thanks for your reply. I already contacted yoast support, i'm waiting for their reply.
But on the other hand, how could I change the description without using the plugin? It shouldn't be able to do it with the template? Could I place the description where the widget, and hide it?
Its problem of the template. I placed a custom html on the widget footer area, with the yoast plugin off like this:
https://i.imgur.com/okivAko.jpg
And now this is how it looks like on google:
https://i.imgur.com/UxgajPJ.jpg
But without using the plugin, google ignores its meta description and uses the one placed on the widgets area.
Definitely not a good idea to do it that way.
The theme shouldn't do anything like this for you. If you ever change themes, you would lose all of your meta descriptions.
A plugin is always the best way when it comes to SEO - Yoast is the most popular, but there's quite a few others as well.