The seo tag has no wiki summary.
1
vote
3answers
2k views
Creating 301 Redirects for Post, Page, Category and Image URLs?
I fear this may be too much to ask here, so if so, please feel free to tell me of another place to learn.
Help with Redirections
I'm cleaning up a badly developed site and migrating wordpress from a ...
2
votes
2answers
1k views
Filtering categories in the permalink structure
Using /%category%/%postname%/ for the permalink I get a URL string of all the categories that the specific post is included in.
I would like the categories in the url to be filtered down to only one ...
1
vote
1answer
2k views
Multiple Domain Names - One WP Install (non-Multisite) - Default Each Domain name to Category Archive
Use case is somewhat simple - here goes:
Five people share a single wordpress install - not multi-user
Each person blogs and puts their posts in a their own unique category
Each person has their ...
-2
votes
1answer
281 views
WordPress wp_nav_menu within iFrame
EDIT 2: How would I iFrame wp_nav_menu contents while maintaining the styles and script associated with their display? (Please ignore all of the below seemingly confusing context of why someone would ...
3
votes
2answers
537 views
Redirecting traffic from old “.WordPress.com” blog to privately hosted WordPress blog?
I've got a blog hosted on .wordpress.com, ie the free version.
I'm thinking of re-activating my hosting package so I can have my own WP installation, and therefore have more customisation options ...
8
votes
3answers
867 views
What is the best permalink structure for SEO?
In the past I've used the Day and Name or Month and Name settings.
Should the date structure be omitted and just have
/%postname%/
?
Ie does having the date information reduce the quality of the ...
1
vote
1answer
250 views
How to implement pagination in backward way eg. first - 20 - 19 - 18 - … - 3 - 2 - 1 - last
How can I implement pagination in backward style, like shown in the title.
(newest) first - 20 - 19 - 18 - ... - 3 - 2 - 1 - last (oldest)
I have search plugin, there are not yet plugin for this.
...
0
votes
2answers
2k views
Wordpress wp_head() crap
I know, wp_head() is important, but it inject so much crap into the header, i like to get it out... and just add manually the 2-3 line of code i need..
BUT, and there is always a but, i need the ...
3
votes
2answers
293 views
Minimal custom permalink structure
I'm aware that there are posts discussing this issue already (e.g. http://wordpress.stackexchange.com/questions/1364/what-is-the-best-permalink-structure-for-seo) but I have a specific set of ...
2
votes
1answer
224 views
Best Way to Leverage Custom Post Type Related Content and Consider SEO
I'm doing a real estate project for a client. I've created a custom post type called "communities" to list new construction communities in her area.
I also want to have deeper sub pages but I would ...
2
votes
3answers
1k views
How can I move/redirect single blog posts from one blog to another?
I see lots of answers about moving entire blogs, but here's my scenario:
I have a few blogs with a lot of content. I'm no longer publishing new content on these sites. I'm now publishing on another ...
2
votes
2answers
3k views
How Does One Change The Meta-Description Of Home-Page?
In WordPress, How Does One Change The Meta-Description Of The Home-Page?
Honestly, I have searched low and high for the answer to this in WordPress. Went to every page in the back-office to no avail.
...
2
votes
3answers
271 views
SEO - Two WordPress websites on same domain name
Would there be any negative SEO effects for having a wordpress website at example.com and having another website at example.com/anothersite?
Would the site "anothersite" be indexed in search engines ...
1
vote
1answer
768 views
How do I turn off 301 redirecting posts (not canonical)?
I noticed a strange behavior in WordPress where it automatically 301 redirects certain URL structures for posts.
For example, I have a post entry for:
mysite.com/999/about-us
Then, you would think ...
0
votes
0answers
65 views
Plugin “SEO-Internal-Links” doesn't work (it doesn't automatically link keywords in posts) [closed]
I have installed SEO-Internal-Links plugin at http://wordpress.org/extend/plugins/seo-internal-links/, and activated it after installation.
But I do not yet see linked keywords when I visit the site.
...
0
votes
2answers
90 views
Wordpress page title repeated in SOME pages
I have created a Wordpress site and titles were working just fine. Then, some time and plugins installed later, I noticed that in SOME pages I get the title repeated 2 times.
Example of wrong page ...
0
votes
1answer
360 views
I use same slug name for category and page
I added one slug and page with the same name and they worked fine, but when creating a second WP forced me to rename the page (being created after the category) with an additional "-2" how to clear ...
0
votes
1answer
544 views
Pros and cons of using [taxonomy name] in place of [category name]?
We are currently in development on a new site. Categories (& tags) are pretty much meaningless for us because we've implemented custom posts & taxonomies.
By default, because I have enabled ...