Dev & Tech Notes
San Diego | Los Angeles | Big Bear | USA
Terms & Conditions ©2005-2024 TJohns.co
Terms & Conditions ©2005-2024 TJohns.co
Articles in this Category
Top Left Text cha
Web & App Development
- Details
- Written by Timothy Johns
- Category: SEO
- Hits: 1601
Of course, there's also the 2nd Tier Social Networks... Snapchat, YouTube, LinkedIn (for specific types of bus), Google+, and a few others. Those would have to be handled individually. Unless there's an app for that! [haha] I'm sure there is honestly, but I don't care to look right now. If I get that much social media SEO motivation to look, I'll edit this entry. Back to the fun stuff! [coding]
Add new comment
Comment (0)
Hits: 1601
- Details
- Written by Timothy Johns
- Category: SEO
- Hits: 1453
Oh, and I think they're allowing app developers to steal their user's information.
#FACEBOOKSUCKS
Comment (0)
Hits: 1453
- Details
- Written by Timothy Johns
- Category: SEO
- Hits: 1829
Tim Johns Web Development is featured on WDD
sortfolio.com
designfirms.org
www.designerlistings.org
thebestdesigns.com
Comment (0)
Hits: 1829
- Details
- Written by Timothy Johns
- Category: SEO
- Hits: 4431
From GWT:
How Googlebot sees this page
This page uses 29 resources which are blocked by robots.txt.
Does this screenshot look incorrect? Learn how to let Googlebot view the page correctly.
Show resources- http://tjohns.calclones.com/…css?v=3002
- http://tjohns.calclones.com/…mobile.css
- http://tjohns.calclones.com/…x1.min.css
- http://tjohns.calclones.com/…finder.css
- http://tjohns.calclones.com/…enuhck.css
- http://tjohns.calclones.com/…maximenuck
- http://tjohns.calclones.com/…ition1.css
- http://tjohns.calclones.com/…siveck.css
- http://tjohns.calclones.com/….3.js?v=12
- http://tjohns.calclones.com/…jax.js?v=4
- http://tjohns.calclones.com/…ls-core.js
- http://tjohns.calclones.com/…ery.min.js
- http://tjohns.calclones.com/…onflict.js
- http://tjohns.calclones.com/…ate.min.js
- http://tjohns.calclones.com/…js/core.js
- http://tjohns.calclones.com/…ls-more.js
- http://tjohns.calclones.com/…caption.js
- http://tjohns.calclones.com/…kmobile.js
- http://tjohns.calclones.com/…box-min.js
- http://tjohns.calclones.com/…ipt.min.js
- http://tjohns.calclones.com/…js/main.js
- http://tjohns.calclones.com/…rap.min.js
- http://tjohns.calclones.com/…mpleter.js
- http://tjohns.calclones.com/…ore.min.js
- http://tjohns.calclones.com/…imenuck.js
- http://tjohns.calclones.com/…ymenuck.js
- http://tjohns.calclones.com/…/style.css
- http://tjohns.calclones.com/…mobile.css
- http://tjohns.calclones.com/…-small.css
These styles need to be accessible to Googlebot for Google to understand that your site if mobile friendly.
So I recommend removing some of the 'disallows' from the robots.txt file.
Untouched robots.txt file:
# If the Joomla site is installed within a folder such as at # e.g. www.example.com/joomla/ the robots.txt file MUST be # moved to the site root at e.g. www.example.com/robots.txt # AND the joomla folder name MUST be prefixed to the disallowed # path, e.g. the Disallow rule for the /administrator/ folder # MUST be changed to read Disallow: /joomla/administrator/ # # For more information about the robots.txt standard, see: # http://www.robotstxt.org/orig.html # # For syntax checking, see: # http://tool.motoricerca.info/robots-checker.phtml User-agent: * Disallow: /administrator/ Disallow: /bin/ Disallow: /cache/ Disallow: /cli/ Disallow: /components/ Disallow: /includes/ Disallow: /installation/ Disallow: /language/ Disallow: /layouts/ Disallow: /libraries/ Disallow: /logs/ Disallow: /media/ Disallow: /modules/ Disallow: /plugins/ Disallow: /templates/ Disallow: /tmp/
I would also get rid of all the comments at the top. No point in making Googlebot crawl over them. Here, in my opinion, is the way it should be edited to be:
User-agent: * Disallow: /administrator/ Disallow: /bin/ Disallow: /cache/ Disallow: /cli/ Disallow: /installation/ Disallow: /logs/ Disallow: /tmp/
Comment (1)
Hits: 4431