• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Pixeldust Drupal Maintenance Support

Pixeldust Drupal Maintenance

  • Project Questionaire
  • Project Questionaire

Drupal Maintenance

Drupal Tips for Boosting Your Search Engine Rankings

March 26, 2019 by Drupal Development

Strong SEO is easy if you build your website with Drupal.  Unlike most other content management systems, Drupal is designed from the ground up for search engine optimization.

Given that Drupal is the preferred platform of web developers for building search-friendly websites, and because of Drupal’s large community of developers, there are many high-quality plug-ins available that make strong SEO simple.

Of course, the fundamentals of SEO for Drupal are the same as for any other CMS: make sure to use descriptive titles, include your top search keywords in your page URLs, and keep your content fresh and focused. Read on for a few Drupal SEO tips to boost your search engine rankings and bring traffic to your website.

Three top Drupal modules for SEO

Pathauto module

The pathauto module is very useful for SEO. Pathauto automatically creates custom URLs based on title, taxonomy, content type, and username. You must enable the path module for pathauto to function.

It can take a little experience to get the settings for the URL paths that you want for optimum SEO. You can use the path module to create custom URLs for every webpage, but that is time-consuming and can lead to inconsistencies.

All you have to do is enable the path module and install the pathauto module. You can then automatically create nice-looking URLs with minimal configuration.

The discussion above relates to new Drupal sites. With existing Drupal sites you need to be  careful to not rename your already existing URLs with the pathauto module.

It is important to avoid changing existing URLs because that means search engines have to start from scratch in locating and ranking your page.

Global redirect module

The global redirect module performs three tasks that improve SEO:

  • Global redirect performs a 301 redirect to the URL alias if a requested URL has a URL alias. Let’s say you’re using URL alias for node 25 called page-style, then the global redirect module will undertake a 301 redirect from http://example.com/node/25 to http://example.com/page-style.
  • Global redirect  also deletes trailing slashes from URLs. The Global Redirect Module will redirect a request for http://example.com/page-style/ to http://example.com/page-style. This enables strong SEO by preventing search engines from seeing two different URLs with duplicate content (duplicate content hurts SEO).
  • Global redirect will 301 redirect to the actual front page if a requested URL is being used as Drupal’s front page. Let’s say you have assigned the path toppage to your site’s front page, then a request for http://example.com/toppage will 301 redirect to http://example.com/.

Drupal experts recommend the global redirect module for sites with non-Drupal content because  it only removes trailing slashes from URLs that are handled by Drupal.

Metatags module

Metatags are essential for strong SEO, and the metatags module makes it easy.

Don’t try to stuff your metatags with too many keywords. Just include one or two key words that fit in the natural flow of the metatag text. The meta description is probably the most important metatag, and it needs to be easy to read and informative.

Every webpage should have its own meta description for optimum results. The meta description should briefly summarize the page.

Keep in mind that when a search engine lists your site in the results pages, it uses your page’s HTML title for the title, and your meta description provides the text snippet for potential visitors to read. Ideally it is both informative and serves as a “hook” to encourage visitors to come to the webpage to learn more.

Pixeldust provides full Drupal support and maintenance including engine engine readiness evaluation and optimization.

Filed Under: Drupal Development, Drupal in Denver, Drupal Maintenance, Drupal Support, Houston Drupal, Houston Drupal Developer, Houston Drupal Development Tagged With: Austin Drupal Developer, Denver drupal, Denver drupal development, Drupal Development, drupal development Denver, Drupal Maintenance, Drupal SEO, Drupal Support Denver, Houston Drupal Developer

Drupal.org blog: What’s new on Drupal.org? – July 2016

March 25, 2019 by Drupal Development

