The pages in question don't have any Meta Robots Tags on them. So once the Disallow in Robots.txt is gone and you do a fetch request in Webmaster Tools, the page should get crawled and indexed fine. If you don't have a Meta Robots Tag, the spiders consider it Index,Follow. Personally I prefer to include the index, follow tag anyway even if it isn't 100% necessary.
Best posts made by MikeRoberts
-
RE: Page not being indexed or crawled and no idea why!
-
RE: Should I use www in my url when running On-Page Report Card?
Which is your preferred domain URL: with WWW or without? And do you have your site set up to redirect visitors to the correct one?
I'd suggest using whichever is your preferred URL.
-
RE: Blog Categories
I don't know Hubspot that well because all my blogging experience is with Wordpress... I'd assume Hubspot may have a way in the backend similar to Wordpress to change the page layout to snippets instead of the full article (which should cut down on the long scroll, lessen dupe content issues & excessive links) and a way to change the amount of articles to show on one page. Hopefully someone with more Hubspot experience chimes in but while you're waiting I'd double check any layout options you have the ability to tweak to see if those could help you.
-
RE: SEO as part of University Curricula - real examples
As a sort of "continuing education" grant for the New York State Board of Education, my mom (who has a PhD in Educational Technology) was tasked with teaching teachers in New York City high schools how to teach using current technology through a variety of web based courses. One of the courses she would take them through was a basic understanding of how the search engines work, why (to an extent) some pages rank for the terms they show up for, and how that can be leveraged in a modern teaching environment. She even used a number of articles from Moz, SEJ, SE Round Table, etc. It was mainly to make teachers better searchers though so they could more quickly find and access relevant and up-to-date information. So it was almost an Intro to SEO class.
Don't know of any universities that do true SEO course or degrees... or even how they would considering how quickly the landscape changes in this industry.
-
RE: Should I use canonical?
The music item pages that are creating the mostly empty pages with sidebars are the ones that sound like they should be NoIndexed. Since they're essentially empty pages they would be duplicates of each other, thin content, and a canonical would be ignored because they aren't technically a duplicate of the homepage or a subset of the homepage's superset.
-
RE: Cutting off the bad link juice
Personally I would go with Oleg's original suggestion: "If your rankings are being hurt by these links, I would move them to a new URL and 404 the old page. I would then go through the link profile for the old URLs. Find all the high quality links and contact the webmasters asking to change it to the new URLs."
-
RE: Help: my WordPress Blog generates too many onpage links and duplicate content
Tag Clouds are bad. People need to stay away from them.
Make sure you don't have any useless one-off tags. Far too many people think that since Tags point to relevancy and could be useful for SEO that they should then add 15 "relevant" tags to a post. But then you've potentially created 16 duplicate pages. Tags help for relevancy by relating one post to other posts. If there's only one post in that tag page then its not helping you (UNLESS you plan on eventually adding more posts to that tag in the future).
Author page can get annoying in Wordpress but its the least of all worries concerning duplicate content. You can always lessen the problem by getting more authors. Otherwise, don't get too worried about that page.
All in One SEO Pack shouldn't be integrating poorly with wordpress and causing title issues. What it may be doing that is causing the overly long titles is that it adds on " | [insert Long Blog Name]" after the title of the article. So if you put in a long title, it then also adds in your case " | INLINEAR Digital Marketing & Brasilien Blog" which gives you about 20 characters to work with for your "optimized" title. Anything more than that will trigger the Title Too Long warning.
-
RE: Duplicate Content
For the most part, tags in blog only have value in that they group together posts on similar topics. You should try to stay away from giving any post a one-off tag where they wind up being the only post ever to sit on that tag archive page. Because your site shows full articles instead of snippets, a blog post and any one-off tag archive page it appears on would be duplicates of each other. Other tag archives with varied posts would not be straight duplicates of any specific post. Normally people NoIndex their tag archives to avoid duplicate content issues.
-
RE: Canonicalization on more than one page?
You can canonicalize pretty much any page to any other page that you would like. If the page is a duplicate of the canon page or a subset of data/copy/info taken from the canon page's superset then Google will use the canonical as a signal to push link equity to the canon page like a 301 without the redirect part.
-
RE: Mobile Wordpress Plugins - keep look the same
Have you looked into Mobile Responsive Themes for the WordPress site? That may be a better fit than a plugin.
-
RE: Using competitor brand names. How far is too far?
A similar question was asked last month that might give you some insight as well. http://moz.com/community/q/should-i-use-my-competitor-s-name-in-my-content-to-help-my-rankings
-
RE: Do pages with fewer headings rank higher?
I don't think that its fewer heading tags making the page rank better, I think that the pages are probably good enough that it doesn't matter there are no subheadings. From my understanding, breaking an article or blog post or page into subheadings and sub-categories by using the various header tags will help with ease of readability. Sometimes people scan the whole page prior to reading (or leaving) and want to see if there's anything to catch their interest. Having a pertinent h2, h3 or h4 could possibly get those people to stop and read a bit when they may otherwise have just left from impatience. I think too many header tags can be a bad thing though. If your page has gotten to the point where you have one h1, four h2s, 10 h3s, 27 h4s, 17 h5s.... then you may be doing it wrong.
-
RE: Temporary Redirect Notice regarding Wordpress
Using the SeoBook server header tool (link), timelinkblogs.wordpress.org is showing that it 302 redirects to Wordpress.org instead of your new site. Do you have any other URLs we can check to see if they're redirecting properly?
As for Trackbacks showing as 302s, that often arises from using the Disqus commenting system. Take a look in your
wp-trackback.phpfile for the linewp_redirect(get_permalink(``$tb_id``));and change it towp_redirect(get_permalink(``$tb_id``),301);in order to make all those trackback 302s into 301s. -
RE: Content, for the sake of the search engines
Wwe should always be creating new, relevant content for our sites. Obviously don't over do it and don't write for the Search Engines alone... but if you have pages lacking much content that you feel could better serve your users with some copy added to it then by all means go ahead and write something up. Maybe look for underdeveloped pages that could be perfect for trying to attract a longtail term you haven't put much love into or expanding on a niche page with something insightful/interesting where you may have taken the page for granted before and/or assumed no one needed an explanation.
-
RE: Can view pages of site, but Google & SEOmoz return 404
Would you mind posting a URL so people could take a look at the pages in question?
-
RE: Will blank category pages automatically get updated
What HTTP status response codes are they returning? If they're a 200 but providing a poor user experience then eventually they'll be deindexed or at least ranking so poorly that no one will run across them, if they 404 or 410 then they'll be deindexed eventually, and if they 500 then you likely need to fix some other things on your site. Also, are you losing any link equity by not 301ing them?
-
RE: H1 tag in wordpress
That can depend on the theme of your Wordpress site. Can you post a link to your site so we can take a look?
-
RE: Temporary Redirect Notice regarding Wordpress
Not sure how I wound up slapping a .ORG onto your URL like that... could've sworn I was copy/pasting everything correctly. Either way, that tool will help you double-check you have the correct HTTP status codes showing for your URLs.
As for the not being able to change that trackback file, don't worry about them then. They won't hurt you by 302ing.
-
RE: Big rise in "Keyword not defined"
I hope Bing steps up their game and offers everyone a free analytics suite more on par with GA in response to the loss of keywords. I've never been enamored with Bing but they have been looking for a means to steal away people from Google. They can even market it as Microsoft saving the little guy/small business while Google hoards information.
-
RE: "INDEX,FOLLOW" then later in the code "NOINDEX,NOFOLLOW" which does google follow?
If you copy a string of text on the page and paste it into google search, does your page show up in the results? If so, then its being indexed despite the second robots tag. If it doesn't show up, then its not being indexed. So importance would rely on whether you want that page to be indexed and whether or not it is being indexed. Either way, you should look into cleaning that up at some point.