Recent Entries
- OT - Google Maps: In...
- Email Hijacked?
- CFUnited: Refactorin...
- CFUnited: Continuous...
- CFUnited: Prototypin...
- CFUnited: All about ...
- CFUnited: Event Driv...
- CFUnited: Integrated...
- CFUnited: ColdBox Fr...
- CFUnited: Design Pri...
Popular Entries
- CFUnited: All about ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- Import/Export in SQL...
- SAML and ColdFusion ...
- Improving Performanc...
- CFUnited: Google Web...
- Second Blog CFC Surv...
- SAML and ColdFusion ...
Top Commenters
- Nathan Mische (12)
- CFFusionDev (6)
- CFdevfusion (6)
- Peter Bell (4)
- Sean Corfield (3)
- Rey Bango (3)
- Terrence Ryan (3)
- ah7866 (3)
- Scott (2)
- Jim Priest (2)
Slideshows
Dresser/Changing Table...Images related to the lay...
Nursery renovations...
Pool Surprises...
Sponsored Links
Search
Subscribe
Enter your email address to subscribe to this blog.RSS
Tags
cfug cfunited coldfusion flex generalArchives
- Adobe (5) [RSS]
- AIR (6) [RSS]
- ASP.NET (2) [RSS]
- BlazeDS (1) [RSS]
- Books (1) [RSS]
- CFEclipse (5) [RSS]
- CFML (0) [RSS]
- CFUG (26) [RSS]
- CFUnited (23) [RSS]
- ColdFusion (53) [RSS]
- College Football (3) [RSS]
- Conferences (1) [RSS]
- Development Tools (3) [RSS]
- DIY (1) [RSS]
- Eagles (3) [RSS]
- Fireworks (1) [RSS]
- Flash (3) [RSS]
- Flex (10) [RSS]
- Flyers (2) [RSS]
- Frameworks (5) [RSS]
- General (28) [RSS]
- Hockey (2) [RSS]
- Hosting (1) [RSS]
- House (2) [RSS]
- HTML (2) [RSS]
- JavaScript (1) [RSS]
- Jobs (1) [RSS]
- Macromedia (0) [RSS]
- Misc. (5) [RSS]
- Model-Glue (4) [RSS]
- Navy Football (5) [RSS]
- onair2007Philadelphia (3) [RSS]
- onairbustour (3) [RSS]
- Open Source (0) [RSS]
- Other (2) [RSS]
- Other Sports (4) [RSS]
- Performance (3) [RSS]
- Personal (2) [RSS]
- Phillies (2) [RSS]
- Projects, User Group Manager (1) [RSS]
- Rant (1) [RSS]
- Rants (1) [RSS]
- SAML (6) [RSS]
- Site (1) [RSS]
- Soccer (4) [RSS]
- SQL Server (2) [RSS]
- Transportation (1) [RSS]
- Wedding (2) [RSS]
AGGREGATORS
CFUnited: Google Webmaster Tools
Posted On June 19, 2008 2:34 PM By Phil in CFUnited
The first session of the afternoon I attended was Michael Dinowitz's Google Web Master Tools Step by Step. Michael went through each of the links on the left side of the Tools and provided some things to look at. He at least brought up things that people may not know when trying to figure out why a site isn't being shown and/or certain pages aren't being indexed. Below are my notes on the presentation.
Web Tools in General
- www.yourdomain.com and domain.com are seen as two different sites
- Allow for seeing what Google sees while it tries to index your site
- Overview screen shows the errors of the web crawl, first step in getting indexed is to fix errors
- Sitemap file goes in the root of site, robots.txt defines the sitemap
Web Crawl screen
- details on each of the web crawler errors
- should go through each and try to fix where applicable
- having analytics and/or adSense helps in fixing some errors
- Google wants meta data that is unique per page
- want meta descriptions
- Looks for Title tags, doesn't like duplicates, the more standardization between title tags and say the page title in a heading, the more Google likey. Also, too short or two long is bad as well as non-informative title tags. Google loves questions as titles. Most indexed page on FA is "What is ColdFusion?"
Statistics
- Spend most of the time here
- Going to download, store, write code to analyze, etc.
- Shows what is searched and top clicked searches. Nice to compare each
- No webmaster API so must go to site to get the information (Pavlov's dog as Michael likes to say)
- A correlation between buying AdWords and AdSense income, suggest to actually to do this
- Standardize content on case sensitivity as it is different
- keywords - spaces get thrown out. Use keywords to see what Google considers your site
- Google determines what is "News" and tries to label and provide statistics as much
Links
- Can see how users link to the site and the popularity of a particular page
- Good to look at the internal links when changing page URLs
- sitelinks - what is shown if show up as first link in Google, happen to see what Google thinks is appointment and can change
Sitemaps
- Can create sitemaps for various areas of the site (news, articles, etc.)
- If going to group and make sitemaps smaller, make related content grouped
- generice sitemap.xml the standard pages (index.cfm, about.cfm, etc.)
- Make sure that it is announced using CFHTTP request to a URL or resubmitting using the tools (particularly good for blogs as Google may index only once a week)
- Total URLs vs. Indexed URLs - try to get as close as possible
Other Hints
- Whatever dynamic content is to be displayed should have a corresponding static content (AJAX/Flash based) like a map of the U.S. using drill down. Loses context as a result. Double work but sometimes it is needed to maintain context and indexing.


philduba.com




Comments
Brown