SEO FAQs

Where do snippets come from?

September 26th, 2006

by Stephan Spencer

Q: Can you explain again where the snippet of information listed below a link in a Google search result page comes from? I believe you said some search engines use the meta description, but where else in the code should this information be placed?

A: Google pulls content for the snippet mainly from the body copy, but also from the image alt tags, the meta description, and even select lists in fill-in forms. Google assembles the snippet dynamically, based on the search query that the user searched for. Text in close proximity to the user’s search terms are much more likely to get incorporated into the snippet, particularly if that text is higher up in the page. Typically the company logo is the first image on a web page. Given that fact, consider having a keyword-rich alt tag for that image, complete with a compelling call-to-action. You may very well find that bit of text appearing in your snippet

Spread the word: delicious this:Where do snippets come from? digg this:Where do snippets come from? spurl this:Where do snippets come from? furl this:Where do snippets come from? reddit this:Where do snippets come from? Add to Y!:Where do snippets come from?

SEO reading

September 26th, 2006

by Stephan Spencer

Q: What books would you suggest I begin reading to get a better idea of optimizing a site?

A: I wouldn’t pick up a book for SEO. At least I haven’t yet found an SEO book that stands the test of time. Print is too remote a medium from the Internet - ideas expressed in the book could be outdated before the book is published. Plus, it’s a single view, isolated from the rest of the community of experts.

Instead, I’d suggest getting up to speed by immersing yourself in a few online communities, such as: Webmasterworld.com, Searchengineforums.com, and HighRankings.com/forum. But be careful, because there’s a lot of wrong advice as well as good advice.

