SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Justin is Head Of Training and
Content Services at Sigma and
focusses on User Research and
content. His background is in
writing, information design and
training delivery.
Email: justin.darley@sigma.se
Twitter: @Just_UX
Phone: 01625 410988
 Like anything else, websites can deteriorate without maintenance
 It’s easier to add content than delete it
 Not everyone who edits a page is a skilled writer or designer…
Content auditing is time consuming,
manual and a little dull
Lots of what you want to find out about your site
needs a human being to look at the pages
Some of the work can be automated
And I’ll show you how to automate as much of it
as you can
It’s helpful to have an Olly
Someone with a level of web knowledge/savvy
who doesn’t mind some repetitive work (students
and interns can work well)
Crawl your site and create an Excel content
inventory.
Use Excel formulae to create columns showing your
website hierarchy. Optionally, use Excel formulae to
create charts showing the distribution of content
through the site.
Assess your priorities, reasons for auditing and resource
availability – use this information to decide what criteria to
assess in the audit. Add the relevant columns to your
inventory.
Using the inventory, audit the site adding content to all of
the columns you have prioritised.
Agree next steps and resourcing to address any issues
you find
 A couple of definitions:
 An inventory is quantitative; it mostly tells you what content you have,
how much content you have and where it is. I suggest you try to automate
this (see below)
 A completed audit is qualitative; it can show you how good your content
is, whether it meets the needs of your audience, how frequently it is
accessed, when it was last updated…
 The Screaming Frog SEO Spider
 Crawls sites and fetches key SEO
data
 Much of this data is useful for an
inventory (as well as SEO)
 Can be exported to Excel
 Free up to 500 URLs
 License £99 a year
1. Crawl the site with the Screaming Frog SEO Spider
2. Export the whole crawl to Excel
3. Open the spreadsheet
1. Create Excel worksheets
for each file type
2. Use Excel filters to
separate the content into
file types
3. Copy and paste the
relevant rows into the new
sheets
1. In the HTML sheet, create a column for each hierarchical level of your site
(if your site is huge, you may want to put top level folders on separate
sheets)
2. Use formulae to populate these columns
3. Formulae are in the appendix of these slides
These columns are “working out”, you can hide them
 Use Excel formulae to show how your content is distributed
 Copy your Level 1 column to a new sheet (be sure to paste ”values”)
 Use Excel to remove duplicates
 Use count formulae to count the pages in each folder
 Insert pie charts
 All your published content is now in a spreadsheet
 It’s separated into folders and content types
 Charts show you how it is spread across the site
 This is your inventory
 Thanks to ScreamingFrog, you have also already started your audit!
 Your inventory contains a lot of useful SEO-focussed audit data including:
 Status Code
 Status
 Title and its length
 Meta Descriptions and their length
 H1s on the page and their length
 File size
 Word Count
 Inlinks and Outlinks
 We will now add other columns
 You can audit your site across a large range of criteria
 Time is the main limitation
 Choose what to focus on (and what you have time for) and add columns as
appropriate (for example):
Content
management
User experience Analytics Migration Next steps
 Owner(s)
 Last reviewed
 Last modified
 Template
 Call to action
 Enquiry opp.
 Target user
 Condition/Quality
 Style
 Page views
 Absolute unique
visitors
 Bounce rate
 Duplicate
 Required
 Action
 Note
 Assigned to
 Due
 Use short codes as Excel dropdowns to speed up the audit, for example:
Column Code
Call to action Y/N
Enquiry opp. Y/N
Target user GP = General public
J = Journalist
P = Partners
Condition/Quality Le = Too long
WT = Wall of text
Im = Wrong images
Fo = Poor formatting
LT = Poor link text
Style Y = on brand
N = off brand
 Use the URL column to visit each page
 Fill in the columns
Content
management
User experience Analytics Migration Next steps
 Owner(s)
 Last reviewed
 Last modified
 Template
 Call to action
 Enquiry opp.
 Target user
 Condition/Quality
 Style
 Page views
 Absolute unique
visitors
 Bounce rate
 Duplicate
 Required
 Action
 Note
 Assigned to
 Due
 If you are clever with Google Analytics, you can automate this bit too!
 Use a custom report to export the data you want to Excel, sort it by URL and
