No exposure on search engines

Please go to Settings > Reading or wp-admin/options-reading.php If it’s not unchecked it will not allow search engines to reach. For further modification information related to robots you can use the below plugin to modify robots.txt file: Plugin – Multipart robots.txt editor To see your robots.txt file you would visit the link as: http://www.example.com/robots.txt

Search results: How to add direct jump to anchor?

You should have the navigation menu with anchors on your page. <ol> <li><a href=”#products”>Products</a></li> <li><a href=”#examples”>Example</a></li> </ol> And the sections with relevant ID where are these anchors are linked to. <h2 id=”products”>Products</h2> After the changes are done, ask google to reindex your page and wait=) Here is detailed description: here

Make the title and […] clickable in result search

As for the_title(), you can wrap your title in anchor tag, use get_permalink() to get the path to the single post. Something like this will do the_title( ‘<h1 class=”entry-title”><a href=”‘ . esc_url( get_permalink() ) . ‘” rel=”bookmark”>’, ‘</a></h1>’ ); For any info on how to modify/style the_excerpt(), check out this post I have recently done. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)