WordPress is an open source content management system running on PHP and MySQL often used as a blog engine. There is a WordPress StackExchange at http://wordpress.stackexchange.com/: if your question is related to WordPress but not webmastery, then your should ask it over there.

learn more… | top users | synonyms

2
votes
1answer
33 views

How to maintain and optimize SEO for multiple store locations with individual websites as subdirectories from a main landing page?

My question is how to maintain and optimize SEO when moving a site from the domain root to a subfolder, creating a second parallel subfolder, and having the domain root be a landing page that allows ...
1
vote
1answer
29 views

Wordpress - Too much information about SEO tags - archives - posts. Which is best?

Point 1: I have a front page which is dynamic because it gets all the latest posts that are rated. The question is: do I have to make these posts an excerpt, because that's better for SEO? Point 2: I ...
1
vote
3answers
220 views

How do you get Google product rich snippets working on WooCommerce

I have just set up a WooCommerce site and I am trying to get the reviews on it to show up in the Google rich snippets. How can i do this? Is there any out-the-box plugins to make it work? Currently ...
4
votes
3answers
147 views

Wordpress - SEO - Does Turning off comments matter on a non comment template?

I have a custom Wordpress themed website. None of my page/post/category/tag/etc. template pages have any code that has anything to do with comments (as far as I know). I am wondering if there is ...
-1
votes
0answers
16 views

WordPress taxonomy query SEO [closed]

I'm not sure if this fits here or with the WordPress StackExchange network. I've created a plugin that generates a custom post type (CPT) and taxonomy. My plugin essentially filters the custom post ...
0
votes
2answers
30 views

Pull page content from master site in Wordpress

So I am working on some sites for a health practice, all in Wordpress. I have one parent hub site that contains all the information about all the treatments they offer on different pages. I also have ...
0
votes
1answer
37 views

Cannot access area of site using www, without it works

Struggling with this one. I recently bought hosting and domain name. I have put a holding page on the site, plus installed wordpress in the directory /wordpress. Going to ...
1
vote
1answer
23 views

Using GA to track popular tags/categories in WordPress

I coordinate a few editorial content-driven websites that are built in WordPress. Most make heavy use of tags, categories and custom taxonomies. I'd love to track which tags/categories are most ...
1
vote
2answers
76 views

SEO implications of moving a section of site to a subdomain - Drupal to Jekyll/Wordpress migration

We are strongly considering moving significant, relatively static, portions of our existing Drupal site (yinyanghouse.com) out of Drupal and into a subdomain built up with a static site generator like ...
0
votes
3answers
394 views

Sudden connection problems with Akismet

I've had the Akismet anti-spam plugin installed and working great on two of my non-commercial Wordpress blogs for the past couple of months. Both sites are using my same API key. Today, on one blog ...
2
votes
3answers
46 views

Fastest way to redirect dead URLs to home page

A client of mine scrapped his entire wordpress site of many years for a custom CMS. The URL structures both use the /<post_title> format, so a pattern based .htaccess rule is out of the picture ...
1
vote
2answers
171 views

WordPress .htaccess preventing subfolder access

This is sort of a goofy setup, but it's not in my power to reconfigure it at this time. I'm running in a shared hosting environment. The domain is example.com. This is an add-on domain on the host ...
-1
votes
0answers
15 views

How align product attributes in woocommerce? [closed]

have problem with product attributes. Have this code: <div id="atributy"> <div class="atributy-left">Material</div> <div class="atributy-right"> <p>Ocel</p> ...
1
vote
2answers
66 views

Blogger still visible after moving to WP; Google Indexing issues after moving from Blogger to WP

I recently migrated from Blogger to Wordpress and am having two major transition issues that are really hurting. Despite literally hours of searching and experimenting, I cannot resolve the following: ...
0
votes
1answer
207 views

How do I block site to specific users or IP?

I have been running a website with WordPress blog since few time. I have been receiving email reporting that few specific address has been posting un-related comments in my website. I am receiving ...
0
votes
1answer
28 views

Problem with Google crawler and cached results

I have a client that has 3 domain names. For the sake of this argument I will call them www.website1.com www.website2.com and www.website3.com He used to have a website package with VistaPrint and ...
1
vote
1answer
55 views