paste in the column
 The most important column in your sheet
Content
management
User experience Analytics Migration Next steps
 Owner(s)
 Last reviewed
 Last modified
 Template
 Call to action
 Enquiry opp.
 Target user
 Condition/Quality
 Style
 Page views
 Absolute unique
visitors
 Bounce rate
 Duplicate
 Required
 Action
 Note
 Assigned to
 Due
 Do you have any content with no target users? Why is it there?
 Which content is infrequently updated? Why? What will you do to fix it?
 Do you have content that is in poor condition:
 Badly written?
 Overly verbose?
 Badly laid out?
 Off brand?
 Carry out a top tasks analysis – do you have content for your top tasks?
 What are your strategic objectives – do you have content for those?
 Are you well set up for SEO?
 ...
Formula Notes
=SEARCH("/",A3,21)  Returns the position of the first slash in the URL
 In column B in a table column called “Postn of 1st /”
 21 is the position of the last character of our shortest domain., edit for your
site
=IFERROR(SEARCH("/",[Address],([Postn of 1st /]+1)),"")  Returns position of 2nd /. Returns blank if there is no 2nd slash.
 In column C in a table column called “Postn of 2nd /”
=IFERROR(SEARCH("/",[Address],([Postn of 2nd /]+1)),"")  Returns position of 3rd /. Returns blank if there is no 3rd slash.
 In column D in a table column called “Postn of 3rd /”
 Repeat for each part of your URL
