Blogging https://monkeysatkeyboards.com/index.php/ en How to process photos for the web https://monkeysatkeyboards.com/index.php/blog/how-process-photos-web <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">How to process photos for the web</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><h2>How to process photos</h2> <!-- THEME DEBUG --> <!-- THEME HOOK: 'entity_embed_container' --> <!-- BEGIN OUTPUT from 'modules/contrib/entity_embed/templates/entity-embed-container.html.twig' --> <div data-embed-button="paragraphs" data-entity-label="Paragraphs" data-paragraph-id="2b87a152-1822-4017-b877-75945e02351c" data-langcode="en" data-view-mode="embed" data-entity-embed-display="entity_reference:entity_reference_entity_view" data-entity-embed-display-settings="{&quot;view_mode&quot;:&quot;embed&quot;}" data-entity-type="embedded_paragraphs" data-entity-uuid="2b87a152-1822-4017-b877-75945e02351c" class="embedded-entity"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--embedded-paragraphs--paragraph--embedded-paragraphs.html.twig * field--embedded-paragraphs--paragraph.html.twig * field--embedded-paragraphs--embedded-paragraphs.html.twig * field--paragraph.html.twig * field--entity-reference-revisions.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-paragraph field--type-entity-reference-revisions field--label-hidden field__item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'paragraph' --> <!-- FILE NAME SUGGESTIONS: * paragraph--paragraph-embed--embed.html.twig * paragraph--paragraph-embed.html.twig * paragraph--embed.html.twig x paragraph.html.twig --> <!-- BEGIN OUTPUT from 'themes/custom/makv3/templates/paragraph.html.twig' --> <div class="parallax-wrapper"> <div class="parallax-base" style="background-image:url(/sites/default/files/2020-06/processing-photos-web-monkeys-at-keyboards-01.png);field_parallax_extra_styles"> <div class="parallax-content-wrapper" style="min-height:320px;"> </div> </div> <figcaption><!-- THEME DEBUG --><!-- THEME HOOK: 'field' --><!-- FILE NAME SUGGESTIONS: * field--paragraph--field-parallax-caption--paragraph-embed.html.twig * field--paragraph--field-parallax-caption.html.twig * field--paragraph--paragraph-embed.html.twig * field--field-parallax-caption.html.twig x field--text.html.twig * field.html.twig --><!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text.html.twig' --><div class="clearfix text-formatted field field--name-field-parallax-caption field--type-text field--label-hidden field__item">Photographs of blank books by Laurel Tree Bindery</div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text.html.twig' --> </figcaption></div> <div class="paragraph paragraph--type--paragraph-embed paragraph--view-mode--embed" style="background-color:#e8f0f5;opacity:1;field_parallax_extra_styles"> </div> <!-- END OUTPUT from 'themes/custom/makv3/templates/paragraph.html.twig' --> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> </div> <!-- END OUTPUT from 'modules/contrib/entity_embed/templates/entity-embed-container.html.twig' --> <p>This guide on how to process photos is just the tip of the iceberg for photo editing and post-processing, but I hope it will give you a great foundation for processing your photos for posting online. We'll start with photographic file types and the critical difference between lossy and lossless. We'll examine best naming conventions and tips for organizing files. Finally we'll look at processing raw files and bulk processing files in Photoshop.</p> <p>When you process photos for the web, it's good to keep multiple versions of your files. The highest resolution and best quality of your images is the original file. I like to think of that file like a negative and keep it safe and backed up. If your camera or phone shoots raw files, that’s always going to be the best option.</p> <p>Handling and processing those original files can be challenging. Making files look good and load quickly is a critical balance to achieve. When uploading files to your website, the goal is high quality and fast speeds for users.</p> <h2>Lossy vs. Lossless</h2> <p>Images in GIF and JPEG formats are lossy, while TIFF, PNG, BMP and raw are lossless. What this means is that GIF and JPEG images are compressed by averaging the information. They become even more compressed each time you open and save them. </p> <p>GIF and JPEG should only be final versions. When you need new files sizes or output, go back to your lossless original. If your original photos are in GIF or JPEG your first step should be to copy those files somewhere safe and never open the originals.</p> <h2>Naming conventions</h2> <p>Before we get into the steps to process photos, let’s talk about naming image files.</p> <p>I'm picky, picky, picky about my naming conventions and you should be too for multiple reasons. First, the name stays with your file if it’s downloaded or shared. It’s also a claim of ownership. Finally, it is a ranking factor in SEO.</p> <blockquote> <p>Google extracts information about the subject matter of the image from the content of the page, including captions and image titles. Wherever possible, make sure images are placed near relevant text and on pages that are relevant to the image subject matter. </p> <p>Likewise, the filename can give Google clues about the subject matter of the image. </p> </blockquote> <p>From: <a href="https://support.google.com/webmasters/answer/114016?hl=en">Google Images Best Practices</a> </p> <p>Because of this blog post, I’ve revisited my own naming conventions. Up until today, I named my files using a combination of snake and Pascal cases. Kebab case is the new best practice for the web. </p> <div class="callout icon takenote"><strong>EXAMPLE</strong>: I’ve gone from MessageInABottle_LaurelTreeBindery01.png to message-in-a-bottle-laurel-tree-bindery-01.png.</div> <h2>TLDR </h2> <ul><li>camelCase</li> <li>PascalCase</li> <li>snake_case</li> <li>kebab-case</li> </ul><p><a href="https://medium.com/better-programming/string-case-styles-camel-pascal-snake-and-kebab-case-981407998841">Source</a></p> <div class="callout icon pencil"><strong>TIP</strong>: If you want to really optimize your SEO, consider having your keyword phrase in your image title and alt tags as well.</div> <h2>Process photos in bulk with Photoshop</h2> <p>Process RAW images into TIFF</p> <p>Open your raw photos in Photoshop. The raw image file type is camera maker dependent. <a href="https://en.wikipedia.org/wiki/Raw_image_format">Here’s a list over on Wikipedia</a>. I have a Nikon, so you’ll see that my files are nef. Personally, the Photoshop raw processor is the main place I edit.</p> <img alt="Step one of how to process photos. Screen shot of photoshop raw processing screen." data-entity-type="file" data-entity-uuid="19fa2dff-ec69-47e3-a19e-8fb072a853b5" src="/sites/default/files/inline-images/1-process-photos-open%20raw.png" class="align-center" width="768" height="719" loading="lazy" /><p>This is the time to look at and adjust how your photo looks.</p> <ul><li>White balance</li> <li>Exposure</li> <li>Levels</li> <li>Crop </li> <li>Basic rotation or /horizon correction</li> </ul><p><a href="https://helpx.adobe.com/camera-raw/using/make-color-tonal-adjustments-camera.html">Here's a guide to processing raw files from Adobe.</a> If my file needs additional touch up, I open it and do non-destructive editing in Photoshop. Alternatively, GIMP has a raw plugin that makes it a good, open source, free substitute. </p> <p>You can adjust each photo individually, or select multiple to make adjustments to an entire group. </p> <img alt="Step two of how to process photos. Screen shot showing bulk exposure on multiple photos." data-entity-type="file" data-entity-uuid="fa274925-60ad-4bb0-ba8d-13614e249408" src="/sites/default/files/inline-images/2-process-photos-Exposure.png" class="align-center" width="768" height="721" loading="lazy" /><p>When saving each raw photo, you get the option to change the name. Utilizing my new naming convention, I’ve set up the first part of the to be changed if needed, the second to be my company name, and let Photoshop add automatic numbering. I’m saving these as full sized, lossless TIFF files which will become my new working originals.  </p> <img alt="Step three of how to process photos. Screen shot of photoshop showing naming conventions and automatic numbering." data-entity-type="file" data-entity-uuid="b5eaef8b-de77-40d5-964b-8f3afaca1c5f" src="/sites/default/files/inline-images/3-process-photos-naming.png" class="align-center" width="768" height="889" loading="lazy" /><h2>Organize folders for bulk processing</h2> <p>I move my TIFF files into their own folder.</p> <img alt="Step four of how to process photos. Screen shot of folder re-organization with TIFF files in their own folder." data-entity-type="file" data-entity-uuid="6f311a93-926b-45ac-b523-d97639fc002f" src="/sites/default/files/inline-images/4-process-photos-Processing.png" class="align-center" width="492" height="264" loading="lazy" /><h2>Steps to bulk process photos.</h2> <p>I predominantly use bulk processing to save different sizes of my images and to add copyright information int he metadata. </p> <p>Go to file menu -&gt; Scripts - Image Processor </p> <img alt="Step five of how to process photos. Screen shot selecting image processor in Photoshop menus." data-entity-type="file" data-entity-uuid="39bbdab2-7ecd-4720-ae36-38177149c39f" src="/sites/default/files/inline-images/5-process-photos-scripts.png" class="align-center" width="768" height="888" loading="lazy" /><h3>Choose size and file options</h3> <p>1. Navigate to the  folder with the TIFF images. </p> <img alt="Step six of how to process photos. Screenshot choosing the TIFF folder in Photoshop." data-entity-type="file" data-entity-uuid="a15a0e64-4923-44ce-9ad0-fb6ea76f3839" src="/sites/default/files/inline-images/6-process-photos-navigate-tiff.png" class="align-center" width="719" height="509" loading="lazy" /><p>2. In the second step I use "save in same location” and move them later.</p> <img alt="Step seven of how to process photos. Screen shot of the image processing options in Photoshop." data-entity-type="file" data-entity-uuid="3877482f-0eab-4179-aca9-4445db6b3112" src="/sites/default/files/inline-images/7-process-photos-size-file-options.png" class="align-center" width="637" height="615" loading="lazy" /><p>3. In the third step choose your final file type and size: </p> <p>The options I’ve chosen here: JPEG, Quality 12, Resize to 1080px wide. Height is large enough to be irrelevant. This will not stretch your photos.<br /> TIFF is lossless and a good idea if this is still an interim stage.<br /> Native PSD is really not recommended unless just for your own use.</p> <p>4. This is where I add copyright information.</p> <p>After you process your JPEGs will be in their own folder.</p> <img alt="Step 8 of how to process photos. Screen shot of folder organization showing location of bulk processed JPEGs." data-entity-type="file" data-entity-uuid="78d60b68-a84f-40d1-939f-9350314db375" src="/sites/default/files/inline-images/8-process-photos-After-bulk.png" class="align-center" width="768" height="264" loading="lazy" /><h2>Photo processing results</h2> <p>Your final image size is really dependent on where the file is being uploaded. For example, for <a href="https://laureltreebindery.com/">Laurel Tree Bindery</a> I actually use a 1080 x 1080 square format. The website then creates and serves up smaller versions for different screen sizes.  </p> <img alt="Step nine of how to process photos. Screen shot of folder organization with JPEG folder moved out of the TIFF folder." data-entity-type="file" data-entity-uuid="59231204-df08-4781-beff-33aa7d96f433" src="/sites/default/files/inline-images/9-process-photos-results.png" class="align-center" width="492" height="264" loading="lazy" /><p>I often do end up creating a couple different JPEG end sizes. I will always go back to the TIFFs to create new sizes to submit to shows or to upload to different platforms. I never, ever open and re-save a JPEG. A JPEG is always a final image. </p> <h2>Final thoughts</h2> <p>This is just a basic guide on processing and bulk re-sizing images with Photoshop. Let me know what questions you have or if there are any tips you would like to share. </p> <div class="callout icon comment"><strong>Let's discuss</strong>: <a href="https://join.slack.com/t/monkeysatkeyboards/shared_invite/zt-f2gedl1y-3yWEJgUH939nhvoEgveOZA"> Slack</a>,  <a href="https://www.facebook.com/MonkeysAtKeyboards/posts/4000840389987968">Facebook</a>, or  <a href="https://twitter.com/Monkey_Keyboard/status/1276586448565743616">Twitter.</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Tue, 06/16/2020 - 11:22</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/photography" hreflang="en">Photography</a></div> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/taxonomy/term/93" hreflang="en">Photoshop</a></div> <div class="field__item"><a href="/index.php/taxonomy/term/94" hreflang="en">Adobe</a></div> <div class="field__item"><a href="/index.php/taxonomy/term/95" hreflang="en">Web content</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Tue, 16 Jun 2020 18:22:59 +0000 Laura 393 at https://monkeysatkeyboards.com Create content when it's convenient https://monkeysatkeyboards.com/index.php/blog/create-content-when-its-convenient <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Create content when it&#039;s convenient</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><img alt="Simple clock graphic with no numbers on the face and an orage frame." src="https://monkeysatkeyboards.com/sites/default/files/Clock_0.png" style="width: 82px; height: 83px; float: left; margin-left: 10px; margin-right: 10px;" title="Scheduling content to autopublish" />Any basic article or guide on improving SEO will state that posting original content on a regular basis is a crucial part of any content delivery. As a small business owner and artist, I create content for two blogs and my time is precious.</p> <p>I depend on scheduling posts so that when I have time to work on the blogs, I'm making content for the future. A great example of content that works well for this this is my <a href="https://laurachenault.com/tags/sketchbooks">Wednesday series</a> on my art blog. I share a random page from one of my sketchbooks, so I can create these posts in bulk -- I spend hours scanning my sketchbooks and processing them to be web friendly. Then I take it one step further and create literally months of blog posts at a time.</p> <p>Here on the monkey blog I can spend one work day scheduling my bi-weekly <a href="https://monkeysatkeyboards.com/tags/typography">typography</a> blogs for the rest of the month. In fact, I'm writing this post on Sunday night since I know I have a busy week ahead!</p> <p><img alt="Screenshot of Monkey at Keyboard scheduled typography blog posts" src="https://monkeysatkeyboards.com/sites/default/files/MonkeyAtKeyboards_ScheduledTypographyBlogs.png" style="width: 651px; height: 304px; border-width: 1px; border-style: solid;" title="Upcoming typography posts on Monkeys at Keyboards" /></p> <p>We use the Drupal <a href="https://www.drupal.org/project/scheduler">scheduler</a> module which offers the ability to choose a date and time for your post to be published. Drupal 7 users will find these controls down in the lower left vertical tabs when adding content.</p> <p><img alt="Screenshot of Drupal's scheduling interface" src="https://monkeysatkeyboards.com/sites/default/files/DrupalSchduler.png" style="width: 450px; height: 521px; border-width: 1px; border-style: solid;" title="Scheduling content to autopublish" /></p> <p>For the non-Drupal users, I found these options that look like they extend <a href="https://www.tumblr.com/docs/en/advanced_post_options#schedule-how">Tumblr</a>, <a href="https://support.google.com/blogger/answer/41456?hl=en">Blogger</a>, and <a href="https://en.support.wordpress.com/posts/schedule-a-post/">Wordpress</a> to have this functionality too.</p> <p>So create content when it's convenient and let auto-publishing help you reach your publishing goals!</p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 03/09/2016 - 09:30</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/seo" hreflang="en">SEO</a></div> <div class="field__item"><a href="/index.php/tags/drupal" hreflang="en">Drupal</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Wed, 09 Mar 2016 17:30:27 +0000 Laura 345 at https://monkeysatkeyboards.com Improve your headlines with this one weird trick https://monkeysatkeyboards.com/index.php/blog/improve-your-headlines-one-weird-trick <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Improve your headlines with this one weird trick</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><img alt="My original score of 33% is disappointing" src="https://monkeysatkeyboards.com/sites/default/files/33Headline_0.png" style="width: 150px; height: 144px; float: left; margin-right: 2em;" title="My original score of 33% is disappointing" />CoSchedule has a cool <a href="http://coschedule.com/headline-analyzer">headline analyzer tool</a> for content creators. This blog post was originally called "Creating Powerful Headlines" which receives an whopping 33%. Disappointing and clearly I should be able to do better.</p> <br style="clear:both" /><p>The tool further breaks down the score into four categories:</p> <p><img alt="Analyzing the categories" src="https://monkeysatkeyboards.com/sites/default/files/33Analysis_0.png" style="width: 654px; height: 357px;" title="Analyzing the categories" /></p> <br style="clear:both" /><p><img alt="64% is a little butter, but not much" src="https://monkeysatkeyboards.com/sites/default/files/64Headline.png" style="width: 150px; height: 144px; float: left; margin-right: 2em;" title="64% is a little butter, but not much" /></p> <p>"A tool for creating powerful headlines" got a 64%. The website calls this a B+, but that's a low C anywhere I have ever been graded. Better, but I'm still not satisfied so I'll try again!</p> <br style="clear:both" /><p><img alt="One weird click brings me up to a 73%" src="https://monkeysatkeyboards.com/sites/default/files/73Headline_0.png" style="width: 150px; height: 144px; float: left; margin-right: 2em;" title="One weird click brings me up to a 73%" /></p> <p>My best score is a 73% "Improve your headlines with this one weird trick". Come. On. Now. That kind of clickbait is so obvious.</p> <br style="clear:both" /><p>Even worse, that's the best I could come up with; I feel like a failure. C'est la vie. </p> <p><img alt="The horrible history" src="https://monkeysatkeyboards.com/sites/default/files/History.png" style="width: 454px; height: 357px;" title="The horrible history" /></p> <p>I tried!</p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 09/02/2015 - 10:34</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Wed, 02 Sep 2015 17:34:05 +0000 Laura 280 at https://monkeysatkeyboards.com Blogging Best Practices https://monkeysatkeyboards.com/index.php/blog/blogging-best-practices <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Blogging Best Practices</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><h3> Who</h3> <p>The first question to consider is who is your audience. For me it's our clients and fellow designers. We also have content geared more towards programmers and crypto currency enthusiasts. This means every article isn't written for every user, so we use tagging functionality to keep related content together.</p> <div> <img alt="Death to the Stock Photo" class="image-original_float_left" src="https://monkeysatkeyboards.com/sites/default/files/styles/original_float_left/public/DeathtoStock_Wired2_0.jpg?itok=7A9Werta" style="width: 400px; height: 267px; float: left;" title="Death to the Stock Photo" /></div> <h3> What</h3> <p>My <a href="https://laurachenault.com/blog">personal blog</a> is where I share works in progress, glimpses into my artistic process, and work by others that I am inspired by. <a href="https://monkeysatkeyboards.com/blog">This blog</a> reflects our company, our vision, and our love of sharing knowledge.</p> <h3> When</h3> <p>It's better to post once weekly than to post 5 things at once and then nothing for a month. Currently here and on my art site, I'm blogging for every weekday for 30 days and Dave's helping. This blog post was inspired by an email I wrote to one of our clients this morning. </p> <p>A standard feature we use for our client blogs is Scheduler. There is a "scheduler" tab in the lower left tabs of our Drupal forms that gives authors the ability to schedule blog posts. I love that a post can go live when when I don't even have time to be at the computer. This is especially handy for content that isn't time sensitive and also helps me to think in terms of ongoing, related content.</p> <p>On this blog, I often pre-write the <a href="https://monkeysatkeyboards.com/tags/typography-tuesday">Typography Tuesday</a> and <a href="https://monkeysatkeyboards.com/tags/type-thursday">Type on Thursday</a> posts and use scheduler liberally for them. Friday is dedicated to <a href="https://monkeysatkeyboards.com/tags/market-recap">Robot Sex Nickel updates and market recaps</a> so those need to be written on Fridays due to their time sensitive content. We sort our content with tagging functionality that gives us the ability to create nice listing pages and tags Google+ pages.</p> <h3> Where</h3> <p>Share everywhere, share often! I recommend setting up your blog to auto-update your social media accounts. I use If This Than That to keep my networks current and have posted how to do that <a href="https://monkeysatkeyboards.com/pushing-blog-content-social-networks">here</a>.</p> <h3> Why</h3> <p>A blog drives traffic to your business. Your content shows potential clients your areas of expertise and helps with search engine optimization (SEO). Search engines give preference to sites that have regular updates. <a href="https://monkeysatkeyboards.com/maximixe-seo-google-trends">Google Trends</a> is an excellent tool that suggest words to help with SEO.</p> <h3> How</h3> <p><strong>Image:</strong> Please include an image! I <a href="https://monkeysatkeyboards.com/free-photography-sites">made this list</a> of sites that have photos that are free to use and free of copyright! Some need attribution in the form of the photographers name or a link to their site, but most do not. This image is from Death to the Stock Photo although they do not require attribution.</p> <p>If your content management system has the option, go ahead and use the same image as the teaser and in the main body. In Drupal, we use these images to make listing pages and social networks often use the teaser image.</p> <p><strong>Summary:</strong> Since CMS varies, if you have a summary field, use it. In Drupal, this is immediately above the main text body and extremely helpful for designing the listing page. Like the teaser image, the summary can show up in search results and social network posts.</p> <p><strong>Abstract: </strong>Use abstract meta tags if your CMS has them. In Drupal, this is one of the vertical tabs in the bottom left corner. It should be 150 characters in sentence format and include hot search terms within a concise article description. In addition to helping with SEO, it can be used to <a href="https://monkeysatkeyboards.com/meta-tags-and-seo">customize search results</a>. My dynamic home page was only showing the copyright line as the description and I used meta tags to dictate what the search engines would display. When writing abstracts, consider using <a href="https://monkeysatkeyboards.com/maximixe-seo-google-trends">Google Trends</a> to help pick words that are searched for often.</p> <p>Have fun and happy blogging!</p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Mon, 10/13/2014 - 14:47</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/seo" hreflang="en">SEO</a></div> <div class="field__item"><a href="/index.php/tags/meta-tag" hreflang="en">Meta tag</a></div> <div class="field__item"><a href="/index.php/tags/google" hreflang="en">Google</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Mon, 13 Oct 2014 21:47:31 +0000 Laura 191 at https://monkeysatkeyboards.com Free Photography Sites https://monkeysatkeyboards.com/index.php/blog/free-photography-sites <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Free Photography Sites</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Who needs photographs? Everybody! OK, well maybe not everybody, but if you create content, a photograph truly can be worth 1,000 words. If you're a blogger, images can break apart your text and add graphic interest to your site. If you're a designer, photos help you satisfy clients who don't have visual content. If you're an artist, many of these sites offer images that can be remixed into new works. This list is compiled from a wide variety of sources and it is up to date as of today. I decided to search for the word monkey on each site and choose my my favorite from the first page of results. If there were no results I choose a recent image. I provided photographer attribution when available, even though most of these sites do not require it. </p> <p>Search Creative Commons is my go to place to start which is why it's first, but rest of this list is in alphabetical order.</p> <p> </p> <p><a href="/sites/default/files/SearchCC_ScreenShot.jpg"><img alt="Search Creative Commons Screen Shot" class="image-image_popup_medium_thumbnail" data-entity-type="file" data-entity-uuid="insert-image_popup_medium_thumbnail-4ce89d33-0a95-4cc3-9f66-130c21e14ca7" data-insert-class="image-image_popup_medium_thumbnail" data-insert-type="image" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/SearchCC_ScreenShot.jpg" title="Search Creative Commons Screen Shot" width="150" /></a></p> <h3><a href="http://search.creativecommons.org/">Search Creative Commons</a></h3> <p>This is a portal that allows you to customize your search for vector graphics, audio files, and photographs. I especially love that you can search for things to alter and remix!</p> <div class="clear"> </div> <p><!-- THEME DEBUG --><!-- THEME HOOK: 'insert_image' --><!-- BEGIN OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --><img alt="Blue Sky by Toper Domingo from 1 Million Free Pictures" class="image-image_popup_medium_thumbnail" data-entity-type="file" data-entity-uuid="insert-image_popup_medium_thumbnail-a2fe0fb0-a3f8-49a1-86cd-d184808ddd08" data-insert-class="image-image_popup_medium_thumbnail" data-insert-type="image" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/1MillionFreePictures_ToperDomingo_BlueSky.jpg" title="Blue Sky by Toper Domingo from 1 Million Free Pictures" width="150" /><!-- END OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --></p> <h3><a href="http://www.1millionfreepictures.com/">1 Million Free Pictures</a></h3> <p><strong>No login. No attribution. No restrictions. </strong>This is a personal project by Toper Domingo to create and share one million of his photos for free. </p> <p>Photo by Toper Domingo</p> <div class="clear"> </div> <p><!-- THEME DEBUG --><!-- THEME HOOK: 'insert_image' --><!-- BEGIN OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --><img alt="The Monkeys Outwitting the Bears from The British Library" class="image-image_popup_medium_thumbnail" data-entity-type="file" data-entity-uuid="insert-image_popup_medium_thumbnail-5c87dedc-07f1-4b16-ae70-56a689e11a1a" data-insert-class="image-image_popup_medium_thumbnail" data-insert-type="image" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/BritishLibrary_Anvar-i%20Suhayli_TheMonkeysOutwittingTheBears.jpg" title="The Monkeys Outwitting the Bears from The British Library" width="150" /><!-- END OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --></p> <h3><a href="https://www.flickr.com/photos/britishlibrary/">The British Library</a></h3> <p><strong>No login. No attribution. Public domain works.</strong></p> <p>Anvar-i Suhayli, a version of the Kalila va Dimna fables. - caption: 'The monkeys outwitting the bears.'</p> <div class="clear"> </div> <p><!-- THEME DEBUG --><!-- THEME HOOK: 'insert_image' --><!-- BEGIN OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --><img alt="Monkey by Fabiogis50 from Comfight" class="image-image_popup_medium_thumbnail" data-entity-type="file" data-entity-uuid="insert-image_popup_medium_thumbnail-c7976084-829a-42bc-9dab-773aafbe7694" data-insert-class="image-image_popup_medium_thumbnail" data-insert-type="image" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Compfight_Fabiogis50.jpg" title="Monkey by Fabiogis50 from Comfight" width="150" /><!-- END OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --></p> <h3><a href="http://compfight.com/">Compfight</a></h3> <p><strong>No Login. Attribution Required. </strong>Even when searching the Creative Commons link, I only find attribution needed images. They provide html that I simply pasted below the photo here.</p> <p>Photo Credit: <a href="https://www.flickr.com/photos/70936800@N00/7109580101/">fabiogis50</a> via <a href="http://compfight.com">Compfight</a> <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">cc</a></p> <div class="clear"> </div> <p><!-- THEME DEBUG --><!-- THEME HOOK: 'insert_image' --><!-- BEGIN OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --><img alt="Image from Not Stock by Death to Stock Photos" class="image-image_popup_medium_thumbnail" data-entity-type="file" data-entity-uuid="insert-image_popup_medium_thumbnail-3292ba27-0565-41f2-a3d2-3d3b25ecaf1d" data-insert-class="image-image_popup_medium_thumbnail" data-insert-type="image" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/DeathtoStock_NotStock7.jpg" title="Image from Not Stock by Death to Stock Photos" width="150" /><!-- END OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --></p> <h3><a href="http://join.deathtothestockphoto.com/">Death to the Stock Photo</a></h3> <p><strong>Receive via email newsletter. No attribution. </strong>Instead of a searchable online site, Death to the Stock Photo emails a link to a downloadable photo set once a month. </p> <p>This image is from the September's pack "Not Stock".</p> <div class="clear"> </div> <p><img alt="Dotspin Screen Shot" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Dotspin_ScreenShot.jpg?itok=71BFO1po" title="Dotspin Screen Shot" width="150" /></p> <h3><a href="http://www.dotspin.com/the-commons/">Dotspin</a></h3> <p><strong>Login required. Only free for personal use. Commercial license available.</strong></p> <div class="clear"> </div> <p><img alt="Foodie's Feed Screen Shot" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/FoodiesFeed_Screenshot.jpg?itok=z4LIsYuS" title="Foodie's Feed Screen Shot" width="150" /></p> <h3><a href="http://foodiesfeed.com/">Foodie's Feed</a></h3> <p><strong>Like on Facebook to download. No attribution. </strong>As the name says, this site is dedicated to food photography by Jakub Kapusnak. I had to like them on Facebook to download the Farmer's Market pack. Unfortunately it's a .rar file so I can't open it on my Mac. I've reached out to Jakub to see if he offers .zip files as well. I'll update this page if I hear differently.</p> <div class="clear"> </div> <p><img alt="A Litty Monkey From Brasil by Davi Camarinha from Free Images" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/FreeImages_ALittleMonkeyFromBrazilDavicamari.jpg?itok=44948r3X" title="A Litty Monkey From Brasil by Davi Camarinha from Free Images" width="150" /></p> <h3><a href="http://www.freeimages.com/">Free Images</a></h3> <p><strong>Email verified sign up requiring detailed contact info. Attribution variable. </strong>I had to sign up and provide complete personal information to download an image. The contact form didn't work because it wanted a security code that I couldn't see, so I chose a photographer that didn't need to be notified.</p> <p>A little monkey from Brazil by <a href="http://www.freeimages.com/profile/davicamari">Davi Camarinha</a></p> <div class="clear"> </div> <p><!-- THEME DEBUG --><!-- THEME HOOK: 'insert_image' --><!-- BEGIN OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --><img alt="Baboon by Chance Argrella from Free Range" class="image-image_popup_medium_thumbnail" data-entity-type="file" data-entity-uuid="insert-image_popup_medium_thumbnail-5cab8963-a4b0-433b-83b6-0c169435fc17" data-insert-class="image-image_popup_medium_thumbnail" data-insert-type="image" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/FreeRange_Baboon_ChanceAgrella.jpg" title="Baboon by Chance Argrella from Free Range" width="150" /><!-- END OUTPUT from 'modules/contrib/insert/templates/insert-image.html.twig' --></p> <h3><a href="http://freerangestock.com/">Free Range</a></h3> <p><strong>Instant sign up. No attribution. </strong>I had to sign up for this site to download, but they only needed a user name and password and I was good to go.</p> <p>Baboon by <a href="http://freerangestock.com/community/members/ChanceAgrella/profile/public">Chance Agrella</a></p> <div class="clear"> </div> <p><img alt="Photos by Liam McKay at Function" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Function_LiamMcKay.jpg?itok=gwhkgHW6" title="Photos by Liam McKay at Function" width="150" /></p> <h3><a href="http://wefunction.com/category/free-photos/">Function</a></h3> <p><strong>No login. No attribution. No restrictions. </strong>Function offers free photography by Liam McKay.</p> <p>Photo by <a href="https://twitter.com/liammckay/">Liam McKay</a></p> <div class="clear"> </div> <p><img alt="Startup Support Department by Tomas Laurinavicius from GetRefe" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/GetRefe_%20StartupSupportDepartment_Tomas%20Laurinavicius.jpg?itok=Dx6KFmVm" title="Startup Support Department by Tomas Laurinavicius from GetRefe" width="150" /></p> <h3><a href="http://getrefe.tumblr.com/">Getrefe</a></h3> <p><strong>Shopping Cart. No login. No attribution.</strong>  "Natural looking photos of people interacting with technology." Had to provide name and email to purchase photo fro $0 and then download image from emailed link.</p> <p>Photo by Tomas Laurinavicius</p> <div class="clear"> </div> <p><img alt="Photo by Ryan McGuire from GratisPhotography" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/GratisPhotography_RyanMcGuire.jpg?itok=3TQzoAh_" title="Photo by Ryan McGuire from GratisPhotography" width="150" /></p> <h3><a href="http://www.gratisography.com/">GratisPhotography</a></h3> <p><strong>No login. No attribution. No restrictions. </strong>Free high resolution photographs by Ryan McGuire. </p> <p>Photo by Ryan McGuire</p> <div class="clear"> </div> <p><img alt="Gibbon by tom Tolkien from IM Free" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/IMFreeGibbon_TomTolkien.jpg?itok=5KeWoma7" title="Gibbon by tom Tolkien from IM Free" width="150" /></p> <h3><a href="http://imcreator.com/free">IM Free</a></h3> <p><strong>No login. Requires attribution. </strong>"A curated collection of free resources, all for commercial use."</p> <p>Gibbon by <a href="https://www.flickr.com/photos/tomtolkien/">Tom Tolkien</a></p> <div class="clear"><br /><img alt="Free Photography from Jay Mantri" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/JayMantri.jpg?itok=Op3JU2Cn" title="Free Photography from Jay Mantri" width="150" /></div> <h3><a href="http://jaymantri.com/">Jay Mantri</a></h3> <p><strong>No login. No attribution. No restrictions.</strong> Photographs by Jay Mantri.</p> <p>​Photos by Jay Mantri.</p> <div class="clear"> </div> <p><img alt="Doorbell from Week 13 Collection at Little Visuals" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/LittleVisuals_DoorbellWeek13.jpg?itok=f1rxpGxw" title="Doorbell from Week 13 Collection at Little Visuals" width="150" /></p> <h3><a href="http://littlevisuals.co/">Little Visuals</a></h3> <p><strong>No login. No attribution. No restrictions.</strong> Weekly photo collections.</p> <p>Doorbell from Week 13 Collection.</p> <div class="clear"> </div> <p><img alt="Photos by Kamil Lehmann at Magdeleine" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Magdeleine_KamilLehmann.jpg?itok=Um8_HhS2" title="Photos by Kamil Lehmann at Magdeleine" width="150" /></p> <h3><a href="http://magdeleine.co/">Magdeleine</a></h3> <p><strong>No login. No attribution. No restrictions. </strong>Daily photographs by Kamil Lehmann.</p> <p>Photo by Kamil Lehmann.</p> <div class="clear"> </div> <p><img alt="Hey Monkey from New Old Stock" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/NewOldStock_HeyMonkey.jpg?itok=Go85nfp8" title="Hey Monkey from New Old Stock" width="150" /></p> <h3><a href="http://nos.twnsnd.co/">New Old Stock</a></h3> <p><strong>No login. No attribution. Public domain works. </strong>I only got one result, but it's pretty brilliant! </p> <p>Hey Monkey</p> <div class="clear"> </div> <p><img alt="Monkey Looking Up by Sachin Patekar from PD Pics" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/PDPics_MonkeyLookingUp_SachinPatekar.jpg?itok=8cFqbfYY" title="Monkey Looking Up by Sachin Patekar from PD Pics" width="150" /></p> <h3><a href="http://www.pdpics.com/">PDPics</a></h3> <p><strong>No login. No attribution. Public domain works.</strong></p> <p>Monkey Looking Up by Sachin Patekar</p> <div class="clear"> </div> <p><img alt="The Sky Full of Cloudsy by Victor Hanacek from PicJumbo" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/PicJumbo_TheSkyFullOfClouds_ViktorHanacek.jpg?itok=sLVH62__" title="The Sky Full of Cloudsy by Victor Hanacek from PicJumbo" width="150" /></p> <h3><a href="http://picjumbo.com/">PicJumbo</a></h3> <p><strong>No login. No attribution required, but appreciated. No restrictions. </strong>PicJumbo showcases free images by Viktor Hanacek.</p> <p>The Sky Full of Clouds by Viktor Hanacek</p> <div class="clear"> </div> <p><img alt="Tamarin Pinc – Saguinus Oedipus by Jurassic from PickUp Image" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/PickUpImage_MonkeyTamarinPincSaguinusOedipus_Jurrassic.jpg?itok=XBtY1e7O" title="Tamarin Pinc – Saguinus Oedipus by Jurassic from PickUp Image" width="150" /></p> <h3><a href="http://pickupimage.com/">PickUp Image</a></h3> <p><strong>No login. No attribution. Public domain works.</strong></p> <p>Monkey Tamarin Pinc -Saguinus oedipus by <a href="http://pickupimage.com/portfolio.cfm?uname=Jurassic">Jurassic</a></p> <div class="clear"> </div> <p><img alt="Lucky Path by Mick MaGuire from Picography" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Picography_LuckyPath_MickMaguire.jpg?itok=3fvhD8Sw" title="Lucky Path by Mick MaGuire from Picography" width="150" /></p> <h3><a href="http://picography.co/">Picography</a></h3> <p><strong>No login. No attribution. No restrictions.</strong> Photography provided by Hidden Depth.</p> <p>Lucky Path by <a href="https://dribbble.com/mick3d">Mick Maguire</a></p> <div class="clear"> </div> <p><img alt="Vervet by Sonel from Pixabay" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Pixabay_Vervet_Sonel.jpg?itok=pH34RtuV" title="Vervet by Sonel from Pixabay" width="150" /></p> <h3><a href="http://pixabay.com/">Pixabay</a></h3> <p><strong>​No login. No attribution. No restrictions.</strong></p> <p>Vervet by <a href="http://pixabay.com/en/users/Sonel/">Sonel</a></p> <div class="clear"> </div> <p><img alt="Wood Door by Matt Hobbs from Public Domain Archive" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/PublicDomainArchive_WoodDoorBlackWhiteLines_Matt%20Hobbs.jpg?itok=1VCI2_Tf" title="Wood Door by Matt Hobbs from Public Domain Archive" width="150" /></p> <h3><a href="http://publicdomainarchive.com/">Public Domain Archive</a></h3> <p><strong>No login. No attribution. Public domain works.</strong></p> <p>Wood Door Black and White Lines by <a href="http://publicdomainarchive.com/author/matthobbs/">Matt Hobbs</a></p> <div class="clear"> </div> <p><img alt="Monkey Gaze by Lilla Frerichs from Public Domain Pictures" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/PublicDomainPictures_MonkeyGazeLillaFrerichs.jpg?itok=_od-Nj8O" title="Monkey Gaze by Lilla Frerichs from Public Domain Pictures" width="150" /></p> <h3><a href="http://www.publicdomainpictures.net/">Public Domain Pictures</a></h3> <p><strong>No login. No attribution. Public domain works.</strong></p> <p>Monkey Gaze by <a href="http://www.publicdomainpictures.net/browse-author.php?a=44480">Lilla Frerichs</a></p> <div class="clear"> </div> <p><img alt="Display Dummy by Markus Spiske from Raumrot" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Raumrot_DisplayDummy_MarkusSpiske.jpg?itok=EbkLCbQS" title="Display Dummy by Markus Spiske from Raumrot" width="150" /></p> <h3><a href="http://www.raumrot.com/10/">Raumrot</a></h3> <p><strong>No login. Requires attribution.</strong></p> <p>Display Dummy by <a href="https://www.flickr.com/photos/125167502@N02/">Marcus Spiske</a></p> <div class="clear"> </div> <p><img alt="Starry Night by Daniel Nanescu from SplitShire" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/SplitShireStarryNight_DanielNanescu.jpg?itok=dS5wEKOw" title="Starry Night by Daniel Nanescu from SplitShire" width="150" /></p> <h3><a href="http://splitshire.com/">Split Shire</a></h3> <p><strong>No login. No attribution required, but appreciated. No restrictions.</strong><strong> </strong>Photographs by Daniel Nanescu.</p> <p>Starry Night by Daniel Nanescu</p> <div class="clear"> </div> <p><img alt="Photography by Folkert Gorter at Superfamous" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Superfamous_%20FolkertGorter.jpg?itok=Vo4MTPxv" title="Photography by Folkert Gorter at Superfamous" width="150" /></p> <h3><a href="http://superfamous.com/">Superfamous</a></h3> <p><strong>No login. Requires attribution.</strong> Photographs by Folkert Gorter.</p> <p>Photo by Folkert Gorter</p> <div class="clear"> </div> <p><img alt="Photo by Paula Vermeulen from Unsplash" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Unsplash_PaulaVermeulen.jpg?itok=bnJGAuZd" title="Photo by Paula Vermeulen from Unsplash" width="150" /></p> <h3><a href="http://unsplash.com/">Unsplash</a></h3> <p><strong>No login. No attribution. No restrictions. </strong>10 free photos every 10 days.</p> <p>Photo by Paula Vermeulen</p> <div class="clear"> </div> <p><img alt="Curious and Uncommon Performance of a Monkey from Viintage" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/Viintage_CuriousAndUncommonPerformanceOfAMonkey.jpg?itok=72asilyA" title="Curious and Uncommon Performance of a Monkey from Viintage" width="150" /></p> <h3><a href="http://viintage.com/">Viintage</a></h3> <p><strong>No login. No attribution. Public domain works.</strong></p> <p>“Curious and uncommon performance of a monkey.” Scan of 2D image in the public domain believed to be free to use without restriction in the US.</p> <div class="clear"> </div> <p><img alt="Brooke's Soap Ad from Wellcome Images" class="image-image_popup_medium_thumbnail" height="150" src="/sites/default/files/styles/image_popup_medium_thumbnail/public/WellcomeImages_BrookesSoap.jpg?itok=ouDlvFH-" title="Brooke's Soap Ad from Wellcome Images" width="150" /></p> <h3><a href="http://wellcomeimages.org/">Wellcome Images</a></h3> <p><strong>No login. Requires attribution. </strong>The historical images are all available under these terms.</p> <p>Advertisement for 'Brooke's Soap'.</p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 09/24/2014 - 21:43</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/design" hreflang="en">Design</a></div> <div class="field__item"><a href="/index.php/tags/photography" hreflang="en">Photography</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Thu, 25 Sep 2014 04:43:32 +0000 Laura 122 at https://monkeysatkeyboards.com A Single Word Changes Everything https://monkeysatkeyboards.com/index.php/blog/single-word-changes-everything <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">A Single Word Changes Everything</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><img alt="A Single Word Changes Everything" class="image-original_float_left" data-entity-type="file" data-entity-uuid="insert-original_float_left-5d680102-2b89-41a6-81b1-eac5f09f6286" data-insert-class="image-original_float_left" data-insert-type="image" height="215" src="/sites/default/files/styles/original_float_left/public/MonkeyWithBubble_0.png" title="A Single Word Changes Everything" width="242" />I have bookmarked this <a href="https://blog.bufferapp.com/words-and-phrases-that-convert-ultimate-list">great article</a> about choosing your words carefully mainly because of the awesome lists of words and when to use them. I believe in the power of words and using meanings and connotations to evoke a mode or feeling. Since I spend many hours each week writing I really like having a resource like this for when I'm struggling for the correct whatchamacallits!</p> <blockquote> <p>The old brain is the part that controls decisions, and it also happens to be the most primitive. In this way, the words you use to market to the old brain will often be the most direct, simple, arresting, visual words you have. You’ll likely see a lot of these “old brain” words in the lists below. The ultimate list of words and phrases that convert.</p> </blockquote> <div> <p>Here's a taste of what you'll find at the link!</p> <h3>The 5 most persuasive words in the English language</h3> <p>Use them for: Calls-to-action, headlines, email subject lines, headings, opening sentences and paragraphs</p> <ol><li>You</li> <li>Free</li> <li>Because</li> <li>Instantly</li> <li>New</li> </ol><p>Click through to the article to see the rest of these great lists all in one place!</p> <ul><li>The 20 most influential words to use in: headlines, bullet points, subject lines</li> <li>3 words to encourage community for: email signups, trial offers, in-app messaging</li> <li>10 cause-and-effect words and phrases for: closing paragraphs, transitions</li> <li>12 phrases that imply exclusivity to use on: signup forms, links, calls-to-action, subheads</li> <li>9 phrases that imply scarcity for: headings, promo copy</li> <li>28 words and phrases that make you feel safe for: payment forms, signup forms, testimonials</li> <li>48 ubiquitous power words for: email subject lines, headlines, calls-to-action</li> <li>9 word for shareable content for: social media updates</li> </ul></div> <p> </p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 09/03/2014 - 13:22</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/writting" hreflang="en">Writting</a></div> <div class="field__item"><a href="/index.php/tags/marketing" hreflang="en">Marketing</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Wed, 03 Sep 2014 20:22:23 +0000 Laura 152 at https://monkeysatkeyboards.com Maximixe SEO with Google Trends https://monkeysatkeyboards.com/index.php/blog/maximixe-seo-google-trends <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Maximixe SEO with Google Trends</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><img alt="Maximixe SEO with Google Trends" class="image-original_float_left" height="69" src="https://monkeysatkeyboards.com/sites/default/files/styles/original_float_left/public/Google_Trends_0.png?itok=iiYPRb1y" title="Maximixe SEO with Google Trends" width="200" /></p> <p><a href="http://www.google.com/trends/">Google trends</a> offers a glimpse into what the world is searching for and talking about right now. One of my clients complained that it was another hoop to jump through, but I see it more like a playbook to the game of Google search results. With a few minutes of your time, you can see if your writing includes potential words or phrases that clients might be using to find your web site. This will help organic SEO results and pay per click advertising.</p> <h3>Hot Searches</h3> <p>Hot Searches is Google's snapshot of what people are currently searching. If current events are relevant to your business and non-controversial, piggyback on that popularity. This is called newsjacking. Just remember to stay away from hot topic issues or you'll find yourself on a list like <a href="http://www.businessinsider.com/10-worst-social-media-marketing-fails-of-2013-2013-11?op=1">this</a>. </p> <h3>Explore</h3> <p>To me, this area is the more powerful tool. Here you can figure out what words and phrases your customers and readers are actually typing. Use it when writing and editing content, especially in <a href="http://monkeysatkeyboards.com/meta-tags-and-seo">meta tag abstracts</a>, to find the most search friendly terms.</p> <p>Starting at the top, customize your search terms based on location, time frame, categories, and type of search. For this example, I started with the defaults.</p> <h3>Interest over time </h3> <p>The first section simply shows a search term and the interest across a ten year span. Let's look at a search I did recently for a catering client that does a lot of work during the winter holiday season. I started with the client preferred phrase, "holiday party" and got these results.</p> <p>As you can see, the chart unsurprisingly peaks near the end of each year and happens annually.</p> <blockquote> <div>The numbers on the graph reflect how many searches have been done for a particular term, relative to the total number of searches done on Google over time. They don't represent absolute search volume numbers, because the data is normalized and presented on a scale from 0-100. Each point on the graph is divided by the highest point, or 100. When we don't have enough data, 0 is shown.</div> </blockquote> <div>What was surprising to us, is that the phrase "Christmas party" is a much more popular search term.</div> <div>The client didn't want to be that specific because the audience in the Bay Area is multi-cultural and most companies don't throw a "Christmas party". </div> <div> </div> <h3>Regional interest</h3> <p>In addition to showing users preference to a phrase over time, this section offers global insight into search terms. This is especially relevant to ensure you're using the phrases that appeal to your audience. Here we see that when you look by city the phrase "Christmas party"…</p> <blockquote> </blockquote> <p>… is not what San Francisco prefers, instead it is "holiday party".</p> <blockquote> </blockquote> <h3>Related Searches</h3> <p>Here there is excellent potential to find great, relevant search terms to promote your web site. Top and Rising both lead you to most searched for words and phrases.</p> <blockquote> </blockquote> <p>Pay special attention to trends based on the regions your company or blog targets. And then there's Google's crystal ball!</p> <h3>Forecasts</h3> <p>Well of course, not really. They collect and organize data - personal, web traffic, web site content - so it's worth a look. All terms don't have forecasts, but the goal is:</p> <blockquote> <div>To predict the popularity of a term in the future, Trends looks at how many people searched for that term in the past. Trends doesn’t take into account the context of the search term or its category.</div> </blockquote> <div>The forecast function is a checkbox in the upper right hand corner of the Interest Over Time section. Obviously, with an example like we've been using, Google can accurately predict that these phrases will go up again near the end of the year. I'm pretty sure we all saw that coming. Trends and causal relationships aren't always obvious and so I utilize this powerful tool to see 10+ years of compiled data at my finger tips.</div> <div> </div> <div>Google has an <a href="https://support.google.com/trends/?hl=en&amp;rd=2#topic=4365599">excellent help section </a>here if you want more in depth information.</div> <p>This post edited by the <a href="http://reviseit.net/">Revise It!</a> Team.</p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 05/21/2014 - 17:28</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/seo" hreflang="en">SEO</a></div> <div class="field__item"><a href="/index.php/tags/google" hreflang="en">Google</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Thu, 22 May 2014 00:28:35 +0000 Laura 97 at https://monkeysatkeyboards.com What, When & How to Engage on Social Media https://monkeysatkeyboards.com/index.php/blog/what-when-how-engage-social-media <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">What, When &amp; How to Engage on Social Media</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><div> <p> </p> <p><img alt="Scheduling Tweets" src="https://monkeysatkeyboards.com/sites/default/files/MonkeyTwitterGlasses2014_0.png" style="width: 150px; height: 150px; float: left; margin-left: 5px; margin-right: 5px;" title="Scheduling Tweets" />Our blog posts are automatically shared on our networks. That means we're sharing original content at a maximum of one per weekday which fits within The Social Media Guide's frequency. This looks to be ideal for LinkedIn, Facebook and Google Plus, but completely ineffective on Twitter. Below are my summaries of what I've been researching, as well as links to the original articles. <a href="https://bufferapp.com/">Buffer</a> is a free tool that I deliberately left out of <a href="http://monkeysatkeyboards.com/pushing-blog-content-social-networks">last week's guide</a> to pushing content to social networks. So after using Buffer for a few months, I found the free plans limit of 10 scheduled tweets to be limiting. That's only half a week . I discovered that <a href="https://hootsuite.com/">Hoot Suite</a> allows for tweet scheduling and has no limit!  Although I'm not using it for scheduling tweets, I recommend subscribing to Buffer's blog for informative, well written, and inspiring articles. </p> <h1> What</h1> <p>Small Business Marketing Tools has <a href="http://www.sbmarketingtools.com/comparison-chart-for-choosing-between-top-social-media-sites-for-marketing/">this excellent chart</a> examining what type of content works best on different social networks. </p> <p>The takeaway is Facebook, Twitter, and Google+ are best for sharing news, content, and stories while LinkedIn is best for sharing industry news and discussions. It seems pretty straightforward, but knowing your audience is half the battle.</p> <h1> How Long</h1> <p>The ideal length for content depends on a wide variety of factors. <a href="http://blog.bufferapp.com/the-ideal-length-of-everything-online-according-to-science">The Ideal Length of Everything According to Science</a> gets into the statistics of engagement. Their results:</p> <ul><li> <p>Tweet: 100 characters</p> </li> <li> <p>Facebook post: less than 40 characters</p> </li> <li> <p>Google+ headline: less than 60 characters</p> </li> <li> <p>Headlines: 6 words</p> </li> <li> <p>Blog posts: 1,600 words</p> </li> <li> <p>Width of a paragraph: 40-55 characters</p> </li> <li> <p>Email subject line: 28-39 characters</p> </li> <li> <p>Title tag: 55 characters</p> </li> </ul><div> <div> <div> <div> <div> <div> <div> <div> <h1> When</h1> </div> </div> </div> </div> </div> </div> </div> </div> </div> <p><a href="http://blog.bufferapp.com/social-media-frequency-guide">The Social Media Frequency Guide</a> really gets into the details of posting across social network platforms. The main takeaway is:</p> <div> <blockquote> <p>Post to Twitter at least 5 times a day. If you can swing up to 20 posts, you might be better off.</p> <p>Post to Facebook/Google+ 5 to 10 times per week.</p> <p>Post to LinkedIn once per weekday.</p> </blockquote> <p>I highly recommend clicking through and reading the entire article as it's insightful and well researched. In addition to frequency, time of day can make a huge difference. For example, <a href="http://blog.bufferapp.com/the-4-most-accurate-ways-to-find-your-best-time-to-tweet">this article</a> discusses 4 ways to find the best time to tweet.</p> </div> <div> <p>Another excellent read on this topic is <a href="http://blog.bufferapp.com/the-case-for-reposting-content">The Case for Reposting Content</a> with three great results.</p> <div> <ul><li> <p>More traffic</p> </li> <li> <p>Hit multiple time zones</p> </li> <li> <p>Reach your new followers</p> </li> </ul><p>It also goes over tips on how to implement and test the success with your own content.</p> <div> <div> <p>It looks like I'll be spending significant time with Buffer and scheduling posts over the next few weeks. I'll report back if I discover any more great insights!</p> </div> </div> </div> </div> <div> <p>Next week we'll look at optimizing your content for SEO by using Google Trends.</p> <p>This post was updated to include information about Hoot Suite January 22, 2015.</p> <p>This post edited by the <a href="http://reviseit.net/">Revise It!</a> Team.</p> <hr /><p>If you need help creating your social media strategy, <a href="https://monkeysatkeyboards.com/contact">contact us</a> today.</p> </div> <p> </p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 05/14/2014 - 14:56</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/facebook" hreflang="en">Facebook</a></div> <div class="field__item"><a href="/index.php/tags/twitter" hreflang="en">Twitter</a></div> <div class="field__item"><a href="/index.php/tags/linkedin" hreflang="en">LinkedIn</a></div> <div class="field__item"><a href="/index.php/tags/google-0" hreflang="en">Google+</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Wed, 14 May 2014 21:56:41 +0000 Laura 90 at https://monkeysatkeyboards.com Pushing Blog Content to Social Networks https://monkeysatkeyboards.com/index.php/blog/pushing-blog-content-social-networks <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Pushing Blog Content to Social Networks</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>For my <a href="http://laurachenault.com/">art site</a>, I believe in having a social media presence on multiple platforms. I also prefer to focus my time creating content for my own site and then share it from there. And of course, I want my content to look good. Currently I have fan pages set up on <a href="https://www.facebook.com/ArtistLauraChenault">Facebook</a>, <a href="https://twitter.com/nagzter">Twitter</a>, <a href="http://gplus.to/LauraChenault">Google+</a>, <a href="http://nagzter.tumblr.com/">Tumblr</a>, and I also push my new content to my <a href="https://www.linkedin.com/in/laurachenault">LinkedIn</a> profile. Below are the tools I'm currently using. </p> <p><a href="http://laurachenault.com/"><img alt="Laura Chenault Fine Art Site" height="265" src="http://monkeysatkeyboards.com/sites/default/files/LauraChenaultSocial.png" title="Laura Chenault Fine Art Site" width="468" /></a></p> <p><img alt="RSS Monkey" src="http://monkeysatkeyboards.com/sites/default/files/MonkeyRSSGlasses2014_0.png" style="width: 100px; height: 100px; float: left;" title="RSS Monkey" />All of this is done using the RSS feed. CMS driven platforms such as WordPress, Bloggr, or Tumblr should create a raw RSS feed automatically, although it probably won't look very nice. Feedburner can clean it up for you.</p> <p> </p> <p><img alt="Feedburner Logo" height="71" src="http://monkeysatkeyboards.com/sites/default/files/FeedburnerLogo.jpg" title="Feedburner Logo" width="200" /></p> <p><a href="http://feedburner.google.com/"><strong>Feedburner</strong></a> can easily theme your RSS (Rich Site Summary) driven content and offers integration to popular readers. Feedburner also supports publishing your feed to Twitter. Here's what my Drupal RSS looks like before Feedburner…</p> <p><a href="http://laurachenault.com/rss.xml"><img alt="Raw RSS feed" height="235" src="http://monkeysatkeyboards.com/sites/default/files/RSS_RawFeed_0.png" title="Raw RSS feed" width="468" /></a></p> <p>…and after.</p> <p><a href="http://feeds.feedburner.com/LauraChenault"><img alt="RSS with Feedburner" height="500" src="http://monkeysatkeyboards.com/sites/default/files/RSS_Feedburner.png" title="RSS with Feedburner" width="468" /></a><br /> Definitely an improvement! To see what your raw RSS feed looks like navigate to <a href="http://laurachenault.com/rss.xml">YourSiteName.com/rss.xml</a>.</p> <p><img alt="HootSuite Logo" height="70" src="http://monkeysatkeyboards.com/sites/default/files/HootSuite.jpg" title="HootSuite Logo" width="200" /></p> <p><a href="http://hootsuite.com"><strong>HootSuite</strong></a> allows you to view and interact with multiple social networks. Their free plan includes integrating up to 5 networks allowing you to publish content to all of them at once. There is also the capacity for scheduled posts, location tagging, and integrated privacy settings.</p> <p>I primarily use HootSuite to push my content to my Google+ page. I've tried a few different combinations of services and feeds and have found that using the Feedburner RSS feed with HootSuite looks best on Google+. This is controlled in the RSS/Atom section of HootSuite's settings. Here is a comparison of the IFTTT recipe vs. the HootSuite post.</p> <p><img alt="RSS feed with HootSuite (left) compared to IFTTT (right)" height="188" src="http://monkeysatkeyboards.com/sites/default/files/HootSuite_IFTTT.png" title="RSS feed with HootSuite (left) compared to IFTTT (right)" width="468" /></p> <p>Since my site is primarily images, I definitely prefer HootSuite on the left.</p> <p><img alt="GPlus Logo" height="87" src="http://monkeysatkeyboards.com/sites/default/files/GPlus.jpg" title="GPlus Logo" width="200" /></p> <div> <strong><a href="http://gplus.to/">GPlus</a></strong> allows you to have a slightly nicer Google+ name. Basically a URL shortener, the name defaults to the long numerical Google generated name once it loads. Google+ is inviting page owners and individuals to change this, making this service obsolete. </div> <p><img alt="IFTTT (If This Then That) Logo" height="97" src="http://monkeysatkeyboards.com/sites/default/files/ifttt_logo-01.jpg" title="IFTTT (If This Then That) Logo" width="201" /></p> <p><strong><a href="http://ifttt.com">IFTTT</a> (</strong>If This Then That) is a powerful service that allows you to automate almost anything. Helpful lifestyle updates such as receiving a text when you need to pack an umbrella or an email when tomorrow's forecast calls for snow are handy recipes that you can use. There are powerful back up tools that allow automatic back ups of photos posted to Flickr or Instagram to your preferred cloud service. For social network integration, I'm using these straight forward recipes designed by others to publish my RSS driven content. You can create triggers based on keywords in your content and more. These are the recipes I'm using now.</p> <ul><li> <a href="https://ifttt.com/recipes/20880">RSS to LinkedIn</a> profile</li> <li> <a href="https://ifttt.com/myrecipes/personal/6346721">RSS to Tumblr</a></li> <li> <a href="https://ifttt.com/recipes/89053">RSS to Twitter</a> (currently I'm using the Drupal module)</li> <li> <a href="https://ifttt.com/myrecipes/personal/6435059">RSS to Facebook Fan Page</a></li> <li> As I mentioned above, RSS to Google+ was not very pretty, so I'm using HootSuite for this push.</li> </ul><p>Log in to all of your social networks before signing up for HootSuite and IFTTT to make the integrations a little easier, and make sure you copy your RSS feed into each recipe. Also when you change passwords, it's a good practice to double check that your networks are still linked.</p> <p><img alt="Orange Drupal Logo" height="160" src="http://monkeysatkeyboards.com/sites/default/files/OrangeDrupal.png" title="Orange Drupal Logo" width="140" /></p> <p><strong>Drupal</strong> is king for content management, but the social network integration is better suited to pulling, sharing, and commenting. Twitter is the exception and is one of the easiest to integrate and gives specific control over individual posts. I followed <a href="https://drupal.org/node/1346824">these</a> instructions.</p> <p>​Drupal Modules</p> <ol><li> <a href="https://drupal.org/project/twitter">Twitter</a></li> <li> <p><a href="https://drupal.org/project/oauth">Oauth</a></p> </li> <li> <p>Create your custom <a href="https://dev.twitter.com/">Twitter</a> App </p> </li> </ol><p>I find this to be the best and most direct social integration and I look forward to when other social networks are as smooth. The Twitter publishing shows up as one of the bottom vertical tabs when creating content and the content published can be customized globally through the content type edit page. Authors with the proper permissions can add custom hashtags and intros for any content. </p> <p>If you don't have this level of access to your site or lack the expertise, Feedburner and IFTTT are excellent options for simple Twitter integration.</p> <div> Next week's post will cover what content goes best with different social platforms, how long the ideal post should be, and what the best frequency is to reach out to your networks. Stay tuned.</div> <div>  </div> <div> <span style="font-family:arial, sans-serif;font-size:13px;">This post edited by the <a href="http://reviseit.net/">Revise It!</a> Team</span></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Wed, 05/07/2014 - 08:29</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> <div class="field__item"><a href="/index.php/tags/facebook" hreflang="en">Facebook</a></div> <div class="field__item"><a href="/index.php/tags/twitter" hreflang="en">Twitter</a></div> <div class="field__item"><a href="/index.php/tags/tumblr" hreflang="en">Tumblr</a></div> <div class="field__item"><a href="/index.php/tags/rss" hreflang="en">RSS</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Wed, 07 May 2014 15:29:21 +0000 Laura 57 at https://monkeysatkeyboards.com Meta tags and SEO https://monkeysatkeyboards.com/index.php/blog/meta-tags-and-seo <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog-entry.html.twig x field--node--title.html.twig * field--node--blog-entry.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Meta tags and SEO</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog-entry.html.twig * field--node--body.html.twig * field--node--blog-entry.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Meta tags are a handy tool that have been abused and misunderstood.</p> <p>Meta tags started as a simple text way to designate search terms on your website. Often just lists of keywords, they were abused by websites that would put a lot of junk tags in their pages in order to improve their rankings. Search engines got smarter and meta tags have evolved.</p> <p><strong>Sunday</strong></p> <p>It all began one Sunday evening when a client asked where Google gets the summary text that shows up under a listing. Curious, I googled my name to find out what my personal portfolio site looks like in search engines. I was dismayed to say the least. <span>As you can see Ask and AOL match Google</span><span> and they are showing the most recent update on my home page -- usually the first line of a blog post. Not ideal for a main site description. Bing and Yahoo are both showing the text from my footer.</span></p> <div>Because my name is uncommon, searching by that yields excellent results with first spots across all the browsers I tested. That makes it easy to focus on customizing these search results. </div> <center> <figure><a href="http://monkeysatkeyboards.com/sites/default/files/Google_Sun.png" title="Google Original Search Results"><img alt="Google Original Search Results" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Google_Sun.png?itok=1yrIt_8T" style="width: 150px; height: 150px;" /></a> <figcaption>Google Original Search Results</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Bing_Sun.png" title="Bing Original Search Results"><img alt="Bing Original Search Results" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Bing_Sun.png?itok=iox0eOEA" width="150" /></a> <figcaption>Bing Original Search Results</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Ask_Sun.png" title="Ask Original Search Results"><img alt="Ask Original Search Results" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Ask_Sun.png?itok=ThKCBoTc" width="150" /></a> <figcaption>Ask Original Search Results</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Aol_Sun.png" title="AOL Original Search Results"><img alt="AOL Original Search Results" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Aol_Sun.png?itok=L6ZVPfai" width="150" /></a> <figcaption>AOL Original Search Results</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Yahoo_Sun.png" title="Yahoo Original Search Results"><img alt="Yahoo Original Search Results" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Yahoo_Sun.png?itok=ulKQRHvB" width="150" /></a> <figcaption>Yahoo Original Search Results</figcaption></figure></center> <p><strong>Monday</strong></p> <p>The next day determined to make my search results more relevant, we installed the <a href="https://drupal.org/">Drupal</a><span> </span><span><a href="https://drupal.org/project/metatag">Metatag</a> <span>module</span>. Since search engines igmore keywords, I used the abstract fields. I began by putting a description in for the front page. Next I turned to the list pages that make up the gallery sections, blog list page, and shop page. Each of those received newly designed headings and descriptions.</span></p> <p><strong>Tuesday</strong></p> <p>Today was spent updating the Shows section on my website. It has been neglected and will take hours to get it up to date. I'll do a little each day while I wait for my front page results to show up in the search engines!</p> <p><strong>Wednesday</strong></p> <p>Dave led me to expect my updated results to take a while, but I'm impatient and have been checking daily (I know, twice). Today I looked and my site description has been updated at Google! A couple of hours of installation, configuring, and writing; two days of waiting and voíla a much better looking search result! As before Ask and AOL are also showing my meta tag description. Bing and Yahoo are unfortunately still showing the text from my footer.</p> <center> <figure><a href="http://monkeysatkeyboards.com/sites/default/files/Google_Wed.png" title="Google Success on Wednesday!"><img alt="Google Success on Wednesday!" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Google_Wed.png?itok=jwKPebgY" width="150" /></a> <figcaption>Google Success on Wednesday!</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Aol_Wed.png" title="AOL Success on Wednesday!"><img alt="AOL Success on Wednesday!" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Aol_Wed.png?itok=5726Ur8K" width="150" /></a> <figcaption>AOL Success on Wednesday!</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Ask_Wed.png" title="Ask Success on Wednesday!"><img alt="Ask Success on Wednesday!" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Ask_Wed.png?itok=nHQPbiDe" title="Ask Success on Wednesday!" width="150" /></a> <figcaption>Ask Success on Wednesday!</figcaption></figure><p class="rteleft"><strong>Thursday</strong></p> <p class="rteleft">Bing and Yahoo are still showing my footer text. </p> <p class="rteleft"><strong>Friday</strong></p> <p class="rteleft">Sadly, no change. Dave is confident that Bing and Yahoo will catch up and that Google simply scans with greater frequency.</p> <p class="rteleft"><strong>Saturday</strong></p> <p class="rteleft">Ooops. I forgot to check!</p> <p class="rteleft"><strong>Sunday</strong></p> <p class="rteleft">Bing and Yahoo are also now showing my updated site description! Success!</p> <figure><a href="http://monkeysatkeyboards.com/sites/default/files/Yahoo_End.png" title="Yahoo Success on Sunday!"><img alt="Yahoo Success on Sunday!" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Yahoo_End.png?itok=nOgVzpLS" width="150" /></a> <figcaption>Yahoo Success on Sunday!</figcaption></figure><figure><a href="http://monkeysatkeyboards.com/sites/default/files/Bing_End.png" title="Bing Success on Sunday!"><img alt="Bing Success on Sunday!" height="150" src="https://monkeysatkeyboards.com/sites/default/files/styles/image_popup_medium_thumbnail/public/Bing_End.png?itok=Z67Z-TFn" width="150" /></a> <figcaption>Bing Success on Sunday!</figcaption></figure></center> <p class="rteleft">The meta tag module seamlessly integrates with Drupal nodes allowing you to customize abstracts on any type of content: blog, static pages, listing pages, etc.. The abstract field of the meta tag adds relevance and customizes the look to your search results.</p> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog-entry.html.twig x field--node--uid.html.twig * field--node--blog-entry.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <a title="View user profile." href="/index.php/users/laura" lang="" about="/index.php/users/laura" typeof="schema:Person" property="schema:name" datatype="" class="username">Laura</a> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog-entry.html.twig x field--node--created.html.twig * field--node--blog-entry.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Tue, 12/03/2013 - 07:23</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-tags--blog-entry.html.twig * field--node--field-tags.html.twig * field--node--blog-entry.html.twig * field--field-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <div class="field field--name-field-tags field--type-entity-reference field--label-hidden field__items"> <div class="field__item"><a href="/index.php/tags/meta-tag" hreflang="en">Meta tag</a></div> <div class="field__item"><a href="/index.php/tags/seo" hreflang="en">SEO</a></div> <div class="field__item"><a href="/index.php/tags/drupal" hreflang="en">Drupal</a></div> <div class="field__item"><a href="/index.php/tags/blogging" hreflang="en">Blogging</a></div> </div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Tue, 03 Dec 2013 15:23:38 +0000 Laura 35 at https://monkeysatkeyboards.com