The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
28 views

Noindex, nofollow stuck on homepage

Recently my hosting automatically upgraded our Wordpress version. Due to custom plugin conflicts, we requested them to restore it to the previous version. Our homepage now contains the code "meta ...
0
votes
0answers
26 views

Problem with Search Results in WP (not displaying the full posts)

In this momment, in search results appear the post but without categories (I think are hidden) and with the links from posts broken. I have a piece of code in this theme that i think is responsible ...
8
votes
3answers
233 views

Make Google index the entire post if it is separated into several pages

While this is a question, it is as well a serious warning to publishers that separate their posts using <!--nextpage-->. Bare with me. I run a highly trafficked multiple author platform that ...
1
vote
2answers
36 views

How to publish page that can't be detected by search engines?

I like to publish drafts in my 'Uncategorized' category. This category is not linked anywhere on my site. It's great for allowing contributors to an article to read the draft before it is made ...
0
votes
1answer
138 views

Unexpanded shortcodes in search engine results

I have some shortcodes on pages e.g. [fb_like] [twg_gpo_button] [ratings]. If I visit page they expand correctly but on search engine results page, they do not expand on some pages. I have installed ...
0
votes
2answers
131 views

Redirecting to new URL structure and 301

I had links like example.com/?location=boston on my site. These were indexed by Google. Due to obvious SEO reasons, I had to change the URL structure to example.com/deals/boston. The old URLs are ...
1
vote
2answers
242 views

Are private posts visible to search engines?

I want to display a list of posts (deals) on homepage (and having a link to original deal on deal provider's site) but I don't want individual posts to be accessible by anyone even search engines. Is ...
0
votes
2answers
1k views

Simple way to search custom-post types only

I'm just trying to find a way to narrow my current search bar so that it only searches within my 'events' custom post-type. I do not want the search to index any other post type, only 'events'. ...
1
vote
1answer
208 views

Yoast SEO creates sitemaps with a dash '-' but I can't get Bing to accept them

I've submitted my sitemaps to Google, Ask, and yahoo with no problems but when I try to submit to Bing on 3 different computers PC and Macs Bing rejects without any warning all sitemaps with a dash. ...
0
votes
2answers
155 views

What makes WP so SEO friendly?

I keep hearing that Wordpress is the best SEO solution, better than most static websites because of multiple reasons. I then go on to hear contradicting information elsewhere. So: Is Wordpress ...
0
votes
1answer
42 views

Making a particular kind of search engine with Wordpress?

I would appreciate if I get to know details and how-to make a particular type of search engine with Wordpress,where users can submit/showcase their product and submit their listings of products.It ...
2
votes
1answer
621 views

How to make ajax content indexable by search engines?

What's the best practice for exposing ajax delivered content within WordPress to ensure that it's indexable by Google, etc.? I've got a site where I am using the jQuery tabs control to display ...
0
votes
2answers
616 views

How do I change the web site summary in search results?

I have a web site that I am working on, hendersonvillecameraclub.org. When I use Google to search for the site using 'hendersonville camera club' as the search terms my site is the 6th result. Below ...
2
votes
2answers
297 views

Display title for search engine visitors

I read somewhere*) that there's some q part inside the wp_query object, that identifies search engine visitors and shows the keywords they searched for. I'm currently developing local, so i can't ...
0
votes
2answers
119 views

Permalinks set to /%postname%/ but still have links being indexed in the form ?p=x

I have a site that has pages being indexed in Google in the form... site.com/?p=1 site.com/?category_name=uncategorized site.com/?author=1 site.com/?m=201103 And since the permalinks of the site ...
2
votes
5answers
1k views

How to improve WordPress search

I heard many times, that WordpPess's search doesn't work good. Are there any other search engines available for wordpress? I know about sphynx, seems its a good one, but available plugins are out of ...
1
vote
3answers
294 views

Preventing Search Engines Indexing Pages 2, 3 and More?

Do you know how to prevent indexing of pages past the home page in WP? I mean I don't want mysite.com/page/2, mysite.com/page/3 to be indexed. This is because I use home.php for my theme, so that ...