Skip to content

Welcome to the Q&A Forum

Browse the forum for helpful insights and fresh discussions about all things SEO.

Latest Questions

Have an SEO question? Search our Q&A forum for an answer; if not found, use your Moz Pro subscription to ask our incredible community of SEOs for help!


  • One of the guidelines you provide stipulates: "You should avoid having too many (roughly defined as more than 100) hyperlinks on any given page. When search engine spiders crawl the Internet they are limited by technology resources and are only able to crawl a certain number of links per webpage. In addition, search engine algorithms divide the value of some popularity metrics by the amount of links on a given page. This means that each of the pages being linked to from a given page are also affected by the number of links on the linking page. For these reasons, we recommend you include less than 100 links per page to ensure that they are all crawled, though if your pages have a high page authority, search engines will usually follow more links." As far as these 100 links are concerned, is this in reference to ALL links including outbound, internal, etc? Or is this referring to only outbound links to other sites?

    Technical SEO | | johncmmc
    0

  • We have a product that we currently rank number one for, but would like to capture the date modified variations of the term (such as event 2011 or product 2012). My question is - what would be the best way to optimize for a date senstive product/service? Would it be better to include the date variation of the term on the main page for the product? Or should we create a new page entirely to capture this variation? I lean towards optimizing the existing page because the intent is the same whether a user is searching for product or product 2012. I should mention that the previous year versions of the product are not available. Merci. Chris Thompson

    On-Page Optimization | | GroupPublishing
    0

  • It's best practice to choose a domain that has keyword in it. But if someone has just launched a website and the domain name does not have keyword, is it better to purchase a new domain name that has a keyword in the name and redirect existing domain to the new domain? Will that help SEO? (This just launched website does not have any traffic or links yet.)

    On-Page Optimization | | Amjath
    0

  • I work with a site that saw their super competitive top terms drop off page one with the Farmer update. So, #4 to #12.... that kinda thing. In the last year they've added a huge catalog of 500,000 item pages. The catalog has climbed to a 76% bounce rate, where as the handful of top pages is in the 20s +/-. To date, I haven't had much of anything to do with the catalog. That makes for a sitewide average bounce rate of almost 70% which has almost doubled in the past year as the catalog has ramped up. The catalog gets a ton of search traffic and sells a lot of items via that organic traffic. I'm advocating for a variety of measures, including cleaning up the catalog: 301ing out of stock pages to the homepage 301ing 100% bounce rate pages who've had hundreds/thousands of visits over time.. Improving the user experience. Offering rainchecks for out of stock items. They generally don't believe that the huge bounce rate (bad user experience stats) is hurting their top terms on their top pages. They see it as two different issues. Any thoughts on how to present evidence that the catalog is the culprit? In researching it, I found these two quotes: "In particular, it's important to note that low quality pages on one part of a site can impact the overall ranking of that site," the Google spokesman said. and... "Google spokesman told PCMag that sites that believe they have been adversely impacted should "extensively evaluate their site quality." Not only that, but the item descriptions are straight from the manufacturer, so the pages aren't that unique text-wise. Any industry standard on catalog page bounce rates? Not that it's the only possible area of SEO improvement, because it's not. I thought those quotes were pretty conclusive, but I guess not. Is there some straight-from-Google additional info to suport this? Or, am I just wrong to focus on user experience... bounce rate, pages, time on site, etc? Thanks! Mike

    Algorithm Updates | | 94501
    0

  • Downloadable .vcf file is being shown as an error in seo errors.

    Moz Pro | | CosmikCarrot
    0

  • We have a .com website in English targeting global visitors. We have good rankings on Google USA for our targeted keywords But we do not rank well in APAC e.g. Sigapore and Australia. What could we do to get ranked in these countries? We received a recommendation to sign up for .sg and .au domains and replicate our Website for Singapore and Australia. But wouldn’t it contribute to duplicate content Issue? We are in software industry and do not have locale specific content. Please advise.

    International SEO | | Amjath
    0

  • If my site has just five content pages, instead of 25 or 50, then will it get penalized by Google for a given moderately competitive keyword?

    Intermediate & Advanced SEO | | RightDirection
    0

  • Using wordpress is a good CMS, yet there sre so many meta data errors occuring, is there a list of what to look out for and good practices when using wordpress?

    Moz Pro | | CosmikCarrot
    0

  • In the competitve domian analysis my domain root (gpscity.com) is showing up as a 404 not found.  My competition is showing up as 200.  My site is live, index and viewable, but I'm wondering if this has an effect on my rankings?  What can I do to test that it's not returning a 404 when the crawlers view my site?

    On-Page Optimization | | tinyfactory
    0

  • Hiya, I saw that someone asked something similar to this here but I'm wondering if anything has changed. I've found some stuff exclaiming that siloing is a must, and should always be done. But then I've seen that you guys don't really endorse it, or at least in that Q&A you didn't and I can't find anywhere that you give instruction on the best way to do it, except a tiny bit by Richard Baxter here... and usually you do a lot more with everything that is worthwhile. So I guess my question is, where do you stand on it? and if you are for it, will Rand do a tutorial on the best way to go about it, with lots of diagrams and stuff at some point? 😄 Thanks, Steve.

    SEO Learn Center | | SteveOllington
    0

  • I need to expand our service offering to another city and focus our SEO efforts to that new location. Would it be best to purchase a new domain name and make a new website very similar to the existing website so we can better target the search engines?  Same look and feel as the existing website. Or would it be better to create a landing page for the new location on the existing website to help stengthen the current domain name?  If so, how do i focus the SERPs to the new location when the existing website is so focused around my current location?

    Branding | | clearmotive
    0

  • Suppose I got a blog about cooking and another about computers. What's the best architecture for SEO ? mysite.com/cooking-blog mysite.com/computers-blog OR cooking-blog.mysite.com computers-blog.mysite.com ?

    Intermediate & Advanced SEO | | marcelocustodio
    0

  • Hi people! When you try to access http://www.ufam.edu.br you are redirected to http://portal.ufam.edu.br. Here's the code: <title>UFAM - Universidade Federal do Amazonas</title> What are the implications for SEO of this ? Won't the juice be passed? Isn't it better for passing juice using redirect 301?

    Intermediate & Advanced SEO | | marcelocustodio
    0

  • Below is my setup for redirects in .htaccess file in my root word press installation. The www to non-www works well, so no problems there Other page redirects work well, too (example: redirect 301 /some-page/ http://mysite.com/another-page/ (I didn't post those because I have a few too many : ) So here it goes... RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.mysite.com$ [NC]
    RewriteRule ^(.*)$ http://mysite.com/$1 [R=301,L] BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]</ifmodule> END WordPress redirect 301 /archives/10-college- majors/ http://mysite.com/archives/10-college-majors/ redirect 301 /archives/10-college-%20majors/ http://mysite.com/archives/10-college-majors/ redirect 301 /archives/10-college-%C2%A0majors/ http://mysite.com/archives/10-college-majors/ I'm having a problem with the last 301 redirect: redirect 301 /archives/10-college-%C2%A0majors/ http://mysite.com/archives/10-college-majors/ not working... As you can see I've tried using other varations of the "space" but no go. I also used a redirect in cPanel's Redirect screen; testing all the possible options + wildcard I've also tried this: http://serverfault.com/questions/201829/using-special-characters-in-apache-mod-rewrite-rule (perhaps unsuccessfully, because it caused a 500 server error and it's a different situation in my case) I also saw something here: http://www.webmasterworld.com/apache/3908682.htm but I don't know if it works and how I would implement that + do so without compromising ALL other redirects. Note: the URL displays with a space in the address bar of all major web browsers: http://mysite.com/10-college- majors/  and goes to a 404 page I have a goregous page / PR6 / high authority site linking to the URL on my site, but they copied the URL with a space somehow. I contacted the person responsible for the website and he claims it works fine (aka he didn't check it). Is there a clean way to redirect ONLY this problematic URL without compromising other redirects, etc? Any ideas would be great. I'll respond with progress. Thanks in advance. UPDATE the   redirect works, and it did work. Even so, when looking at source of page linking to mine, the URL looks like this: ``` http://mysite.com/archives/10-college- majors/ Clicking the URL in Source View in FireFox takes me to ``` http://mysite.com/archives/10-college-%C2%A0majors/ none of my 301 redirects should direct there. I don't have any redirect plugins either.

    Intermediate & Advanced SEO | | pepsimoz
    0

  • My client wants a fancy jquery carousel  at the top of their home page, as is all the rage these days.  I would like to add some nice SEO friendly text to that carousel, but I'm not sure how best to do that..I assume that by keeping the text which will appear in the carousel in divs on the page, which will be swapped out as the images cycle, it should still be easily picked up by search engines?

    Web Design | | TroyCarlson
    1

  • I know that google does not want to index "search result" pages for a lot of reasons (dup content, dynamic urls, blah blah).  I recently optimized the entire IA of my sites to have search friendly urls, whcih includes search result pages.  So, my search result pages changed from: /search?12345&productblue=true&id789 to /product/search/blue_widgets/womens/large As a result, google started indexing these pages thinking they were static (no opposition from me :)), but i started getting WMT messages saying they are finding a "high number of urls being indexed" on these sites.  Should I just block them altogether, or let it work itself out?

    Intermediate & Advanced SEO | | rhutchings
    0

  • This is what you say on your website: Please note: depending on the size and speed of your site, it may take between 3 and 7 days to complete your crawl. Are you guys kidding?  This is unacceptable for almost all of my deadlines, and I suspect 99% of the SEO world...  you can fly to the moon faster.

    Moz Pro | | rldonnell
    0

  • We are looking for a keyword research tool to help with our SEO efforts for our ecommerce site.  We sell food gifts and are looking for a tool to help us identify which keywords we should go after.  Beyond Google's free tool - what tools would you recommend?  We are willing to pay for a tool.

    Keyword Research | | agolomb
    1

  • Hi Basically my wordpress site exists of 4 Parent Categories, each of them having + 50 subpages (or child pages) in them. Some of these child pages have other child pages in them. This creates URL's (or slugs) looking like this: mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops I found a plugin that 301 redirects a page to any given url. This way i can make www.mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops redirect to mydomain.com/new-york-seed-shops, only with the purpose to have shorter links and the keyword appearing 'earlier' in the url. Another option to shorten the url's is to shorten the parent pages slugs, something like this: mydomain.com/seeds/exotic/new-york. Only downside is that the keyword for the parent pages themselves won't appear in the slug anymore. The keywords will still be there in the Title, Description and H1 tag, but not in the url. so if my keyword is stunflower seeds, instead of having www.mydomain.com/sunflower-seeds i'll have www.mydomain.com/seeds What would you do? 1: Leave urls like this - really long urls, keywords don't come 'early' in url
    mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops 2: Make child pages 301 redirect - short urls, but url structure is lost (parent pages don't show in the url)mydomain.com/new-york-seed-shop3: User shorter slugs for Parent Pages - to me looks like the best option, but then i'll loose my keywords in the slugs for parent pages.mydomain.com/seeds/exotic/new-york4: Yes there's even a 4th option, again the example of how my slugs look now: mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops I could use the plugin to redirect every child page (for example new-york-seed-shops) to this: mydomain.com/seeds/exotic/new-york-seed-shops. But i don't know if it's okay to redirect to different parent pages with wordpress...I'd also like to know if backlinks to 301 redirect pages count for the page they redirect to. And if they have the same impact/strength as links that link directly to the page.Thanks in advance

    Intermediate & Advanced SEO | | ZeroGrav
    1

  • Hi the best of the best on the seo world. I like to ask something, i like to know: So, from your strongest-bestest-proffessionallll experience, the web-scripts you use,must be the best of best scripts, i like to ask: for your newsletter, are you using external service? client managment,pro members,are you using any external service from another website or have you do the programming itself? and dont forget to say, your services without any comment are number one on the world,but your community now and your design,and your big heart to leave us talking together here and unlimited questiond to ask, you have attested that you are the best. But tell us more of your services what you use on your encyclopedy of seo, we like to know more from you. Thanks Meti.

    Technical SEO | | leadsprofi
    0

  • Hi, On Google Places we have clients that have bad data (incorrect name, address, #) on aggregated sites (citysearch, merchantcircle, yelp) which prevents those sites from pulling into the Google Places accounts. We've been manually correcting listings for a while and many times it still hasn't pulled into the Google Places listings for months on end despite the data matching. What are your experiences with correcting aggregated Google Places data, how long has it taken for this data to pull into your places accounts?

    Technical SEO | | qlkasdjfw
    0

  • Google Advises to use Rel Canonical URL's to advise them which page with similiar information is more relevant. You are supposed to put a rel canonical on the non-preferred pages to point back to the desired page. How do you handle this with a product catalog using ajax, where the additional pages do not exist?  An example would be: <colgroup><col width="470"></colgroup>
    | .com/productcategory.aspx?page=1 /productcategory.aspx?page=2 /productcategory.aspx?page=3 /productcategory.aspx?page=4 The page=1,2,3 and 4 do not physically exist, they are simply referencing additional products I have rel canonical urls' on the main page www.examplesite.com/productcategory.aspx, but I am not 100% sure this is correct or how else it could be handled. Any Ideas Pro mozzers? |

    Intermediate & Advanced SEO | | eric_since1910.com
    0

  • What changes have you made to see highest results? such us rank increase etc

    On-Page Optimization | | DiamondJewelryEmpire
    1

  • Google dosent care that much about links lately or crawl started beeing more intelegent about it? Do you feel any changes?

    Link Building | | DiamondJewelryEmpire
    0

  • I'm ranking in the top 3 for a keyword in Google but when I change my location to a state of city I'm at the bottom of the page. Can anyone help? I made sure that the state I want to rank for is both in my title and body. The page has been up for almost a year and is a PR3. It is not my home page but a sup page under "areas we serve." I'm looking for someone who can explain how I can optimize for a state or city. Thanks

    Algorithm Updates | | donnye
    0

  • Hi, in a few weeks we'll do a major change on our website. This involves over 1.5 million pages indexed in Google driving substantial amount of our traffic. Basically we have 2 types of changes: subdomain switches to domain:
    ex. product.company.com will become www.product.com
    for this we know how to manage DNS and Apache rules different url patterns, basically replacing ugly urls by pretty urls
    for this we have advanced 301-mapping rules set up Here is the question - what is best way to proceed with these 2 changes in order to preserve rankings and organic traffic: Do both changes simultaneously? First do url changes, than the domain switch Can you please share your thoughts?

    Technical SEO | | TruvoDirectories
    0

  • Hi, I have a client whose contact page is the second most visited after the home page. However, there is a 93.65% abandonment rate on the contact page. This could be for a number of reasons: There is a phone number on the page, so people may call the firm There is a Google Map on the page, so people may get directions The top next pages are: Exiting the site (about 50%) Returning to the home page Going to the About the Company page Going to the Distributors page (the company is a manufacturer) What is the best way to analyze the performance of this page? Thanks, Josh

    Conversion Rate Optimization | | joshfialkoff-77863
    0

  • Hi. I have outlined a solution for an AJAX-based site in order to rank preserve indexing and rank in Google using the hashbang. I'm curious if anyone has some insight for doing the same for Bing/Yahoo! (a development question)

    Intermediate & Advanced SEO | | OveritMedia
    0

  • My site is ranking #1 on Bing for the non-www version of my homepage, but this is not showing in my ranking stats, since the site is setup in SEOMOZ as www version. Do I have to create a whole new campaign for the non-www version or is there a way to pickup these rankings?

    Moz Pro | | pdlcom
    0

  • A client has a load of duplicate page titles on their site.  However, to cut a long story short, most of these pages are pointless and therefore we don't need ranking for them. As such, I'm not concerned whether any of the pages with duplicate content on them are ranked or not..... unless having duplicate page titles / content on these pages could mean that other pages on the site, like the homepage, don't rank as high because of this. Do I need to worry about duplicate titles on these pages, or can I ignore duplicate content on pages that I don't want to be ranked? Hope that makes sense!

    On-Page Optimization | | RiceMedia
    0

  • I'm relitavely new to SEO, and I just wondered how keyword dense the homepage to our businesses site should be? Is there any value in loading the frontpage at the potential expense of readibility, or should our content elsewhere be responsible for our yield in search engine results? Look forward to any responses. Thanks, Mark

    On-Page Optimization | | RobertHill
    0

  • I See lots of free word press themes with links in footer like  Kids Headphones | Colombia Classifieds | Broadway Tickets Is this a valid white hat link building method? What if the theme looked like a particular industry and the links related to the industry would that be better?

    White Hat / Black Hat SEO | | DavidKonigsberg
    0

  • The crawl of my website http://www.aboutaburningfire.com revealed an error showing a duplicate page title. Can someone please explain to me how to fix this? I'm not sure what it means or how to fix it. | House Church Chicago, Organic Church, Illinois http://www.aboutaburningfire.com/ 1 Pending Pending House Church Chicago, Organic Church, Illinois http://www.aboutaburningfire.com/index.html |

    Technical SEO | | severity
    0

  • I have a website that has a page for each town. rather than listing all the towns with a link to each, I want to show only the most popular towns and have a 'more' button that shows all of them when you click it. I know that the search engine can always see the full list of links and even though the visitor can't this doesn't go against Google guidelines because there is no deception involved, the more button is quite clear. However, my colleague is concerned that this is 'making life hard' for the search engines and so the pages are less likely to be indexed. I disagree. Is he right to worry about this??

    Technical SEO | | mascotmike
    0

  • I'm looking to create a website selling a specific niche range of products. For example 'hair extensions.' Using opensite explorer it's fairly easy to guage the competition for similar websites focused on this niche only e.g www.hairextensionsworld.com  - I just look at their authority, number of incoming links, anchortext links etc. However, I'm finding it more difficult to guage the competition if a large merchant, for example Amazon, has a page ranking for a specific keyphrase I'm after.  Often the large merchant doesn't have a lot of external links to the specific page, but nonetheless it has power from being on the domain of the large merchant. Are there any good tools / metrics for guaging the competition of such pages? Page authority I guess is one? Thanks

    Competitive Research | | Nicknak
    0

  • I am only just realising that the Google Keyword Tool I use is aimed at Adwords customers and where competition is stated as low, they mean competition for adverts. When I have a ridiculously low amount of links and  an equally low Domain Authority finding keywords is not easy.     I presume there is some correlation between the SEOMOZ Keyword Difficulty score and the amount of Adwords traffic,  but even very low Adwords Traffic Search Terms still seem to be moderately competitive. I guess its a case of plugging away with the Keyword Difficulty tool.

    Keyword Research | | jp_cp
    1

  • Hi, my first question and hopefully an easy enough one to answer. Currently in the head element of our pages we have canonical references such as: (Yes, untidy URL...we are working on it!) I am just trying to find out whether this snippet of the full URL is adequete for canonicalization or if the full domain is needed aswell. My reason for asking is that the SEOmoz On-Page Optimization grading tool is 'failing' all our pages on the "Appropriate Use of Rel Canonical" value. I have been unable to find a definitive answer on this, although admittedly most examples do use the full URL. (I am not the site developer so cannot simply change this myself, but rather have to advise him in a weekly meeting). So in short, presumably using the full URL is best practise, but is it essential to its effectiveness when being read by the search engines? Or could there be another reason why the "Appropriate Use of Rel Canonical" value is not being green ticked? Thank you very much, I appreciate any advice you can give.

    Technical SEO | | rmkjersey
    0

  • Hi, What is hte quickest way to get up the rankings for a particular not hugley competitive keyword ? Thanks,

    Intermediate & Advanced SEO | | Prongo
    0

  • Hi, I'm working on the SEO for a site and I'd love to get the additional page links under our main site link in google, any ideas as to how we can achieve this ? Thanks,

    Intermediate & Advanced SEO | | Prongo
    0

  • What is the systematic what of doing keyword research? I have been optimizing some sites, keeping in mind the completion and relevance. But still I am not happy with the keywords selected. Can you tell me the international Standard why of selecting keywords for any site? A systematic way, which will work for any kind of website. Please give me some list of free tools also which I can use for it. Thanks

    Intermediate & Advanced SEO | | ShashankGupta
    0

  • Why SEOmoz says to keep title tag not more than 65 characters? I have this question that what is the disadvantage if my meta title is 150 character? Why everyone focus in keeping it short ? If i put all my important keywords in starting of title tag say in first 65 characters and keep the title 100-150 character how can it hurt my website? Google will consider 65 character, right but it won’t penalize me for having 110 character then please explain Why we focus so much… 🙂 I know i used too many why 🙂 just to tell i am nt a lawyer 😉 just trying to act like one 🙂 , just kidding.

    Intermediate & Advanced SEO | | ShashankGupta
    0

  • Our site is recognised as a news source for our niche - was just wondering if anyone had any idea how long the news story stays on the front page of the SERP once Google picks it up?

    Algorithm Updates | | DanHill
    0

  • Hello, I have a question how about how google sees dashes, slashes, full stops etc. I am new to SEO so this might be dumb. I sell refurbished printer parts. The majority of people search for the part number in google. A typical part number might be "04.F5/S3A YA50" .  A customer might search for "04F5S3A YA50" or "04.F5/S3AYA50" or "04.F5/S3A YA50" or "04.F5/S3A-YA50". They aren't radically different but seem to effect the rankings. At the moment I use the following stucture for the meta tiles, descriptions etc 04.T5/S3A YA50 (04T5S3AYA50) by OEM | mysite Buy refurbished OEM 04.T5/S3A YA50 (04T5S3AYA50). Free next day delivery. 12 month warrnanty on all parts. www.mysite/4F5S3AYA50 Part number (Part number no spaces) by OEM | Mysite Generic text Part number (Part number no spaces) text www.mysite/(Part number no spaces My questions, should I try to include all the different ways a customer might search for a part number in my meta title, description, url etc.  Or should I try to include within the content of the page. Many thanks

    Content Development | | DavidLenehan
    0

  • I have the opportunity to display information about a business on a handfull of high PR web pages (with relevant content, not directory listings). I'd like to use these listings to build local search citations and homepage authority/rank for chosen anchortext. The format allows name, address, phone number, email & url plus a description of the business (short paragraph that can contain a link) - see below. Should I link from the homepage url and body anchor text?   Will search engines ignore the anchor text used in the 2nd link? Example Limited, 123 Example Road, London N12 3AA United Kingdom Tel: 020 712 3456   Email: ** [email protected]** **Web:  www.example.com  ** A unique service offering special widgets to customers in the London area

    Link Building | | Tman3
    0

  • I am curently managing a .com that targets Canada and we will soon be launching a .com/us/ that will target the US. Once we launch the /us/ folder, we want to display the /us/ content to any US IP. My concern is that Google will then only index the /us/ content, as their IP is in the US. So, if I set up .com and .com/us/ as two different sites in GWT, and geotarget each to the Country it is targeting, will this take care of the problem and ensure that Google indexes the .com for Canada, and the /us/ for the US? Is there any alternative method (that does not include using the .ca domain)? I am concerned that Google would not be able to see the .com content if we are redirecting all US traffic to .com/us/. Any examples of this online anywhere?

    Technical SEO | | bheard
    0

  • I am doing some competitor analysis and one thing that I want to know is how many links my competitors have and how many different domains link to their sites. I got some figures on this both from the SEO Moz toolbar and from Majestic SEO. My problem is that the figues are massively different. E.g. SEO Moz says 9657 links from 95 domains, Majestic says 4895 links from 1722 domains. Who do I believe? And where do each of these tools get their data from?

    Moz Pro | | mascotmike
    0

Got a burning SEO question?

Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.


Start my free trial


Looks like your connection to Moz was lost, please wait while we try to reconnect.