=IFERROR(MID([@Address],([@[Postn of 1st /]]+1),([@[Postn
of 2nd /]]-[@[Postn of 1st /]]-1)),"!Root")
 Shows directories at Level 1 of your site
 Returns text between the first and second slashes (between “Postn of 1st /”
and “Postn of 2nd /”)
 Returns “!Root” when there is no second slash (the “!” keeps root at the top
when sorting
=IFERROR(MID([@Address],([@[Postn of 2nd /]]+1),([@[Postn
of 3rd /]]-[@[Postn of 2nd /]]-1)),"")
 Shows directories at Level 2 of your site
 Returns text between the second and third slashes . Returns blank when there
is no third slash
 Repeat for each part of your URL
=COUNTIF(HTMLPages[Level 1],[@Folder])  Use this for pie charts showing how your content is distributed.
 HTMLPages is the name of the table you insert on the HTML sheet of your
spreadsheet.
 Level 1 is the level 1 column on the HTML sheet.
 Folder is the first column on the sheet you are adding the chart to (see slide
17)

Weitere ähnliche Inhalte

Was ist angesagt?

Workbench: The Developer Tool for Admins
Workbench: The Developer Tool for AdminsWorkbench: The Developer Tool for Admins
Workbench: The Developer Tool for AdminsSalesforce Admins
 
Word 2013 Unit C
Word 2013 Unit CWord 2013 Unit C
Word 2013 Unit Cjarana00
 
Style based templates_demo_diannetheeditor
Style based templates_demo_diannetheeditorStyle based templates_demo_diannetheeditor
Style based templates_demo_diannetheeditorDianne Dickinson
 
Word 2013 Unit D
Word 2013 Unit DWord 2013 Unit D
Word 2013 Unit Djarana00
 
Excel 2013 Unit B
Excel 2013 Unit BExcel 2013 Unit B
Excel 2013 Unit Bjarana00
 
PowerPoint Unit B
PowerPoint Unit BPowerPoint Unit B
PowerPoint Unit Bjarana00
 
Excel 2013 Unit C
Excel 2013 Unit CExcel 2013 Unit C
Excel 2013 Unit Cjarana00
 
Word Processing Introduction
Word Processing IntroductionWord Processing Introduction
Word Processing IntroductionDanny Ambrosio
 
20 Unique Uses of Excel Spreadsheets
20 Unique Uses of Excel Spreadsheets20 Unique Uses of Excel Spreadsheets
20 Unique Uses of Excel SpreadsheetsNick Weisenberger
 
Basics of excel for medical profession
Basics of excel for medical professionBasics of excel for medical profession
Basics of excel for medical professionDigital Shende
 
Apps for Office Introduction
Apps for Office IntroductionApps for Office Introduction
Apps for Office IntroductionJoris Poelmans
 
Introduction to microsoft office
Introduction to microsoft officeIntroduction to microsoft office
Introduction to microsoft officeTimesRide
 
Microsoft excel 2013 Quickstart
Microsoft excel 2013 QuickstartMicrosoft excel 2013 Quickstart
Microsoft excel 2013 Quickstartcomatsg
 
Excel 2013 Unit A
Excel 2013 Unit AExcel 2013 Unit A
Excel 2013 Unit Ajarana00
 
Data Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelData Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelFrehiwot Mulugeta
 
5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab it5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab itUCT
 
Power point 2013 illustrated unit c
Power point 2013 illustrated unit cPower point 2013 illustrated unit c
Power point 2013 illustrated unit csteckejo
 

Was ist angesagt? (20)

Workbench: The Developer Tool for Admins
Workbench: The Developer Tool for AdminsWorkbench: The Developer Tool for Admins
Workbench: The Developer Tool for Admins
 
Word 2013 Unit C
Word 2013 Unit CWord 2013 Unit C
Word 2013 Unit C
 
Style based templates_demo_diannetheeditor
Style based templates_demo_diannetheeditorStyle based templates_demo_diannetheeditor
Style based templates_demo_diannetheeditor
 
Word 2013 Unit D
Word 2013 Unit DWord 2013 Unit D
Word 2013 Unit D
 
Excel 2013 Unit B
Excel 2013 Unit BExcel 2013 Unit B
Excel 2013 Unit B
 
PowerPoint Unit B
PowerPoint Unit BPowerPoint Unit B
PowerPoint Unit B
 
Excel 2013 Unit C
Excel 2013 Unit CExcel 2013 Unit C
Excel 2013 Unit C
 
Word Processing Introduction
Word Processing IntroductionWord Processing Introduction
Word Processing Introduction
 
Importing files-user-guide-MyRouteOnline
Importing files-user-guide-MyRouteOnlineImporting files-user-guide-MyRouteOnline
Importing files-user-guide-MyRouteOnline
 
20 Unique Uses of Excel Spreadsheets
20 Unique Uses of Excel Spreadsheets20 Unique Uses of Excel Spreadsheets
20 Unique Uses of Excel Spreadsheets
 
Schema plus
Schema plusSchema plus
Schema plus
 
APEX Themes and Templates
APEX Themes and TemplatesAPEX Themes and Templates
APEX Themes and Templates
 
Basics of excel for medical profession
Basics of excel for medical professionBasics of excel for medical profession
Basics of excel for medical profession
 
Apps for Office Introduction
Apps for Office IntroductionApps for Office Introduction
Apps for Office Introduction
 
Introduction to microsoft office
Introduction to microsoft officeIntroduction to microsoft office
Introduction to microsoft office
 
Microsoft excel 2013 Quickstart
Microsoft excel 2013 QuickstartMicrosoft excel 2013 Quickstart
Microsoft excel 2013 Quickstart
 
Excel 2013 Unit A
Excel 2013 Unit AExcel 2013 Unit A
Excel 2013 Unit A
 
Data Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelData Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. Excel
 
5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab it5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab it
 
Power point 2013 illustrated unit c
Power point 2013 illustrated unit cPower point 2013 illustrated unit c
Power point 2013 illustrated unit c
 

Andere mochten auch

Why Blind Users love iOS
Why Blind Users love iOSWhy Blind Users love iOS
Why Blind Users love iOSNexer Digital
 
HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...
HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...
HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...Nexer Digital
 
Death by Dogma versus Agile Assembly
Death by Dogma versus Agile AssemblyDeath by Dogma versus Agile Assembly
Death by Dogma versus Agile AssemblySander Hoogendoorn
 
Persuasion in Design
Persuasion in DesignPersuasion in Design
Persuasion in DesignNexer Digital
 
EYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCH
EYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCHEYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCH
EYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCHNexer Digital
 
Running a Masters level study in MMU's UX lab
Running a Masters level study in MMU's UX labRunning a Masters level study in MMU's UX lab
Running a Masters level study in MMU's UX labNexer Digital
 
BBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGS
BBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGSBBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGS
BBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGSNexer Digital
 
Applying 'Persuasion, Emotion and Trust' PET Design Theory in the Real World
Applying 'Persuasion, Emotion and Trust' PET Design Theory in the Real WorldApplying 'Persuasion, Emotion and Trust' PET Design Theory in the Real World
Applying 'Persuasion, Emotion and Trust' PET Design Theory in the Real WorldNexer Digital
 
How BS8878 brings together usability & accessibility
How BS8878 brings together usability & accessibilityHow BS8878 brings together usability & accessibility
How BS8878 brings together usability & accessibilityJonathan Hassell
 

Andere mochten auch (9)

Why Blind Users love iOS
Why Blind Users love iOSWhy Blind Users love iOS
Why Blind Users love iOS
 
HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...
HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...
HOW BS8878 - THE UK WEB ACCESSIBILITY STANDARDS - BRING TOGETHER ACCESSIBILIT...
 
Death by Dogma versus Agile Assembly
Death by Dogma versus Agile AssemblyDeath by Dogma versus Agile Assembly
Death by Dogma versus Agile Assembly
 
Persuasion in Design
Persuasion in DesignPersuasion in Design
Persuasion in Design
 
EYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCH
EYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCHEYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCH
EYE TRACKING AND BIO-METRICS TO ENHANCE USER RESEARCH
 
Running a Masters level study in MMU's UX lab
Running a Masters level study in MMU's UX labRunning a Masters level study in MMU's UX lab
Running a Masters level study in MMU's UX lab
 
BBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGS
BBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGSBBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGS
BBC IPLAYER FOR TV: PUTTING IPLAYER WHERE IT BELONGS
 
Applying 'Persuasion, Emotion and Trust' PET Design Theory in the Real World
Applying 'Persuasion, Emotion and Trust' PET Design Theory in the Real WorldApplying 'Persuasion, Emotion and Trust' PET Design Theory in the Real World
Applying 'Persuasion, Emotion and Trust' PET Design Theory in the Real World
 
How BS8878 brings together usability & accessibility
How BS8878 brings together usability & accessibilityHow BS8878 brings together usability & accessibility
How BS8878 brings together usability & accessibility
 

Ähnlich wie Sweeping out the cobwebs: Content auditing for large websites

SharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkSharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkEarley Information Science
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013Khoa Quach
 
Recommendations for On-Page SEO
Recommendations for On-Page SEORecommendations for On-Page SEO
Recommendations for On-Page SEOancyta
 
Making IA Real: Planning an Information Architecture Strategy
Making IA Real: Planning an Information Architecture StrategyMaking IA Real: Planning an Information Architecture Strategy
Making IA Real: Planning an Information Architecture StrategyChiara Fox Ogan
 
SharePoint Search Zero to Search Hero
SharePoint Search Zero to Search HeroSharePoint Search Zero to Search Hero
SharePoint Search Zero to Search HeroEd Musters
 
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docxhoney725342
 
Introduction to whats new in css3
Introduction to whats new in css3Introduction to whats new in css3
Introduction to whats new in css3Usman Mehmood
 
RPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usageRPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usageGEBS Reporting
 
Intro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniterIntro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniterbrightrocket
 
SDP_-_Module_4.ppt
SDP_-_Module_4.pptSDP_-_Module_4.ppt
SDP_-_Module_4.pptssuser568d77
 
TeamPage Beginner to Jedi, Jordan Frank
TeamPage Beginner to Jedi, Jordan FrankTeamPage Beginner to Jedi, Jordan Frank
TeamPage Beginner to Jedi, Jordan FrankTraction Software
 
Design And Documentation
Design And DocumentationDesign And Documentation
Design And DocumentationMiles Price
 
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docxWK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docxambersalomon88660
 
Internet basic of it20
Internet basic of it20Internet basic of it20
Internet basic of it20rosu555
 
Essential html tweaks for accessible themes
Essential html tweaks for accessible themesEssential html tweaks for accessible themes
Essential html tweaks for accessible themesMartin Stehle
 
Migrating Large Amounts of Web Content
Migrating Large Amounts of Web ContentMigrating Large Amounts of Web Content
Migrating Large Amounts of Web ContentJeff Evans
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThomas Daly
 
Mi0041 java and web design
Mi0041 java and web designMi0041 java and web design
Mi0041 java and web designsmumbahelp
 

Ähnlich wie Sweeping out the cobwebs: Content auditing for large websites (20)

SharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkSharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
 
Recommendations for On-Page SEO
Recommendations for On-Page SEORecommendations for On-Page SEO
Recommendations for On-Page SEO
 
Making IA Real: Planning an Information Architecture Strategy
Making IA Real: Planning an Information Architecture StrategyMaking IA Real: Planning an Information Architecture Strategy
Making IA Real: Planning an Information Architecture Strategy
 
SharePoint Search Zero to Search Hero
SharePoint Search Zero to Search HeroSharePoint Search Zero to Search Hero
SharePoint Search Zero to Search Hero
 
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
 
Introduction to whats new in css3
Introduction to whats new in css3Introduction to whats new in css3
Introduction to whats new in css3
 
RPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usageRPE - Template formating, style and stylesheet usage
RPE - Template formating, style and stylesheet usage
 
Intro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniterIntro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniter
 
SDP_-_Module_4.ppt
SDP_-_Module_4.pptSDP_-_Module_4.ppt
SDP_-_Module_4.ppt
 
Intro to Application Express
Intro to Application ExpressIntro to Application Express
Intro to Application Express
 
TeamPage Beginner to Jedi, Jordan Frank
TeamPage Beginner to Jedi, Jordan FrankTeamPage Beginner to Jedi, Jordan Frank
TeamPage Beginner to Jedi, Jordan Frank
 
Design And Documentation
Design And DocumentationDesign And Documentation
Design And Documentation
 
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docxWK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
 
Internet basic of it20
Internet basic of it20Internet basic of it20
Internet basic of it20
 
Essential html tweaks for accessible themes
Essential html tweaks for accessible themesEssential html tweaks for accessible themes
Essential html tweaks for accessible themes
 
Migrating Large Amounts of Web Content
Migrating Large Amounts of Web ContentMigrating Large Amounts of Web Content
Migrating Large Amounts of Web Content
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with Bootstrap
 
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
 
Mi0041 java and web design
Mi0041 java and web designMi0041 java and web design
Mi0041 java and web design
 

Mehr von Nexer Digital

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Nexer Digital
 
Embedding service design: blood, sweat, tears and tantrums
Embedding service design: blood, sweat, tears and tantrums Embedding service design: blood, sweat, tears and tantrums
Embedding service design: blood, sweat, tears and tantrums Nexer Digital
 
Imran Hussain- Co-design by community - May 2023.pdf
Imran Hussain-  Co-design by community - May 2023.pdfImran Hussain-  Co-design by community - May 2023.pdf
Imran Hussain- Co-design by community - May 2023.pdfNexer Digital
 
Natalie Pearce - From CX to EX: Good culture needs good design
Natalie Pearce - From CX to EX: Good culture needs good designNatalie Pearce - From CX to EX: Good culture needs good design
Natalie Pearce - From CX to EX: Good culture needs good designNexer Digital
 
Audree Fletcher - Designing in the dark
Audree Fletcher - Designing in the darkAudree Fletcher - Designing in the dark
Audree Fletcher - Designing in the darkNexer Digital
 
Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...
Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...
Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...Nexer Digital
 
Shabira Papain - Inclusive design: Luxury or must-have?
Shabira Papain - Inclusive design: Luxury or must-have?Shabira Papain - Inclusive design: Luxury or must-have?
Shabira Papain - Inclusive design: Luxury or must-have?Nexer Digital
 
James Plunkett - Digital transformation in context: You’re part of something ...
James Plunkett - Digital transformation in context: You’re part of something ...James Plunkett - Digital transformation in context: You’re part of something ...
James Plunkett - Digital transformation in context: You’re part of something ...Nexer Digital
 
Jas Kang - Design imperatives at Depatment for Education using OKRs
Jas Kang - Design imperatives at Depatment for Education using OKRsJas Kang - Design imperatives at Depatment for Education using OKRs
Jas Kang - Design imperatives at Depatment for Education using OKRsNexer Digital
 
Helen Lawson - Death and other difficult words (Camp Digital 2022)
Helen Lawson - Death and other difficult words (Camp Digital 2022)Helen Lawson - Death and other difficult words (Camp Digital 2022)
Helen Lawson - Death and other difficult words (Camp Digital 2022)Nexer Digital
 
Sarah Mace - The better your culture, the better your user experience
Sarah Mace - The better your culture, the better your user experienceSarah Mace - The better your culture, the better your user experience
Sarah Mace - The better your culture, the better your user experienceNexer Digital
 
Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)
Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)
Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)Nexer Digital
 
Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work
Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work
Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work Nexer Digital
 
