<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Passing Curiosity: Posts tagged seo</title>
    <link href="https://passingcuriosity.com/tags/seo/seo.xml" rel="self" />
    <link href="https://passingcuriosity.com" />
    <id>https://passingcuriosity.com/tags/seo/seo.xml</id>
    <author>
        <name>Thomas Sutton</name>
        
        <email>me@thomas-sutton.id.au</email>
        
    </author>
    <updated>2013-09-06T00:00:00Z</updated>
    <entry>
    <title>Drupal SEO Functionality</title>
    <link href="https://passingcuriosity.com/2013/drupal-seo/" />
    <id>https://passingcuriosity.com/2013/drupal-seo/</id>
    <published>2013-09-06T00:00:00Z</published>
    <updated>2013-09-06T00:00:00Z</updated>
    <summary type="html"><![CDATA[<p>Some content management systems have a reputation for poor search engine
performance. Drupal, thankfully, is not one of these. With a combination of
core functionality and several contributed modules, any Drupal web-site can
have very good search engine performance.</p>
<h2 id="urls">URLs</h2>
<p>Drupal has the capacity to assign “human friendly URLs” to any page on the
web-site. With the addition of the <a href="https://drupal.org/project/pathauto">Pathauto</a> module, we can configure the
site to automatically generate “friendly” URLs based on the titles, dates,
categories, menu hierarchy, or nearly any other property of a piece of content.</p>
<p>The <a href="https://drupal.org/project/globalredirect">Global Redirect</a> and <a href="https://drupal.org/project/pathologic">Pathologic</a> modules can ensure that search
engines and visitors use only the “friendly” URL for a page, reducing or
removing the instance of duplicate content.</p>
<h2 id="search-engine-integration">Search Engine Integration</h2>
<p>The <a href="https://drupal.org/project/robotstxt">RobotsTxt</a>, <a href="https://drupal.org/project/xmlsitemap">XML Sitemap</a> and <a href="https://drupal.org/project/site_verify">Site Verification</a> modules can help
to support and manage the integration between a Drupal site and various search
engines.</p>
<h2 id="metadata">Metadata</h2>
<p>The <a href="https://drupal.org/project/metatag">Metatag</a> module allows your Drupal site to manage the metatags embedded
in the code of each page. As with “friendly” URLs, metatags can be controlled
on each individual page or generated automatically from the title, dates, and
other properties of each piece of content.</p>
<p>This module supports a range of metadata standards and formats including Dublin
Core, Facebook Open Graph, Twitter Cards.</p>
<h2 id="analytics">Analytics</h2>
<p>The <a href="https://drupal.org/project/google_analytics">Google Analytics</a> and <a href="https://drupal.org/project/google_analytics_reports">Google Analytics Reports</a> modules can integrate
support for Google Analytics more deeply into a Drupal web-site. Using these
modules we have fine-grained control of which users and which sections of a site
are tracked and even embed Google Analytics reports directly into the site.</p>
<h2 id="content">Content</h2>
<p>A Drupal web-site can enforce a range of restrictions and requirements on the
content that it manages.</p>
<p>Common concerns are alternate text for images (often called “alt text”),
resizing uploaded images appropriately, restricting formats of uploaded files,
enforcing length requirements.</p>
<p>Domain-specific requirements can also be implemented, if required.</p>
<h2 id="markup">Markup</h2>
<p>The code generated by a Drupal web-site can be customised, as required, to meet
the requirements of a project.</p>
<p>The Drupal theme which implements your custom design will meet search engine
recommendations out of the box, and can be customised to meet SEO requirements
if required.</p>
<h2 id="performance">Performance</h2>
<p>Drupal includes a range of features and considerations which help to improve
page loading times, now an important component of search engine rankings. This
includes the aggregation of Javascript and stylesheet files, content delivery
networks, and a range of application caching solutions.</p>
<p>Drupal web-sites can, depending on specific functionality, have very good
support for HTTP caching and a range of server configuration options which can
improve performance.</p>]]></summary>
</entry>

</feed>