Read our Roadmap to understand how this work falls into priorities set by the Drupal Association with direction and collaboration from the Board and community.
The Drupal Association engineering team has been continuing to refine our focus for the next 12 months. In July, we worked through the details of setting new priorities for our work, after the organizational changes earlier this summer.
As part of this prioritization process, we’ve set up a technical advisory committee: a collaboration between a few members of the staff, a representative from the board, and two members from the community. This committee will help us refine the roadmap for Drupal.org for the short term—while the Association is focused on fiscal health and sustainability—and will provide strategic vision for the long term, as our fiscal stability improves.
As a result of these changes, you’ll begin to see our updates in this blog series evolve. Expect a greater focus on:
The adoption journey for users evaluating Drupal.
Systematic improvements to make maintenance of critical Drupal.org services less labor intensive and more affordable.
Community initiatives, where we’re working together with community contributors who want to help us improve Drupal.org.
So without further ado, let’s talk about what we did in July.
Drupal.org updates
User Menu
We’ve moved the user activity links (Login/Register, My Dashboard, My Account, etc.) to a user menu in the top navigation. This change is live on www.Drupal.org and all of the sub-sites that use the Bluecheese theme. The immediate effects of this change are a better look and feel and more vertical space for content on every page. But these weren’t the primary motivation. The larger reason for making this change is that it’s the first incremental step towards upcoming editorial changes on Drupal.org.

More incremental changes will follow in August, including accessibility improvements to this new user menu and a new search icon to replace the embedded search box in the header.
Better Packaging Behavior
One of the basic features of Drupal.org’s project hosting is packaging the code committed to our git repositories and providing tar.gz and zip files of releases. The packaging process, while generally reliable, has had its share of infrequent but persistent quirks and race conditions. In July, we fixed several aspects of packaging to eliminate race conditions and reduce the need for human intervention if it runs off the rails. The changes we made were:
Storing and using commit file hashes instead of relying on timestamps to find files changed since the last packaging run.
Considering the committer date for packaging.
Update project release tables immediately when packaging occurs.
Taken together, these changes have made packaging faster, more efficient, and less prone to race conditions that require staff time to fix.
Supporting Drupal 8.2
Drupal 8.2 is coming soon, scheduled for release on October 5th. The beta period for this point release began on August 3rd, and so towards the end of July we spent some time supporting the Core developers who were trying to get their features ready for inclusion in the beta period. In particular, we updated PhantomJS to version 2.1.1 in our DrupalCI containers, to allow Core developers to test javascript interactions for file uploads—part of the new quick edit features targetted for this point release.
Deprecated unstable releases
In July, we also deprecated the use of the “unstable” release tag for projects hosted on Drupal.org. Per our naming conventions, the unstable tag was intended to represent a release without a stable codebase, api, or database schema. However, this definition is largely redundant with the alpha tag and/or simply using dev releases. Beyond that, “unstable” is not a standard tag in semver, and is thus not supported by tools that rely on the semver standard, such as Composer. Existing releases tagged “unsable” on Drupal.org weren’t affected by this change, but no future releases with this tag will be packaged.
Drupal.org Composer repositories beta period continues
We’re still observing how the community uses the Drupal.org Composer repositories, and collecting feedback and issues as we move towards designating the service stable. We encourage you to begin transitioning your Composer-based workflows to use Drupal.org’s Composer façade. Package names are stable, and downtimes will be planned and announced. For more information on how to use Drupal.org’s Composer repositories, read our documentation.
Sustaining support and maintenance
Outage follow-ups
A raid array failure in our data center resulted in a brief outage in July. Fortunately, we were able to mitigate the issue and restore service until the affected array could be replaced. The rebuilt array increased our redundancy to avoid future outages when we experience multiple disk failures.
Backups
We also updated our backup process, and are now using a combination of Borg and rsync.net. The combination of borg for data deduplication and encryption and rsync.net’s resilient cloud platform gives us an efficient and economical solution for backup and selective restoration.
Community initiative updates
These are initiatives to improve Drupal.org, driven by members of the community in collaboration with Drupal Association staff for architecture, review and deployment.
Documentation migration
Migration into the new documentation content types that began in June continues. The first sections of documentation being migrated are the Drupal.org docs and the Understanding Drupal guide. More volunteers to help migrate documentation are welcome!
if you are interested in helping, or sign up as a maintainer for some of the new documentation guides.
———
As always, we’d like to say thanks to all the volunteers who work with us, and to the Drupal Association Supporters, who made it possible for us to work on these projects.
If you would like to support our work as an individual or an organization, consider becoming a member of the Drupal Association.
Follow us on Twitter for regular updates: @drupal_org, @drupal_infra
Source: New feed