Combine redirect to naked domain and point existing content to /blog

I think the .htaccess setup for this ought to be fairly straightforward, but I'm having a hard time with it for some reason. I've just completed the migration of a WordPress single site installation ...
0
votes
1answer
38 views

Targeting different related keywords?

I have a Wordpress website on which I'm using Yoast SEO plugin. This plugin states that on a single post I have to target only one focus keyword for better SEO PageRank. Now suppose I have two ...
0
votes
1answer
33 views

Why would my new WordPress site require a 301 redirect?

I just finished moving a site from localhost to its final domain, and the thing is that the SEO guys is saying I need to make a "301 redirect" from the old site to the new one, but there is no such ...
1
vote
1answer
28 views

SEO effects of intermix of WP blog, custom PHP site and FB app game

We're a melbourne tech company in the process of building a custom site in PHP. We plan to launch a "pre-launch" page which is also custom coded (CSS3 on twitter bootstrap framework + HTML5 front end ...
6
votes
3answers
497 views

How to deal with a client who redesigned their own site badly?

I am a freelance designer/developer. I am starting a registered business and will be offering other services soon and I am in the process of expanding the portfolio section of my existing website but ...
1
vote
6answers
1k views

Will 404 errors affect search engine ranking?

I had installed joomla in my domain with the sample data. I now removed it and installed wordpress in my domain. There are a lot of 404 errors in my domain. Will they affect my search engine rankings. ...
0
votes
1answer
51 views

show index.htm and index.php BOTH

I have a static html based site. Server automatically pulls the index.htm as the default page. Fine. I just installed wordpress in the root: But .com/index.php is redirecting automatically to ...
-1
votes
0answers
17 views

CMS that allows custom CSS/HTML [closed]

I have an issue. I have made a custom website using CSS and HTML. I want to allow my client to edit and add posts to the website without any knowledge of HTML or CSS while still giving myself the ...
0
votes
1answer
186 views

Redirecting a subdomain from wordpress.com to an external web address

