The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

SEO Permalinks break media links using the Salient theme - how to resolve? [closed]

When I switch the permalinks to use the more friendly URLs, all of the media-related content (images) links break for some reason. Below is my web.config - I'm guessing there may be some rewrite rule ...
-1
votes
0answers
23 views

SEO SearchTerms Tagging 2 plugin not working [closed]

I installed the plugin on wordpress 3.2.1. The problem is that almost all incoming searches goes under the last post, which is appearing as a first post on the home page. Only very few searches goes ...
0
votes
2answers
32 views

Enabling canonical links to force search engines to go to site.com rather than site.net

I want visitors who have typed site.com, stay on site.com and visitors who have come to site.net, stay at site.net (They have one host and site.net has been parked on .com). When it comes to search ...
0
votes
0answers
27 views

Sitemap generation

I have have a few pages on my site that walk through a process of querying a custom post type (services) with it's taxonomies (locations) -- example of custom post type (services) and example of ...
0
votes
0answers
23 views

Shortcodes Display in Meta Description [closed]

I use a shortcodes plugin tailored for my theme, ZillaShortcodes. It does the job, but one thing that gets on my nerves is that when I insert any kind of shortcode, it comes up in the meta description ...
0
votes
1answer
64 views

OpenGraph descriptions not showing when using Wordpress SEO (Yoast)

I installed WordPress SEO a couple of days ago and have the Open Graph tags ticked, and they are all displaying fine apart from the page description. Should this be appearing, and am I correct in ...
-3
votes
2answers
29 views

Datetime on time tag wordpress puts it outside the tag

I want to use a time tag with the datetime attribute in it... I tried this in functions.php: <time class="time" datetime='. the_date('d-m-Y') . '>%3$s '.get_the_time( $d, $post ...
0
votes
0answers
13 views

How to get a sitemap for self hosted wordpress blog? [migrated]

My website is javatechig.com is around 6 months old. I have used All-in-One SEO word press plugin for SEO tricks. Definitely after using SEO plugin, my website page view is increased, but still it is ...
0
votes
0answers
3 views

SEO questions: what is duplicate content and what does it affect negatively? [migrated]

I am fascinated by SEO and it's merits, so that's why I am going to optimalize my website. There are still a couple of questions that do pop up... Well, I am aware that duplicate content is not done, ...
-3
votes
1answer
38 views

Post title not output correctly

I am trying to set up titles of posts with WordPress SEO, however my title gets output like this: My post name There is no separator and site name. Here's the code in the theme: ...
0
votes
0answers
29 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
50 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
28 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) ...
1
vote
2answers
64 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
vote
1answer
32 views

Wordpress plugin for nicer looking slugs? Have multiple pages named the same but they get different slugs

This wordpress site I'm touching up has a page hierarchy which is responsible for the urls. Basically the urls look like page1/subpage/subsubpage etc. The problem is, this site is for a recurring ...
2
votes
1answer
37 views

How to let crawlers search paginated comments?

With comment pagination, Google doesn't index the older pages and comments become essentially lost to searches. Is there a way to let search engines crawl paginated comments, perhaps by generating a ...
0
votes
1answer
42 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
0answers
40 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
9 views

Wordpress duplicate content with wp_link_pages [duplicate]

Currently I am using wp_link_pages in my single.php post template using <!--nextpage--> to split a post into multiple pages, but i have a serious problem with google webmaster and duplicate ...
0
votes
0answers
87 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
46 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 ...
0
votes
0answers
21 views

How to enable SEO-Internal-Links after activation? [duplicate]

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
0answers
67 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
0answers
7 views

Duplicate description issue with WordPress Seo Plugin by Yoast [duplicate]

my all posts have duplicate meta description. how can I fix it? video capture for example. http://www.youtube.com/watch?v=2LPzG9Smd3E
0
votes
1answer
56 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 ...
-1
votes
1answer
64 views

Display posts in page url structure [closed]