Rachel Coldicutt - We are all technologists now!
Rachel Coldicutt - We are all technologists now!Rachel Coldicutt - We are all technologists now!
Rachel Coldicutt - We are all technologists now!Nexer Digital
 
Gerry McGovern - Earth Experience Design (Camp Digital 2022)
Gerry McGovern - Earth Experience Design (Camp Digital 2022)Gerry McGovern - Earth Experience Design (Camp Digital 2022)
Gerry McGovern - Earth Experience Design (Camp Digital 2022)Nexer Digital
 
Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)
Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)
Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)Nexer Digital
 
Notes from the dyslexic side of the screen - Lisa Matthews - Nexer Digital ...
Notes from the dyslexic side of the screen - Lisa Matthews  - Nexer Digital  ...Notes from the dyslexic side of the screen - Lisa Matthews  - Nexer Digital  ...
Notes from the dyslexic side of the screen - Lisa Matthews - Nexer Digital ...Nexer Digital
 
Alt text as poetry for gov campnorth
Alt text as poetry for gov campnorthAlt text as poetry for gov campnorth
Alt text as poetry for gov campnorthNexer Digital
 
An introduction to content design
An introduction to content designAn introduction to content design
An introduction to content designNexer Digital
 
Sigma's Farewell to the Wellcome Genome Campus, January 2020
Sigma's Farewell to the Wellcome Genome Campus, January 2020Sigma's Farewell to the Wellcome Genome Campus, January 2020
Sigma's Farewell to the Wellcome Genome Campus, January 2020Nexer Digital
 

