.htaccess files can be placed at any directory level of a site so you can do it for just the subdomain or even just a directory of a domain.
- Home
- bloggidy
bloggidy
@bloggidy
Job Title: Owner
Company: GEARCODES.com
Website Description
Finding deals on outdoor gear including sleeping bags and tents.
Favorite Thing about SEO
challenging but rewarding
Latest posts made by bloggidy
-
RE: What is the best method to block a sub-domain, e.g. staging.domain.com/ from getting indexed?
-
RE: What is the best method to block a sub-domain, e.g. staging.domain.com/ from getting indexed?
Staging URL's are typically only used for testing so rather than do a deny I would recommend using a specific ALLOW for only the IP addresses that should be allowed access.
I would imagine you don't want it indexed because you don't want the rest of the world knowing about it.
You can also use HTACCESS to use username/passwords. It is simple but you can give that to clients if that is a concern/need.
-
RE: What is the best method to block a sub-domain, e.g. staging.domain.com/ from getting indexed?
Use an .htaccess file to only allow from certain ip addresses or ranges.
Here is an article describing how: http://www.kirupa.com/html5/htaccess_tricks.htm
-
RE: How to handle conflicting anchor text in left nav?
You could also look into using the new HTML5
<nav>tag. This tells the crawlers that it is specifically a navigation block so it can distinguish the more valuable content from an SEO perspective from the crawler important nav sections. Basically it seems like then the order wouldn't matter as much because you are telling the SEO side of the search engine that it is just navigation.</nav>
-
RE: Is Unique Content in the First Fold Better than Below the Fold?
I would focus more on the structure/hierarchy of your pages. Your H1 tags (one and only one per page) should logically be placed above the fold to a user.This is just good page design. The H1 is an important tag to any search engine. Ironically, well designed web pages seem to have many correlating benefits to SEO.
But as Himanshu indicates I don't know that Google actually calculates where the fold is. The first challenge is that they would have to parse the CSS stylesheets and actually calculate approximate position of the page elements relative to an assumed page fold. Another challenge is that for each site the demographics vary as to the fold of its typical users. For example when I look at pages on my iPhone or iPad it is drastically different than when I view them on my 30" screen attach to my laptop. I view certain web sites when I am mobile for entertainment and others at my desk as they are work related.
-
RE: Putting nav code at the bottom of a page?
I have placed the nav code at the bottom of the HTML doc at times. I can't really say that it is a significant difference for SEO. It doesn't take a lot of work to do if you are skilled with HTML/CSS but I can't really say that this methodology will have a long term benefit for SEO.
HTML 5 has new tags that sites should adopt such as
<nav>and other tags to indicate what that chunk of content is. These tags are supported by all major browsers at this point. I don't know all the specific browser versions. I would recommend this moving forward where possible. By using this tags the crawlers likely will not factor in position in the document to understand the importance of chunks of content.</nav>
-
RE: Twitter campaign - need some feedback
I had not heard of the competwition site to spread the word. Thank you for the tip and on the the 30 day length.
-
RE: Page titles and descriptions
There is probably an "it depends" here. For example clothes and many other items come in different sizes and usually they are all listed on one page without any detriment to SEO. My opinion is the single page would allow that single page to rank higher than many different pages. I can only imagine the confusion that would occur in search engine result lists if you had a page for each size of a particular shoe model being sold.
I think the rule would be is the size more important than what the item is. For example with shoes it is usually the shoe model that is most important (not the size) so one page with the size as key content on that page. But there are times where users are more likely to search for the size. Maybe it is wall mount ovens where the attributes of width and single and double are more important than the actual model then you might want to have separate pages for each size of the model.
You might also consider having a single page for a widget with the different options and then landing pages that would aggregate all the different widgets of a particular size and then link to the corresponding product detail page.
-
RE: Block a sub-domain from being indexed
The robots.txt file just tells the bots you would "prefer" they don't index but there is nothing to prevent them from indexing.The only sure way to do this is to restrict access to the sub-domain for everyone and require some sort of authentication. If they don't have access they can't index.
-
RE: SSL Necessary on Every Page?
If your question is around the SSL part it really only adds value in places where you don't want the communication between the end user and yours servers to be sent in clear text (easily readable). The clear choices for this are where a username / password combination is passed, or credit card information such as the checkout pages.
Personally I would not set up all pages of an ecommerce store to use SSL. I would leave all catalog pages as non-SSL.
Best posts made by bloggidy
-
RE: How to handle conflicting anchor text in left nav?
You could also look into using the new HTML5
<nav>tag. This tells the crawlers that it is specifically a navigation block so it can distinguish the more valuable content from an SEO perspective from the crawler important nav sections. Basically it seems like then the order wouldn't matter as much because you are telling the SEO side of the search engine that it is just navigation.</nav>
-
RE: Company name in TITLE tag first have an impact on user behavior?
I have implemented sites with the brand name first, the brand name at the end of the page title and without the page title. I don't have any study results but my impressions are the following:
- When multiple tabs are open having the brand name first is a nuisance because you can't see the page title you just see the repeating brand name.
- If it is the home page the brand name should probably be first but there are some exceptions.
- Having the brand name at the end in the title might have some SEO benefit but can also make for very looooong page titles.
My general pattern today would be to use the brand name on the home page and all subsequent pages just use the characters for good page titles.
-
RE: Block a sub-domain from being indexed
The robots.txt file just tells the bots you would "prefer" they don't index but there is nothing to prevent them from indexing.The only sure way to do this is to restrict access to the sub-domain for everyone and require some sort of authentication. If they don't have access they can't index.
-
RE: SEO from Godaddy How Good is it?
I personally use GoDaddy for purchasing domains but I do not use any of their add-ons. I would not recommend paying for their SEO tools. Submitting to any search engine is a free process and one that is easy to do.
For Bing go to: http://www.bing.com/toolbox/webmaster/
For Google go to: http://www.google.com/webmasters/
Setting up an account and doing so will also allow you to become familiar with their tools and reports that they provide. It is a great way to learn how and when they are indexing your site.
One additional thing to consider is to create a sitemap that dynamically gets updated as your site does. Submit this sitemap to the search engines and then it will improve the crawling efficiency and accuracy of the search engines. The individual responsible for your web development should be able to set this up for you.
-
RE: SSL Necessary on Every Page?
If your question is around the SSL part it really only adds value in places where you don't want the communication between the end user and yours servers to be sent in clear text (easily readable). The clear choices for this are where a username / password combination is passed, or credit card information such as the checkout pages.
Personally I would not set up all pages of an ecommerce store to use SSL. I would leave all catalog pages as non-SSL.
-
RE: What is the best method to block a sub-domain, e.g. staging.domain.com/ from getting indexed?
Use an .htaccess file to only allow from certain ip addresses or ranges.
Here is an article describing how: http://www.kirupa.com/html5/htaccess_tricks.htm
-
RE: Page titles and descriptions
There is probably an "it depends" here. For example clothes and many other items come in different sizes and usually they are all listed on one page without any detriment to SEO. My opinion is the single page would allow that single page to rank higher than many different pages. I can only imagine the confusion that would occur in search engine result lists if you had a page for each size of a particular shoe model being sold.
I think the rule would be is the size more important than what the item is. For example with shoes it is usually the shoe model that is most important (not the size) so one page with the size as key content on that page. But there are times where users are more likely to search for the size. Maybe it is wall mount ovens where the attributes of width and single and double are more important than the actual model then you might want to have separate pages for each size of the model.
You might also consider having a single page for a widget with the different options and then landing pages that would aggregate all the different widgets of a particular size and then link to the corresponding product detail page.
-
RE: What is the best method to block a sub-domain, e.g. staging.domain.com/ from getting indexed?
.htaccess files can be placed at any directory level of a site so you can do it for just the subdomain or even just a directory of a domain.
By day I am an interaction designer that also specializes in web site analytics and by night I continue to try and improve my personal web site endeavors.
Looks like your connection to Moz was lost, please wait while we try to reconnect.