I have a question about redirecting a subdomain of a blog hosted on wordpress.com to an external URL. Given the following: 1) I own a domain name foobar.com purchased from another registrar (not ...
0
votes
0answers
12 views

Looking for a CMS solution for a membership based site - 10,000 members [duplicate]

I am looking for an alternate CMS option for a client who has membership based site (He is currently not satisfied with Typo3). The requirements are: 1. For a maximum of 10,000 members (Mailing lists, ...
6
votes
1answer
322 views

Should I block Wordpress archive pages from search engines?

I use WordPress and /sample-post/ URLs for my posts and /yyyy/mm/ for the archives. Google has indexed the site fully. Since the archives currently display full posts I've thought that I shouldn't ...
2
votes
1answer
397 views

Wordpress Multisite and Google Analytics in subfolders with mapped domains

I have a wordpress multisite with sub folders. The site's subfolders are mapped to domains, which are set to primary. I'm using the 'Google Analytics Multisite Async' code to track things. From ...
1
vote
1answer
125 views

SSL Certificate

I've received the email below from Google about my WordPress site and have no idea how to follow the instructions. Any help out there? Dear Webmaster, The host name of your site, ...
1
vote
2answers
57 views

Default Wordpress site on IIS

We have multiple wordpress installations on our IIS7 (Windows Server 2008) Server as follows: http://www.example.com/site_one http://www.example.com/site_two http://www.example.com/site_three These ...
1
vote
1answer
33 views

Wordpress and local business SEO [closed]

Which Wordpress plugins and themes have been verified by the online community to be best at maintaining good SEO for a Wordpress site representing local business? Is there a site that is specfically ...
4
votes
2answers
560 views

302 Redirect causes garbage at end of Wordpress link in Facebook

When I try to link my Wordpress blog to Facebook, the url doesn't resolve properly. There's garbage appended at the end and Facebook is not able to retrieve information from the site. Happens in ...
0
votes
0answers
18 views

Wordpress/CMS for small business SEO? [duplicate]

It's oft-heard that Wordpress has top-notch SEO and there are even rumors that Google's algorithms (and other search engines) are designed to specifically favor Wordpress-based sites. If I'm in ...
0
votes
1answer
91 views

Duplicate Content Problem due to plugin

Actually i am running website on wordpress where i have installed Transposh plugin on my site 'example'. Unfortunately, despite having English as the default language and therefore available at ...
1
vote
2answers
321 views

Adding a CMS to an existing Magento shop

I am working on a project for 3 niche stores built on magento (using magento's multi-store function) that each get roughly 50k unique visitors a day. The sites don't currently have a blog or forum ...
3
votes
3answers
213 views

How to store images of wordpress on picasa or other image hosting sites?

What is the best way to start a photo blog with wordpress, so that images are stored in picasa, by image I mean image in all sizes, thumbnails, featured images and so on ... The problem is that there ...
0
votes
2answers
41 views

How to get Google to display a list of posts in the SERPs for a self hosted Wordpress blog?

My website is javatechig.com and is around 6 months old. I have used All-in-One SEO Wordpress plugin for SEO tricks. Definitely after using SEO plugin, my website page view is increased, but still it ...
1
vote
1answer
24 views

Problem with not found page for feed in Google Webmaster Tools

I have a Wordpress blog. In Google Webmaster Tools, I found mutiple "not found pages" like this from feed: kart-postal/k-imam-zaman/feed/. How can I add noindex to feed and why I get not found page?
-1
votes
0answers
15 views

WordPress plugin on wordpress.org and github? [closed]

wordpress.org and github? Can I upload a WordPress plugin on both wordpress.org and github? Owner of the code I think it's hard to understand the licenses. Who own the code on github? Who own the ...
1
vote
3answers
147 views

Subdomain 000Webhost [closed]

I'm currently learning to create a blog using wordpress.org. My site is hosted free on 000webhost. I have trouble creating a Subdomain for my website. This is what I have done so far. Somebody please ...
0
votes
0answers
8 views

Wordpress child-theme breaks site [migrated]

So, I have a child-theme with nothing but the required CSS file in it. Once I activated this child-theme my entire site is down. I end up with 2 questions: 1) How can activating a child-theme with ...
0
votes
1answer
42 views

Steps when developing for multiple clients using Wordpress

I am very new to web development and I am currently learning the in's and out's of HTML, CSS, MySQL and PHP. I am working towards being able to design websites for other people. I am just wondering ...
0
votes
0answers
19 views

Wordpress plugins or any other script for adding unique post-string / sub-string based on a defined URL [closed]

I wants to add some sub-string and sometimse post-string automatically on URLs linked on my site. For Example: if in a post I have added an URL like http://www.site.com. And I want to add a ...
0
votes
2answers
431 views

Wordpress install directory, how to change it?

I have my wordpress installation on mywebsite.com/blog I now want to turn my entire mywebsite.com site into a CMS by use of the Wordpress CMS, whilst still maintaining /blog as the blog area. ...
1
vote
1answer
45 views

How to respond to attack on web site

I have wordpress site that is under some kind of bot attack. I checked apache logs and there's get request to a single post on my blog every second (sometimes there's more than one per second). When ...
1
vote
3answers
205 views

SEO Blog Indexing : Dot Wordpress Versus a Registered Domain?

I've used Wordpress for a few of my client's sites, mostly small businesses and ecommerce sites. I have found through Google Analytics as well as the All in One Webmaster plugin that when it comes to ...
1
vote
1answer
35 views

What is wrong with the seo of my site? [closed]

My question is related to the seo performance of my website binarytides.com My website has recently seen fall in traffic and I have noted that for some of my best keywords the traffic is falling, and ...
0
votes
0answers
11 views

file coverage report with Selenium?

I've got a website that's half static HTML, half WordPress, and hosted on DreamHost. I'm starting to write test cases for it using Selenium. My goal is to write at least enough tests to cover 100% ...
0
votes
0answers
157 views

Cannot send email to Google Apps alias from PHP

I'm using Wordpress and sending email via Gmail SMTP: server: smtp.gmail.com port: 465 I created Google Apps main domain called domain.com and email info@domain.com. Then I registered domain ...
0
votes
1answer
40 views

Cross domain tracking - Wordpress and Google Analytics

Which is the best approach to automatically add the _link GA action to every outbound link that points to a certain domain? e.g. <a href="http://example.com/intro.html" ...

1 2 3 4 5 9