Mehr von Nexer Digital (20)

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Embedding service design: blood, sweat, tears and tantrums
Embedding service design: blood, sweat, tears and tantrums Embedding service design: blood, sweat, tears and tantrums
Embedding service design: blood, sweat, tears and tantrums
 
Imran Hussain- Co-design by community - May 2023.pdf
Imran Hussain-  Co-design by community - May 2023.pdfImran Hussain-  Co-design by community - May 2023.pdf
Imran Hussain- Co-design by community - May 2023.pdf
 
Natalie Pearce - From CX to EX: Good culture needs good design
Natalie Pearce - From CX to EX: Good culture needs good designNatalie Pearce - From CX to EX: Good culture needs good design
Natalie Pearce - From CX to EX: Good culture needs good design
 
Audree Fletcher - Designing in the dark
Audree Fletcher - Designing in the darkAudree Fletcher - Designing in the dark
Audree Fletcher - Designing in the dark
 
Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...
Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...
Erere Ikogho - Enhancing NHS Clinical Quality Improvement: Integrating User R...
 
Shabira Papain - Inclusive design: Luxury or must-have?
Shabira Papain - Inclusive design: Luxury or must-have?Shabira Papain - Inclusive design: Luxury or must-have?
Shabira Papain - Inclusive design: Luxury or must-have?
 