Filed Under: Austin Drupal Maintenanace, Drupal Development, Drupal in Denver, Drupal Maintenance, Drupal Support, Houston Drupal, Houston Drupal Developer, Houston Drupal Development, Houston Drupal Support, Houston TX Tagged With: Austin Drupal Developer, Denver CO Drupal Maintenance, Drupal Development, drupal development Denver, Drupal Maintenance, Houston Drupal Developer

GVSO Blog: [GSoC 2016: Social API] Week 11: Documentation

February 19, 2019 by Drupal Development

[GSoC 2016: Social API] Week 11: Documentation

We are getting closer to Google Summer of Code final evaluation. Students must start submitting their project in 5 days. During these months, I have been working on a project to harmonize social networking functionality in Drupal. So, it was time to start creating documentation about it. This week, I focus on documentation for site builders.
gvso
Wed, 08/10/2016 – 08:43

Tags

Drupal
Drupal Planet
GSoC 2016

Read more about [GSoC 2016: Social API] Week 11: Documentation
Source: New feed

Filed Under: Austin Drupal Maintenanace, Drupal Development, Drupal in Denver, Drupal Maintenance, Drupal Support, Houston Drupal, Houston Drupal Developer, Houston Drupal Development, Houston Drupal Support, Houston TX Tagged With: Denver CO Drupal Maintenance, drupal development Denver

Lullabot: The Dark Art of Web Design

February 16, 2019 by Drupal Development

Matt & Mike sit down with Lullabot’s entire design team and talk the ins, outs, processes and tools behind sites such as GRAMMY.com, MSNBC, This Old House, and more!
Source: New feed

Filed Under: Austin Drupal Maintenanace, Drupal Development, Drupal in Denver, Drupal Maintenance, Drupal Support, Houston Drupal, Houston Drupal Developer, Houston Drupal Development, Houston Drupal Support, Houston TX Tagged With: Denver CO Drupal Maintenance, drupal development Denver

InternetDevels: Great travel websites built with Drupal: welcome to the journey!

February 15, 2019 by Drupal Development

Drupal is a great choice for any kinds of websites — we previously offered you a collection of Drupal online stores. But our today’s topic will be a special choice for the summer. Prepare to enjoy!
Read more
Source: New feed

Filed Under: Austin Drupal Maintenanace, Drupal Development, Drupal in Denver, Drupal Maintenance, Drupal Support, Houston Drupal, Houston Drupal Developer, Houston Drupal Development, Houston Drupal Support, Houston TX Tagged With: Denver CO Drupal Maintenance, drupal development Denver

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 5
  • Go to Next Page »

Footer

Drupal Maintenance Services

  • Module Development

    Already have a site but have a need for a new module to increase your site’s functionality? We can add this for you or create a custom module to suit your needs. Having trouble with an existing custom module? We can fix it.Read More »
  • Drupal Commerce Support

    If your site currently has commerce integration, our Drupal developers can assist in adding additional functionality or fixing any issues that may occur. Or if you are contemplating adding a store to your site, we can assist in helping to not only get it set up but also in making sure you are using the best solutions for your individual needs.Read More »
  • Site Performance

    Is your site experiencing slow downs? We can perform an audit on your site to determine factors that contribute to the poor response time of the site. We then will offer recommendations to speed up the response time of initial and subsequent page loads.Read More »
  • Hosting Consulting

    Need to get your Drupal site set up with a hosting company? Or perhaps you aren’t sure if your current hosting provider is the best option for you. Speak with one of our experienced server professionals and learn about other options that may be more suited for your needs. This can help increase your performance, retention, security, and save your business money.Read More »

Copyright © 2021 · Parallax Pro on Genesis Framework · WordPress · Log in