I can also suggest some a few articles on SEO by Brian and myself:
The Ruby Slippers of Search
(http://catalogagemag.com/ar/marketing_ruby_slippers_search/)
The Invisible Edge
(http://searchenginesinfo.com/ar/marketing_invisible_edge/)
The Search Is On…
(http://catalogagemag.com/ar/marketing_search/)
There actually is one e-book I would recommend: Search Engine Marketing: The Essential Best Practice Guide by Mike Grehan, available online at http://www.search-engine-book.co.uk.

Spread the word: delicious this:SEO reading digg this:SEO reading spurl this:SEO reading furl this:SEO reading reddit this:SEO reading Add to Y!:SEO reading

How to set up custom error pages

September 26th, 2006

by Stephan Spencer

Q: How do you set up custom error pages?

A: It depends on the web server software. On Apache, you add a line to your configuration file like so:
ErrorDocument 404 /error.html
On Microsoft IIS, first you’d go to “Properties” under your website, then select “Custom Errors”, then error code 404, and then “Properties” and finally you’d specify which file is your custom error page.

Spread the word: delicious this:How to set up custom error pages digg this:How to set up custom error pages spurl this:How to set up custom error pages furl this:How to set up custom error pages reddit this:How to set up custom error pages Add to Y!:How to set up custom error pages

Where to locate JavaScript code

September 26th, 2006

by Stephan Spencer

Q: Does it matter whether the JavaScript code is in the section or the , as far as affecting Google spiders?

A: Either place will work, but JavaScript code that’s high up in the page pushes your keyword-rich body copy lower down the page, which in turns lowers the keyword prominence of the keywords in that copy. So ideally, don’t include the JavaScript functions “inline” but instead place them in a separate .js file and simply reference that .js file in the of your page. Or, placing JavaScript code low in the towards the end of the page can work as well.

Spread the word: delicious this:Where to locate JavaScript code digg this:Where to locate JavaScript code spurl this:Where to locate JavaScript code furl this:Where to locate JavaScript code reddit this:Where to locate JavaScript code Add to Y!:Where to locate JavaScript code

How to find your PageRank score

September 26th, 2006

by Stephan Spencer

Q. : If you want to use the Google Directory to find out your PageRank score, how do you know what category Google has put you in to start this process?

A: Simply start at the Google Directory home page at http://directory.google.com and conduct a search for your company name or brand name. If you are listed in the Directory, you’ll see the Category you’re listed in as part of your search listing. Click on that category name to go directly to that category page of the Directory.

Spread the word: delicious this:How to find your PageRank score digg this:How to find your PageRank score spurl this:How to find your PageRank score furl this:How to find your PageRank score reddit this:How to find your PageRank score Add to Y!:How to find your PageRank score

How to measure your success

September 26th, 2006

by Stephan Spencer

——————————————————————————–
Q: Can we better understand the measurements of success (how to know # pages indexed, etc.)?

A: Have a read of my article titled “Casing the Competition,” published earlier this year in Catalog Age magazine, available online at http://catalogagemag.com/ar/marketing_casing_competition/. It describes various SEO success metrics and how to measure them, including number of pages indexed (http://www.netconcepts.com/urlcheck), number of links (http://www.netconcepts.com/linkcheck), and number of product pages indexed (http://www.netconcepts.com/productcheck).

Spread the word: delicious this:How to measure your success digg this:How to measure your success spurl this:How to measure your success furl this:How to measure your success reddit this:How to measure your success Add to Y!:How to measure your success

Three versions of your homepage in Google?

September 26th, 2006

by Stephan Spencer

A: If I have 3 versions of the middle of the homepage that is set to come up randomly every time the page is refreshed. Is that hurting my Google rankings?

A: It depends on what that rotated text says. If it’s not reinforcing the keyword theme that you are going after and it’s a big percentage of the text of your home page, then yes, it is hurting your rankings. I say this because it would be moving your page’s keyword focus away from the keyword you are targeting to something not as desirable.

Spread the word: delicious this:Three versions of your homepage in Google? digg this:Three versions of your homepage in Google? spurl this:Three versions of your homepage in Google? furl this:Three versions of your homepage in Google? reddit this:Three versions of your homepage in Google? Add to Y!:Three versions of your homepage in Google?

Custom error pages

September 26th, 2006

by Stephan Spencer

Q: You mentioned that having multiple duplicate pages could be bad. How does that relate to custom error pages??

A: It doesn’t normally. However, on occasion a web server is misconfigured so that the custom error page is not served up as ‘file not found’ respnose code of 404, but instead as a normal web page with the ‘everything’s okay’ response code of 200. That will mean that these error pages will end up getting saved into the search engine’s index - multiple times with the same content. This of course is not desirable from the search engine’s point of view, from the user’s, or from yours. You can check to see if this is the case by using the Server Header Checker tool at http://www.searchengineworld.com/cgi-bin/servercheck.cgi and then specifying a URL with of your site followed by a nonsense filename (e.g. http://www.toyota.com/asdfasdf if your site is Toyota.com).

Spread the word: delicious this:Custom error pages digg this:Custom error pages spurl this:Custom error pages furl this:Custom error pages reddit this:Custom error pages Add to Y!:Custom error pages

JavaScript drop-down menus

September 26th, 2006

by Stephan Spencer

Q: What about JavaScript drop-down menus? Are they still not good to use for very deep sites?

A: No they are not good to use on any site as the only way to get to a page, because Googlebot doesn’t execute the Javascript/Java/etc. programming code in your page that is required to operate the drop down menus. If you must use JavaScript drop-downs, then also have straight text links elsewhere, like in the footer of the page, as an alternate means for search engines to find the page.

Spread the word: delicious this:JavaScript drop-down menus digg this:JavaScript drop-down menus spurl this:JavaScript drop-down menus furl this:JavaScript drop-down menus reddit this:JavaScript drop-down menus Add to Y!:JavaScript drop-down menus

URL encoding

September 26th, 2006

by Stephan Spencer

Q: Is URL encoding search engine unfriendly?

A: No. URL encoding - where a special character like a space character in a URL is converted to %20 and a colon to %3A - isn’t a signifier to the search engines that the page is dynamic and thus is a potential “spider trap.”

Spread the word: delicious this:URL encoding digg this:URL encoding spurl this:URL encoding furl this:URL encoding reddit this:URL encoding Add to Y!:URL encoding

Pages (8): « First ... « 4 5 6 [7] 8 »


Related tags

and/or

Newsletter

Web marketing virtuoso Stephan Spencer, shares a wealth of emarketing experience and hard-hitting, practical advice in our monthly newsletter. It's full of valuable insights...You should subscribe.








Latest posts
Latest comments


Contact Us

HEADQUARTERS
2820 Walton Commons West, Suite 123
Madison, WI 53718 USA
Phone: (608) 285-6600
Toll-free: 888 207-1109

REGIONAL OFFICE
36 Anzac Rd., Browns Bay
Auckland, New Zealand
Phone: (+64) 9 476-4601
infodesk@netconcepts.com