James Plunkett - Digital transformation in context: You’re part of something ...
James Plunkett - Digital transformation in context: You’re part of something ...James Plunkett - Digital transformation in context: You’re part of something ...
James Plunkett - Digital transformation in context: You’re part of something ...
 
Jas Kang - Design imperatives at Depatment for Education using OKRs
Jas Kang - Design imperatives at Depatment for Education using OKRsJas Kang - Design imperatives at Depatment for Education using OKRs
Jas Kang - Design imperatives at Depatment for Education using OKRs
 
Helen Lawson - Death and other difficult words (Camp Digital 2022)
Helen Lawson - Death and other difficult words (Camp Digital 2022)Helen Lawson - Death and other difficult words (Camp Digital 2022)
Helen Lawson - Death and other difficult words (Camp Digital 2022)
 
Sarah Mace - The better your culture, the better your user experience
Sarah Mace - The better your culture, the better your user experienceSarah Mace - The better your culture, the better your user experience
Sarah Mace - The better your culture, the better your user experience
 
Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)
Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)
Kylie Havelock - Tailored advice services in the modern age (Camp Digital 2022)
 
Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work
Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work
Sharon O'Dea and Hanna Karppi - A Human-Centred Future of Work
 
Rachel Coldicutt - We are all technologists now!
Rachel Coldicutt - We are all technologists now!Rachel Coldicutt - We are all technologists now!
Rachel Coldicutt - We are all technologists now!
 
