New answers tagged navigation
0
One way is to use just CSS.
Assuming your navigation is something like the following, with a unique id on each link:
<ul id="nav">
<li><a id="pg-one-link" href="pg-one.html">Page One</a></li>
<li><a id="pg-two-link" href="pg-two.html">Page Two</a></li>
<li><a id="pg-three-link" ...
0
Your website category pages own this following meta tag:
<meta name="robots" content="noindex,follow" />
noindex indicates to Google to not to index your webpage.
To solve the problem, you can delete this meta tag from your category webpages. Your Wordpress SEO plugin (like Wordpress SEO by Yoast) can do it for you.
Top 50 recent answers are included