The seo tag has no wiki summary.
1
vote
2answers
52 views
A solution to set metatags with my page generating plugin?
I have a plugin which generates a page automatically. Is there a way I can add functionality to this plugin which would allow me to set the meta description, keywords, and title for the page? I've ...
-1
votes
2answers
94 views
How should I force WordPress to give proper name for the uploading images?
How can I force WordPress to give a proper file name for images like "http://www.mysite.com/wp-content/uploads/2012/07/mona_lisa_painting.jpg" instead of ...
1
vote
1answer
164 views
Copy SEO Meta Desc “Custom Field” to Excerpt field?
I'd really like to take all of my old posts, and automatically use the meta descriptions we have written – currently done for each post using All In One SEO Pack – and copy them to also be our post ...
0
votes
1answer
32 views
Problem with articles feed: XML Parsing Error: XML or text declaration not at start of entity
I have a problem with WordPress articles feed. I have discover it analyzing what googlebot is scanning on my site and I disconvered that it is scanning only the feed and not the articles...
So I have ...
0
votes
1answer
51 views
post content includes and seo vs. duplicate content
Trying to find the answer here but can't seem to locate this specific scenario...
We have products that include multiple, defined resources - for example, each has 3 distinct user guides for ...
0
votes
1answer
70 views
Best Way To Structure 3 Tiered Site
I'm starting a quote site using Wordpress.
I'm wondering what would be the best way to structure the site considering the fact that I'd like to include a lot of static content on the tier 2 pages.
...
0
votes
1answer
47 views
Custom domain for sub-section of parent website
While this topic could be considered a general web development item, I'm using WordPress, so I need to find some way to do this within WordPress and without breaking it. I realize this is a deep ...
0
votes
1answer
61 views
deeplink juggernaut - remove settings
I've used for a little while "SEO Ultimate" for Wordpress. Unfortunately the plugin demonstrated itself to be buggy and without a solid infrastructure on the back that would allow easy overriding of ...
0
votes
1answer
90 views
Using a page (Blog template) for home page blog posts is problematic?
I bought a few themes that by default don't have blog posts on home page as normal WordPress themes such as Twenty Eleven has. I had to create a page of Blog template and then use it for home page in ...
-1
votes
1answer
117 views
How to Make your Category Titles have H1 tags?
I´m using the atahualpa theme and have the category titles displayed on the category pages. I want the title to have H1 Tags and the site name and info H3 tags.
Right now, the category titles have H2 ...
-1
votes
1answer
424 views
Changing the title tag from a shortcode
I currently have a shortcode which dynamically swaps out locations on a page to make each page specific to a location.
For example the url
http://mywebsite.com/offers/scotland/
Would make the H1 ...
-2
votes
1answer
73 views
Multiple Domains Same Install Different Static Pages
I have my main domain domain.co.nz with a static homepage of home but I also have a url that is great for SEO purposes and what I am trying to do is work out how I can have my seoDomain.co.nz point to ...
1
vote
0answers
35 views
category url structure
Is it possible to have listed all available categories on www.example.com/category/ request. Using the following url as mentioned in my example generating 404 error.
0
votes
0answers
22 views
Amend page title for Paginated pages, using All In One SEO
Our site has a large list of paginated pages for older blog posts, and we wish to modify the page title.
Currently, it seems all we can do is append a string onto the end of the existing homepage ...
0
votes
0answers
44 views
Virtual Pages and Yoast Wordpress SEO
I use Yoast Wordpress SEO and just added a plugin that generates some virtual pages that I want to be indexed. Is there any way to cause virtual pages to be added to the XML siemap?
0
votes
0answers
19 views
Moving current main site of Multisite to sub site with SEO
I have a WordPress Multisite (www.example.com) which is currently the main site is containing more than 500 posts and got some traffic for daily SEO.
Now I need to:
Move my current posts (for all) ...
0
votes
0answers
34 views
Why is WordPress SEO plugin making every taxonomy public visible?
I have created custom taxonomy in functions.php and set public=> false and when I try to open taxonomy link in front of web site (mysite.com/custom-taxonomy/test) it doesn't work, it shows 404 page ...
0
votes
0answers
65 views
HTTP Code 302 on Google Webmaster tool
I'm running a wordpress blog.
My blog is very young. It's online since a couple of months.
My host is godaddy.
I'm not a SEO expert.
Recently I noticed that on my webmaster tools (from google) there ...
0
votes
0answers
34 views
Change The Meta-Description Of Home-Page?
I would like to use this script (found here), but it generates a blank page when I add it to my header.php
if ( is_home() ) { ?>
<meta name="description" content="Your home page meta ...