Gerry McGovern - Earth Experience Design (Camp Digital 2022)
Gerry McGovern - Earth Experience Design (Camp Digital 2022)Gerry McGovern - Earth Experience Design (Camp Digital 2022)
Gerry McGovern - Earth Experience Design (Camp Digital 2022)
 
Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)
Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)
Older Adults: Are We Really Designing for Our Future Selves? (BAD Conf. 2022)
 
Notes from the dyslexic side of the screen - Lisa Matthews - Nexer Digital ...
Notes from the dyslexic side of the screen - Lisa Matthews  - Nexer Digital  ...Notes from the dyslexic side of the screen - Lisa Matthews  - Nexer Digital  ...
Notes from the dyslexic side of the screen - Lisa Matthews - Nexer Digital ...
 
Alt text as poetry for gov campnorth
Alt text as poetry for gov campnorthAlt text as poetry for gov campnorth
Alt text as poetry for gov campnorth
 
An introduction to content design
An introduction to content designAn introduction to content design
An introduction to content design
 
Sigma's Farewell to the Wellcome Genome Campus, January 2020
Sigma's Farewell to the Wellcome Genome Campus, January 2020Sigma's Farewell to the Wellcome Genome Campus, January 2020
Sigma's Farewell to the Wellcome Genome Campus, January 2020
 

Kürzlich hochgeladen

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

