Need a Help for Wordpress Site.

smartboyhere

Power Member
Joined
Sep 24, 2013
Messages
723
Reaction score
360
I need to list my few child pages Under the meta description when it is shown in google SERP.

Look at the image, I need Exactly as like this for my wordpress site.
Any plugins? or Submitting site map?
The website shown below is wordpress.
Thanks!
iffLXpW
 

Attachments

  • ggg.png
    ggg.png
    37.7 KB · Views: 1
Google is the only entity that can modify (and even provide) these links. However, in its Webmaster Tools, you can tell Google which links to avoid. No plugin or script can manipulate these links, as Google determines what (it thinks) should be there.
 
It is auto generated, you can only work on adding authority to your pages.
 
How much time it will take?
I have been waiting long time, more than8 months..
It will take time for those pages to appear in the search results. Google decides that. You can't do much about it.
 
http://www.blackhatworld.com/blackhat-seo/seo-packages/747718-bigbuddys-semantic-search-engine-optimization-end-traditional-search-engine-optimization-check-out.html
 
Some websites will never get them at all. Here's what I've found helps influence such things:

1. Make sure you have a properly structured navigation menu, like this (the title attribute is important too):

Code:
<ul>
  <li>
    <a href="/link1" title="Name of link 1">Link 1</a>
  </li>
  <li>
    <a href="/link1" title="Name of link 2">Link 2</a>
  </li>
</ul>

2. Sometimes Adwords helps. I had a site, on which I did a small amount of advertising, using Adwords. Afterwards, the organic results for that site started showing sitelinks as well.

3. The site should be pretty old. I don't think I've ever seen a new site get sitelinks before.

That's just from my experience. See what works for you.
 
Back
Top