I wonder if it is possible to "move" all posts into the page structure. Reason is that it would be great SEO but not sure what problems it would cause with Wordpress it self. Currently I have a ...
0
votes
1answer
76 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. ...
-1
votes
1answer
137 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 ...
0
votes
1answer
57 views

how to connect the author profile with google webmaster tools in multiuser blog?

in this page google help us to enable our profile image on google search list when some one search get results from our blog post. my question not about how to do that ... like this link that closed ...
0
votes
1answer
48 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
62 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 ...
2
votes
2answers
37 views

A Specific Blog post to be assigned as the landing page of my wordpress blog

Is it possible for a specific blog post (in wordpress) to be the landing page? For example my domain name is www.overflowingstupidity.com and I have this blog entitled post "How to burn your house ...
0
votes
1answer
51 views

The inner mechanism of WP SEO plugins

This is more of a conceptual question, but it has actual ramifications. Going through the various SEO plugins I found nowhere a PHP tag that should be embedded in the actual HTML page and echo the ...
-1
votes
1answer
149 views

Allow spiders to crawl my site (selectable option in wp)

I was creating a site for testing and i selected an option when setting up wp that essentially disallows my site from being indexed/crawled. I would now like it to be crawled like normal, but i cant ...
0
votes
1answer
89 views

How to make certain content of the post noindex and no follow. not entire post?

in my woocomemrce website i am trying to embade faqs which are generated using a short cut code . these faqs are common for all products which may lead to serious duplicate content issue . how to ...
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 ...
1
vote
1answer
184 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
0answers
100 views

Will changing category names on my site affect SEO? [closed]

I am looking to change the name of my categories on my site. For example, I have the following three categories in which I file posts under: What's Hot, Featured, and Trending. I would like to change ...
0
votes
1answer
307 views

Why does WordPress allow inserting <h1> tags into posts?

It is my understanding that there should not be more than one <h1> tag on a page, and that the <h1> tag should be the site title, for SEO reasons. If that is correct, why does WordPress ...
0
votes
0answers
57 views

Is there an SEO plugin that allows 'quick edit' of the title and meta description? [closed]

I'm a huge fan of the Quick Edit view of posts and pages within Wordpress. Functionality that I've sought often has been the ability to click Quick Edit to change the titles and metas of pages all ...
-2
votes
1answer
74 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
36 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.
4
votes
1answer
209 views

Custom Post Types, slug, archive and SEO plugins

I made a custom post type called "friends". I am able to correctly list my friends using this urls: http://mysite/friends/friend1/ http://mysite/friends/friend2/ http://mysite/friends/friend3/ ...
0
votes
1answer
602 views

SEO meta description and title tag Yoast SEO

I am using Yoast SEO and a custom header. this obv means that any code that yoast uses to input all the seo stuff such as title tag and meta description wont be there. I solved the title tag by ...
0
votes
2answers
44 views

SEO module to change tag title for different listing page

I need to have different tag titles for each category of my website. I've tried all in one SEO but it looks like i cannot change it individually. Thanks in advance
-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 ...
0
votes
0answers
48 views

seo Plugin help [closed]

I am using the yoast plugin and in the google results is see for most of the pages the tagline as a description. I filled in unique meta description for each page.The text for these pages has been put ...
0
votes
1answer
29 views

Autolinking keywords in text with tags

Sometimes in my posts I use the keywords that exists in my tags and categories list. Is it possible to automatically link the keywords in texts with the tags and categories? Or should do it manually ? ...
0
votes
1answer
687 views

Yoast SEO: title tags are repeating my website name and slogan

I am using the Yoast SEO plugin and I am finding that on my site it is repeating the website title and blog tagline twice. For example, it looks something like this in my browser tab: Example.com | ...
4
votes
1answer
182 views

How to remove dates from existing permalinks?

After doing some research about dates on blogs, it seems like it is a good idea to remove them from the existing posts. Consider: Self-hosted (on Bluehost) Over 1,000 existing posts All posts are ...

1 2 3