Sweeping out the cobwebs: Content auditing for large websites

  • 1.
  • 2. Justin is Head Of Training and Content Services at Sigma and focusses on User Research and content. His background is in writing, information design and training delivery. Email: justin.darley@sigma.se Twitter: @Just_UX Phone: 01625 410988
  • 3.  Like anything else, websites can deteriorate without maintenance  It’s easier to add content than delete it  Not everyone who edits a page is a skilled writer or designer…
  • 4. Content auditing is time consuming, manual and a little dull Lots of what you want to find out about your site needs a human being to look at the pages Some of the work can be automated And I’ll show you how to automate as much of it as you can It’s helpful to have an Olly Someone with a level of web knowledge/savvy who doesn’t mind some repetitive work (students and interns can work well)
  • 5. Crawl your site and create an Excel content inventory. Use Excel formulae to create columns showing your website hierarchy. Optionally, use Excel formulae to create charts showing the distribution of content through the site. Assess your priorities, reasons for auditing and resource availability – use this information to decide what criteria to assess in the audit. Add the relevant columns to your inventory. Using the inventory, audit the site adding content to all of the columns you have prioritised. Agree next steps and resourcing to address any issues you find
  • 6.
  • 7.  A couple of definitions:  An inventory is quantitative; it mostly tells you what content you have, how much content you have and where it is. I suggest you try to automate this (see below)  A completed audit is qualitative; it can show you how good your content is, whether it meets the needs of your audience, how frequently it is accessed, when it was last updated…
  • 8.  The Screaming Frog SEO Spider  Crawls sites and fetches key SEO data  Much of this data is useful for an inventory (as well as SEO)  Can be exported to Excel  Free up to 500 URLs  License £99 a year
  • 9. 1. Crawl the site with the Screaming Frog SEO Spider 2. Export the whole crawl to Excel 3. Open the spreadsheet
  • 10.
  • 11.
  • 12. 1. Create Excel worksheets for each file type 2. Use Excel filters to separate the content into file types 3. Copy and paste the relevant rows into the new sheets
  • 13.
  • 14. 1. In the HTML sheet, create a column for each hierarchical level of your site (if your site is huge, you may want to put top level folders on separate sheets) 2. Use formulae to populate these columns 3. Formulae are in the appendix of these slides These columns are “working out”, you can hide them
  • 15.  Use Excel formulae to show how your content is distributed  Copy your Level 1 column to a new sheet (be sure to paste ”values”)  Use Excel to remove duplicates
  • 16.  Use count formulae to count the pages in each folder  Insert pie charts
  • 17.
  • 18.  All your published content is now in a spreadsheet  It’s separated into folders and content types  Charts show you how it is spread across the site  This is your inventory
  • 19.  Thanks to ScreamingFrog, you have also already started your audit!  Your inventory contains a lot of useful SEO-focussed audit data including:  Status Code  Status  Title and its length  Meta Descriptions and their length  H1s on the page and their length  File size  Word Count  Inlinks and Outlinks  We will now add other columns
  • 20.  You can audit your site across a large range of criteria  Time is the main limitation  Choose what to focus on (and what you have time for) and add columns as appropriate (for example): Content management User experience Analytics Migration Next steps  Owner(s)  Last reviewed  Last modified  Template  Call to action  Enquiry opp.  Target user  Condition/Quality  Style  Page views  Absolute unique visitors  Bounce rate  Duplicate  Required  Action  Note  Assigned to  Due
  • 21.  Use short codes as Excel dropdowns to speed up the audit, for example: Column Code Call to action Y/N Enquiry opp. Y/N Target user GP = General public J = Journalist P = Partners Condition/Quality Le = Too long WT = Wall of text Im = Wrong images Fo = Poor formatting LT = Poor link text Style Y = on brand N = off brand
  • 22.  Use the URL column to visit each page  Fill in the columns
  • 23. Content management User experience Analytics Migration Next steps  Owner(s)  Last reviewed  Last modified  Template  Call to action  Enquiry opp.  Target user  Condition/Quality  Style  Page views  Absolute unique visitors  Bounce rate  Duplicate  Required  Action  Note  Assigned to  Due  If you are clever with Google Analytics, you can automate this bit too!  Use a custom report to export the data you want to Excel, sort it by URL and paste in the column
  • 24.  The most important column in your sheet Content management User experience Analytics Migration Next steps  Owner(s)  Last reviewed  Last modified  Template  Call to action  Enquiry opp.  Target user  Condition/Quality  Style  Page views  Absolute unique visitors  Bounce rate  Duplicate  Required  Action  Note  Assigned to  Due
  • 25.  Do you have any content with no target users? Why is it there?  Which content is infrequently updated? Why? What will you do to fix it?  Do you have content that is in poor condition:  Badly written?  Overly verbose?  Badly laid out?  Off brand?  Carry out a top tasks analysis – do you have content for your top tasks?  What are your strategic objectives – do you have content for those?  Are you well set up for SEO?  ...
  • 26.
  • 27.
  • 28. Formula Notes =SEARCH("/",A3,21)  Returns the position of the first slash in the URL  In column B in a table column called “Postn of 1st /”  21 is the position of the last character of our shortest domain., edit for your site =IFERROR(SEARCH("/",[Address],([Postn of 1st /]+1)),"")  Returns position of 2nd /. Returns blank if there is no 2nd slash.  In column C in a table column called “Postn of 2nd /” =IFERROR(SEARCH("/",[Address],([Postn of 2nd /]+1)),"")  Returns position of 3rd /. Returns blank if there is no 3rd slash.  In column D in a table column called “Postn of 3rd /”  Repeat for each part of your URL =IFERROR(MID([@Address],([@[Postn of 1st /]]+1),([@[Postn of 2nd /]]-[@[Postn of 1st /]]-1)),"!Root")  Shows directories at Level 1 of your site  Returns text between the first and second slashes (between “Postn of 1st /” and “Postn of 2nd /”)  Returns “!Root” when there is no second slash (the “!” keeps root at the top when sorting =IFERROR(MID([@Address],([@[Postn of 2nd /]]+1),([@[Postn of 3rd /]]-[@[Postn of 2nd /]]-1)),"")  Shows directories at Level 2 of your site  Returns text between the second and third slashes . Returns blank when there is no third slash  Repeat for each part of your URL =COUNTIF(HTMLPages[Level 1],[@Folder])  Use this for pie charts showing how your content is distributed.  HTMLPages is the name of the table you insert on the HTML sheet of your spreadsheet.  Level 1 is the level 1 column on the HTML sheet.  Folder is the first column on the sheet you are adding the chart to (see slide 17)