SlideShare uma empresa Scribd logo
1 de 46
1
Web Design 6E
Chapter 7: Promoting and Maintaining a Website
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or
service or otherwise on a password-protected website for classroom use.
2
Chapter Objectives
•Explain how to test a website before it is published
•Describe how to publish a website to a web server
•Identify ways to promote a published website
•Discuss the importance of maintaining and evaluating a
published website
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
3
Website Testing (1 of 2)
•Ensure navigation is user-based and user-controlled
•Identify structural problems or content issues
•Evaluate the following:
• Does my website meet its goals and objectives?
• Does the design and functionality incorporate UX?
• Have I met accessibility standards?
• Have I incorporated RWD standards?
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
4
Website Testing (2 of 2)
•Beta testing involves using a prepublication version
• Beta website
• Some are password-protects
•Staging server enables testing in environment similar to
live web server
•Sometimes testing occurs on two or more website
versions
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
5
Self- and Internal Testing
•Limited to those involved in web design
• Images and multimedia should appear and work
• Test the navigation and search tools
• Test internal and external links
-Broken link does not work
• WAI guidelines
• Use optimization tools
• RWD compliance
• Correct any problems
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
6
Target Audience Testing (1 of 3)
•Recruit outside testers
• Use a variety of devices and screen sizes
• Colleagues not involved in development
• Target audience
• Test navigation and links
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
7
Target Audience Testing (2 of 3)
•Which pages appear to appeal to them?
•Which pages appear to disinterest them?
•How much time do they spend on various pages?
•Which links do they visit or ignore?
•How easily do they navigate the website?
•Do they at any time demonstrate any confusion or
frustration?
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
8
Target Audience Testing (3 of 3)
•Ask testers to complete a UX survey
• Did the website’s content satisfy wants, needs, expectations
• Was the content interesting and valuable?
• Was it easy or difficult to navigate?
•After testing, consider all feedback
•Implement suggestions that support goals and
objectives, meet audience needs, improve value
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
9
Website Publishing
•After testing, publish to live server
• Acquire a domain name
• Allot server space
• Upload files
-HTML and CSS
-Images
-Multimedia
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
10
Domain Name (1 of 2)
•Use business or organization name
•Avoid abbreviations and hyphens
•Add words that further specify purpose
•Purchase as many TLDs as possible
•Use an accredited registrar
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
11
Domain Name (2 of 2)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
12
Server Space (1 of 3)
•A web server runs server software
• Displays webpages upon browser request
•Web hosting companies offer space for monthly fee
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
13
Server Space (2 of 3)
•Web servers can be dedicated, shared, cloud-based
•Dedicated web server hosts only hour website
•Shared web server hosts multiple websites
• Virtual private server (VPS) dedicated space on shared
server
•Cloud-based web servers offer virtual storage
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
14
Server Space (3 of 3)
•How much server space will I have? Are there limits
•What is procedure for updating and republishing pages?
•Support for e-commerce, multimedia, interactivity?
•What is typical response time for technical support?
•Does the server experience outages?
•Have servers had security breaches?
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
15
Uploading Website Folders and Files
•Uploading all website files to the server specified by your
web hosting service
• Dedicated folder
• Know name and URL of server
• Before uploading, move unnecessary files to save space and
limit page loading time
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
16
Content Management System
•You save files to host’s web server as you create them
•Files exist on server but not on the web until you publish
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
17
File Transfer Protocol (1 of 2)
•An FTP client is used to transfer files using the FTP
protocol
•Provides split view of folders and files on a local
computer and remote computer
•After you publish the website, you can sync the
files, which makes sure they any changed files are
the same on both servers.
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
18
File Transfer Protocol (2 of 2)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
19
Web Design Tool (1 of 2)
•Allows you to upload your website directly from
within the program
•You need to arrange for server space
• Provide name and URL of server
• Username and password
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
20
Web Design Tool (2 of 2)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
21
Retesting Published Pages
•Confirm that all images display properly
•Make certain that no broken links exist
•Ensure all interactive elements function properly
•Correct the page file(s) and then upload the corrected
page file to the server
•Skim the content
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
22
Website Promotion
•Promote your website to reach the target audience
•Use online and offline promotional techniques
•Maximize search tool exposure
•Consider purchasing ads
• Geotargeting provides ad content based on visitor’s location
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
23
Social Media (1 of 3)
•Basic social media presence is easy a nd free
•Share updates
•Invite customers to events
•Ask for feedback
•Create targeted ads
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
24
Social Media (2 of 3)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
25
Social Media (3 of 3)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
26
Search Engine Optimization
•SEO refers to applying design and development
techniques to appear at top of search results
• Include meta tags
• Page titles
• Clearly worded text
• Density of keywords
-Keyword stuffing is adding commonly used terms to increase
rankings
• Incoming links
•Consider hiring an SEO expert
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
27
Search Tool Indexing
•When your website appears in indexes, visitors can find
it using relevant keywords
•Can register your URL with search engines and
directories
• Bing
• Google
•A Search tool submission service registers websites with
multiple search tools
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
28
Online Advertising (1 of 4)
•Google AdWord and Bing Ads
•Pay-per-click
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
29
Online Advertising (2 of 4)
•Banner ads are rectangular ads that link to website
• Vertical banners are sidebar ads
•Click-through is when visitors click the ad to reach the
advertiser’s website
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
30
Online Advertising (3 of 4)
•Rich media ads contain multimedia elements
• Floating ads
• Expandable banner ads
• Multimedia ads
• Pop-up ads
• Pop-under ads
•Publishers charge based on impressions (number of
views)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
31
Online Advertising (4 of 4)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
32
Mobile and In-App Advertising
•Mobile web ads appear in mobile
version of website
•In-app ads appear while using an
app
• More expensive than mobile web ads
• In-video ads
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
33
Advertising Networks and Affiliate Programs (1 of 2)
•Advertisers want to purchase ads
•Publishers sell ads on their websites
•Advertising networks complete ad sale transactions
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
34
Advertising Networks and Affiliate Programs (2 of 2)
•Affiliate Programs are e-commerce performance-
based online advertising programs
• Advertiser pays a fee or commission on sales generated
by links on publishers’ websites
• Landing pages
•Affiliate management networks establish
relationship between advertisers and publishers
•Reciprocal links are between two website owners
who place links to each other’s websites on their
webpages
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
35
Opt-In Advertising
•Opt-in Advertising
• Also called permission-based advertising
• Recipient must formally agree to receive advertising
• The recipient gets information he or she wants, and the
advertiser can send a targeted message
• Creating a list of opt-in subscribers often is a focus of calls-to-
action
• Always provide options to unsubscribe
• Avoid sending spam
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
36
Offline Promotional Techniques
•Word-of-mouth
• Telling people about your website
•Printed material
• URL appears on printed materials
• QR codes
•Promotional giveaways
• Magnets, coffee mugs, coasters, T-shirts, etc.
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
37
Website Maintenance and Evaluation
•The web is a dynamic environment
•Rapid changes in technology and visitors’ expectations
•The work of maintaining a website never ends
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
38
Ongoing Maintenance, Updating, and Retesting (1 of 2)
•Add and promote timely content
•Include calls-to-action
•Maintain functional navigation system
•Use analytics
•Evaluate and implement new technologies
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
39
Ongoing Maintenance, Updating, and Retesting (2 of 2)
•Most web design tools and CMS platforms include
capability to update page content by editing HTML files
• Ensure you have the most current HTML file and backup
originals
• Edit webpage
• Preview the webpage
• Upload or republish webpage
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
40
Evaluating Website Performance (1 of 2)
•After publishing, evaluate the website performance
towards achieving goals and purpose
•Analytics determine fees a website can charge for ads
•Large websites follow a formal evaluation plan
•Professional marketers provide complete analytic
packages
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
41
Evaluating Website Performance (2 of 2)
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
42
Analytics (1 of 2)
•Web analytics (also called web metrics)
• Server log analysis
• Geolocation
• Device type
• Social media sharing
• Tracking cookies
• Page tagging
• Sales data
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
43
Analytics (2 of 2)
•Unique visitors are individual website visitors
•Repeat visitors visits more than once
•Page views determine page popularity
•Click-stream analysis identifies how a user moves
through website
•Conversion rate is rate at which shoppers buy
•Monetization overall profit
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
44
Benchmarking
•Benchmarking involves using a defined standard to
measure overall performance or evaluate a specific
aspect of a website
•After evaluation, adjust benchmark goals as necessary
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
45
Web Server Log Analysis
•Web server log analysis provides:
• Requesting computer’s IP address
• Browser making the request
• Date and time of request
• URUL of referring link
• Path a visitor takes through website
•Web server log analysis software
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.
46
Chapter Summary
•Explain how to test a website before it is published
•Describe how to publish a website to a web server
•Identify ways to promote a published website
•Discuss the importance of maintaining and evaluating a
published website
© 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or
otherwise on a password-protected website for classroom use.

Mais conteúdo relacionado

Semelhante a Intro to Web Design 6e Chapter 7

1WebDesign6EChapter1TheEnvironmentandtheTools.docx
1WebDesign6EChapter1TheEnvironmentandtheTools.docx1WebDesign6EChapter1TheEnvironmentandtheTools.docx
1WebDesign6EChapter1TheEnvironmentandtheTools.docxlorainedeserre
 
BSAD 372 SPRING 2017 CH 8
BSAD 372 SPRING 2017 CH 8BSAD 372 SPRING 2017 CH 8
BSAD 372 SPRING 2017 CH 8Janice Robinson
 
Chapter 11 Authentication and Account Management
Chapter 11 Authentication and Account ManagementChapter 11 Authentication and Account Management
Chapter 11 Authentication and Account ManagementDr. Ahmed Al Zaidy
 
9781337102087 ppt ch13
9781337102087 ppt ch139781337102087 ppt ch13
9781337102087 ppt ch13Terry Yoast
 
Chapter 14 Business Continuity
Chapter 14 Business ContinuityChapter 14 Business Continuity
Chapter 14 Business ContinuityDr. Ahmed Al Zaidy
 
Chapter 6Network Security Devices, Design, and Technology
Chapter 6Network Security Devices, Design, and TechnologyChapter 6Network Security Devices, Design, and Technology
Chapter 6Network Security Devices, Design, and TechnologyDr. Ahmed Al Zaidy
 
BSAD 372 SPRING 2017 CH 9
BSAD 372 SPRING 2017 CH 9BSAD 372 SPRING 2017 CH 9
BSAD 372 SPRING 2017 CH 9Janice Robinson
 
Moving the Guidewire platform to OSGi - Paul D'Albora
Moving the Guidewire platform to OSGi - Paul D'AlboraMoving the Guidewire platform to OSGi - Paul D'Albora
Moving the Guidewire platform to OSGi - Paul D'Alboramfrancis
 
Chapter 9 Client and application Security
Chapter 9 Client and application SecurityChapter 9 Client and application Security
Chapter 9 Client and application SecurityDr. Ahmed Al Zaidy
 
Csaba Kissi - SEO Tactics 2022
Csaba Kissi - SEO Tactics 2022Csaba Kissi - SEO Tactics 2022
Csaba Kissi - SEO Tactics 2022Mubarok wei
 
most common Web Testing interview questions and answers.pptx
most common Web Testing interview questions and answers.pptxmost common Web Testing interview questions and answers.pptx
most common Web Testing interview questions and answers.pptxMetSylvaMetuge
 
Software Development, Data Types, and Expressions
Software Development, Data Types, and ExpressionsSoftware Development, Data Types, and Expressions
Software Development, Data Types, and Expressionspullaravikumar
 
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdfVirtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdfTechSoup
 
Access 2016 module 2 ppt presentation
Access 2016 module 2 ppt presentationAccess 2016 module 2 ppt presentation
Access 2016 module 2 ppt presentationdgdotson
 
Check Your Understanding (40) Approx. 400 words1. Distinguish .docx
Check Your Understanding (40) Approx. 400 words1. Distinguish .docxCheck Your Understanding (40) Approx. 400 words1. Distinguish .docx
Check Your Understanding (40) Approx. 400 words1. Distinguish .docxmccormicknadine86
 

Semelhante a Intro to Web Design 6e Chapter 7 (20)

1WebDesign6EChapter1TheEnvironmentandtheTools.docx
1WebDesign6EChapter1TheEnvironmentandtheTools.docx1WebDesign6EChapter1TheEnvironmentandtheTools.docx
1WebDesign6EChapter1TheEnvironmentandtheTools.docx
 
ch01.pptx
ch01.pptxch01.pptx
ch01.pptx
 
BSAD 372 SPRING 2017 CH 8
BSAD 372 SPRING 2017 CH 8BSAD 372 SPRING 2017 CH 8
BSAD 372 SPRING 2017 CH 8
 
Chapter 11 Authentication and Account Management
Chapter 11 Authentication and Account ManagementChapter 11 Authentication and Account Management
Chapter 11 Authentication and Account Management
 
9781337102087 ppt ch13
9781337102087 ppt ch139781337102087 ppt ch13
9781337102087 ppt ch13
 
Sql9e ppt ch07
Sql9e ppt ch07 Sql9e ppt ch07
Sql9e ppt ch07
 
Chapter 14 Business Continuity
Chapter 14 Business ContinuityChapter 14 Business Continuity
Chapter 14 Business Continuity
 
Chapter10
Chapter10Chapter10
Chapter10
 
Chapter 6Network Security Devices, Design, and Technology
Chapter 6Network Security Devices, Design, and TechnologyChapter 6Network Security Devices, Design, and Technology
Chapter 6Network Security Devices, Design, and Technology
 
BSAD 372 SPRING 2017 CH 9
BSAD 372 SPRING 2017 CH 9BSAD 372 SPRING 2017 CH 9
BSAD 372 SPRING 2017 CH 9
 
Moving the Guidewire platform to OSGi - Paul D'Albora
Moving the Guidewire platform to OSGi - Paul D'AlboraMoving the Guidewire platform to OSGi - Paul D'Albora
Moving the Guidewire platform to OSGi - Paul D'Albora
 
Chapter 9 Client and application Security
Chapter 9 Client and application SecurityChapter 9 Client and application Security
Chapter 9 Client and application Security
 
Csaba Kissi - SEO Tactics 2022
Csaba Kissi - SEO Tactics 2022Csaba Kissi - SEO Tactics 2022
Csaba Kissi - SEO Tactics 2022
 
most common Web Testing interview questions and answers.pptx
most common Web Testing interview questions and answers.pptxmost common Web Testing interview questions and answers.pptx
most common Web Testing interview questions and answers.pptx
 
Software Development, Data Types, and Expressions
Software Development, Data Types, and ExpressionsSoftware Development, Data Types, and Expressions
Software Development, Data Types, and Expressions
 
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdfVirtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
 
Access 2016 module 2 ppt presentation
Access 2016 module 2 ppt presentationAccess 2016 module 2 ppt presentation
Access 2016 module 2 ppt presentation
 
Check Your Understanding (40) Approx. 400 words1. Distinguish .docx
Check Your Understanding (40) Approx. 400 words1. Distinguish .docxCheck Your Understanding (40) Approx. 400 words1. Distinguish .docx
Check Your Understanding (40) Approx. 400 words1. Distinguish .docx
 
Python Fundamentals
Python FundamentalsPython Fundamentals
Python Fundamentals
 
Sencha Services
Sencha ServicesSencha Services
Sencha Services
 

Mais de Steve Guinan

Chapter 18: Transitions, Transforms, and Animation
Chapter 18: Transitions, Transforms, and AnimationChapter 18: Transitions, Transforms, and Animation
Chapter 18: Transitions, Transforms, and AnimationSteve Guinan
 
Chapter 15: Floating and Positioning
Chapter 15: Floating and Positioning Chapter 15: Floating and Positioning
Chapter 15: Floating and Positioning Steve Guinan
 
Chapter 14: Box Model
Chapter 14: Box ModelChapter 14: Box Model
Chapter 14: Box ModelSteve Guinan
 
Chapter 13: Colors and Backgrounds
Chapter 13: Colors and BackgroundsChapter 13: Colors and Backgrounds
Chapter 13: Colors and BackgroundsSteve Guinan
 
Chapter 12: CSS Part 2
Chapter 12: CSS Part 2Chapter 12: CSS Part 2
Chapter 12: CSS Part 2Steve Guinan
 
Chapter 11: Intro to CSS
Chapter 11: Intro to CSSChapter 11: Intro to CSS
Chapter 11: Intro to CSSSteve Guinan
 
Chapter 23: Web Images
Chapter 23: Web ImagesChapter 23: Web Images
Chapter 23: Web ImagesSteve Guinan
 
HubSpot Student Instructions
HubSpot Student InstructionsHubSpot Student Instructions
HubSpot Student InstructionsSteve Guinan
 
Ch 5: Marking up Text
Ch 5: Marking up TextCh 5: Marking up Text
Ch 5: Marking up TextSteve Guinan
 
Ch 2: How the Web Works
Ch 2: How the Web WorksCh 2: How the Web Works
Ch 2: How the Web WorksSteve Guinan
 
Ch 1: Getting Started
Ch 1: Getting StartedCh 1: Getting Started
Ch 1: Getting StartedSteve Guinan
 
Internet Search Presentation
Internet Search PresentationInternet Search Presentation
Internet Search PresentationSteve Guinan
 
Elements of Design
Elements of DesignElements of Design
Elements of DesignSteve Guinan
 
HTML5 &CSS: Chapter 08
HTML5 &CSS: Chapter 08HTML5 &CSS: Chapter 08
HTML5 &CSS: Chapter 08Steve Guinan
 
HTML & CSS: Chapter 07
HTML & CSS: Chapter 07HTML & CSS: Chapter 07
HTML & CSS: Chapter 07Steve Guinan
 

Mais de Steve Guinan (20)

Chapter 18: Transitions, Transforms, and Animation
Chapter 18: Transitions, Transforms, and AnimationChapter 18: Transitions, Transforms, and Animation
Chapter 18: Transitions, Transforms, and Animation
 
Chapter 15: Floating and Positioning
Chapter 15: Floating and Positioning Chapter 15: Floating and Positioning
Chapter 15: Floating and Positioning
 
Chapter 9: Forms
Chapter 9: FormsChapter 9: Forms
Chapter 9: Forms
 
Chapter 8: Tables
Chapter 8: TablesChapter 8: Tables
Chapter 8: Tables
 
Chapter 14: Box Model
Chapter 14: Box ModelChapter 14: Box Model
Chapter 14: Box Model
 
Chapter 13: Colors and Backgrounds
Chapter 13: Colors and BackgroundsChapter 13: Colors and Backgrounds
Chapter 13: Colors and Backgrounds
 
Chapter 12: CSS Part 2
Chapter 12: CSS Part 2Chapter 12: CSS Part 2
Chapter 12: CSS Part 2
 
Chapter 11: Intro to CSS
Chapter 11: Intro to CSSChapter 11: Intro to CSS
Chapter 11: Intro to CSS
 
Chapter 23: Web Images
Chapter 23: Web ImagesChapter 23: Web Images
Chapter 23: Web Images
 
Chapter 7: Images
Chapter 7: ImagesChapter 7: Images
Chapter 7: Images
 
HubSpot Student Instructions
HubSpot Student InstructionsHubSpot Student Instructions
HubSpot Student Instructions
 
Ch 6: Links
Ch 6: LinksCh 6: Links
Ch 6: Links
 
Ch 5: Marking up Text
Ch 5: Marking up TextCh 5: Marking up Text
Ch 5: Marking up Text
 
Ch 2: How the Web Works
Ch 2: How the Web WorksCh 2: How the Web Works
Ch 2: How the Web Works
 
Ch 1: Getting Started
Ch 1: Getting StartedCh 1: Getting Started
Ch 1: Getting Started
 
Internet Search Presentation
Internet Search PresentationInternet Search Presentation
Internet Search Presentation
 
Elements of Design
Elements of DesignElements of Design
Elements of Design
 
Design Principles
Design PrinciplesDesign Principles
Design Principles
 
HTML5 &CSS: Chapter 08
HTML5 &CSS: Chapter 08HTML5 &CSS: Chapter 08
HTML5 &CSS: Chapter 08
 
HTML & CSS: Chapter 07
HTML & CSS: Chapter 07HTML & CSS: Chapter 07
HTML & CSS: Chapter 07
 

Último

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 

Último (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 

Intro to Web Design 6e Chapter 7

  • 1. 1 Web Design 6E Chapter 7: Promoting and Maintaining a Website © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 2. 2 Chapter Objectives •Explain how to test a website before it is published •Describe how to publish a website to a web server •Identify ways to promote a published website •Discuss the importance of maintaining and evaluating a published website © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 3. 3 Website Testing (1 of 2) •Ensure navigation is user-based and user-controlled •Identify structural problems or content issues •Evaluate the following: • Does my website meet its goals and objectives? • Does the design and functionality incorporate UX? • Have I met accessibility standards? • Have I incorporated RWD standards? © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 4. 4 Website Testing (2 of 2) •Beta testing involves using a prepublication version • Beta website • Some are password-protects •Staging server enables testing in environment similar to live web server •Sometimes testing occurs on two or more website versions © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 5. 5 Self- and Internal Testing •Limited to those involved in web design • Images and multimedia should appear and work • Test the navigation and search tools • Test internal and external links -Broken link does not work • WAI guidelines • Use optimization tools • RWD compliance • Correct any problems © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 6. 6 Target Audience Testing (1 of 3) •Recruit outside testers • Use a variety of devices and screen sizes • Colleagues not involved in development • Target audience • Test navigation and links © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 7. 7 Target Audience Testing (2 of 3) •Which pages appear to appeal to them? •Which pages appear to disinterest them? •How much time do they spend on various pages? •Which links do they visit or ignore? •How easily do they navigate the website? •Do they at any time demonstrate any confusion or frustration? © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 8. 8 Target Audience Testing (3 of 3) •Ask testers to complete a UX survey • Did the website’s content satisfy wants, needs, expectations • Was the content interesting and valuable? • Was it easy or difficult to navigate? •After testing, consider all feedback •Implement suggestions that support goals and objectives, meet audience needs, improve value © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 9. 9 Website Publishing •After testing, publish to live server • Acquire a domain name • Allot server space • Upload files -HTML and CSS -Images -Multimedia © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 10. 10 Domain Name (1 of 2) •Use business or organization name •Avoid abbreviations and hyphens •Add words that further specify purpose •Purchase as many TLDs as possible •Use an accredited registrar © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 11. 11 Domain Name (2 of 2) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 12. 12 Server Space (1 of 3) •A web server runs server software • Displays webpages upon browser request •Web hosting companies offer space for monthly fee © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 13. 13 Server Space (2 of 3) •Web servers can be dedicated, shared, cloud-based •Dedicated web server hosts only hour website •Shared web server hosts multiple websites • Virtual private server (VPS) dedicated space on shared server •Cloud-based web servers offer virtual storage © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 14. 14 Server Space (3 of 3) •How much server space will I have? Are there limits •What is procedure for updating and republishing pages? •Support for e-commerce, multimedia, interactivity? •What is typical response time for technical support? •Does the server experience outages? •Have servers had security breaches? © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 15. 15 Uploading Website Folders and Files •Uploading all website files to the server specified by your web hosting service • Dedicated folder • Know name and URL of server • Before uploading, move unnecessary files to save space and limit page loading time © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 16. 16 Content Management System •You save files to host’s web server as you create them •Files exist on server but not on the web until you publish © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 17. 17 File Transfer Protocol (1 of 2) •An FTP client is used to transfer files using the FTP protocol •Provides split view of folders and files on a local computer and remote computer •After you publish the website, you can sync the files, which makes sure they any changed files are the same on both servers. © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 18. 18 File Transfer Protocol (2 of 2) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 19. 19 Web Design Tool (1 of 2) •Allows you to upload your website directly from within the program •You need to arrange for server space • Provide name and URL of server • Username and password © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 20. 20 Web Design Tool (2 of 2) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 21. 21 Retesting Published Pages •Confirm that all images display properly •Make certain that no broken links exist •Ensure all interactive elements function properly •Correct the page file(s) and then upload the corrected page file to the server •Skim the content © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 22. 22 Website Promotion •Promote your website to reach the target audience •Use online and offline promotional techniques •Maximize search tool exposure •Consider purchasing ads • Geotargeting provides ad content based on visitor’s location © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 23. 23 Social Media (1 of 3) •Basic social media presence is easy a nd free •Share updates •Invite customers to events •Ask for feedback •Create targeted ads © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 24. 24 Social Media (2 of 3) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 25. 25 Social Media (3 of 3) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 26. 26 Search Engine Optimization •SEO refers to applying design and development techniques to appear at top of search results • Include meta tags • Page titles • Clearly worded text • Density of keywords -Keyword stuffing is adding commonly used terms to increase rankings • Incoming links •Consider hiring an SEO expert © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 27. 27 Search Tool Indexing •When your website appears in indexes, visitors can find it using relevant keywords •Can register your URL with search engines and directories • Bing • Google •A Search tool submission service registers websites with multiple search tools © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 28. 28 Online Advertising (1 of 4) •Google AdWord and Bing Ads •Pay-per-click © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 29. 29 Online Advertising (2 of 4) •Banner ads are rectangular ads that link to website • Vertical banners are sidebar ads •Click-through is when visitors click the ad to reach the advertiser’s website © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 30. 30 Online Advertising (3 of 4) •Rich media ads contain multimedia elements • Floating ads • Expandable banner ads • Multimedia ads • Pop-up ads • Pop-under ads •Publishers charge based on impressions (number of views) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 31. 31 Online Advertising (4 of 4) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 32. 32 Mobile and In-App Advertising •Mobile web ads appear in mobile version of website •In-app ads appear while using an app • More expensive than mobile web ads • In-video ads © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 33. 33 Advertising Networks and Affiliate Programs (1 of 2) •Advertisers want to purchase ads •Publishers sell ads on their websites •Advertising networks complete ad sale transactions © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 34. 34 Advertising Networks and Affiliate Programs (2 of 2) •Affiliate Programs are e-commerce performance- based online advertising programs • Advertiser pays a fee or commission on sales generated by links on publishers’ websites • Landing pages •Affiliate management networks establish relationship between advertisers and publishers •Reciprocal links are between two website owners who place links to each other’s websites on their webpages © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 35. 35 Opt-In Advertising •Opt-in Advertising • Also called permission-based advertising • Recipient must formally agree to receive advertising • The recipient gets information he or she wants, and the advertiser can send a targeted message • Creating a list of opt-in subscribers often is a focus of calls-to- action • Always provide options to unsubscribe • Avoid sending spam © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 36. 36 Offline Promotional Techniques •Word-of-mouth • Telling people about your website •Printed material • URL appears on printed materials • QR codes •Promotional giveaways • Magnets, coffee mugs, coasters, T-shirts, etc. © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 37. 37 Website Maintenance and Evaluation •The web is a dynamic environment •Rapid changes in technology and visitors’ expectations •The work of maintaining a website never ends © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 38. 38 Ongoing Maintenance, Updating, and Retesting (1 of 2) •Add and promote timely content •Include calls-to-action •Maintain functional navigation system •Use analytics •Evaluate and implement new technologies © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 39. 39 Ongoing Maintenance, Updating, and Retesting (2 of 2) •Most web design tools and CMS platforms include capability to update page content by editing HTML files • Ensure you have the most current HTML file and backup originals • Edit webpage • Preview the webpage • Upload or republish webpage © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 40. 40 Evaluating Website Performance (1 of 2) •After publishing, evaluate the website performance towards achieving goals and purpose •Analytics determine fees a website can charge for ads •Large websites follow a formal evaluation plan •Professional marketers provide complete analytic packages © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 41. 41 Evaluating Website Performance (2 of 2) © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 42. 42 Analytics (1 of 2) •Web analytics (also called web metrics) • Server log analysis • Geolocation • Device type • Social media sharing • Tracking cookies • Page tagging • Sales data © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 43. 43 Analytics (2 of 2) •Unique visitors are individual website visitors •Repeat visitors visits more than once •Page views determine page popularity •Click-stream analysis identifies how a user moves through website •Conversion rate is rate at which shoppers buy •Monetization overall profit © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 44. 44 Benchmarking •Benchmarking involves using a defined standard to measure overall performance or evaluate a specific aspect of a website •After evaluation, adjust benchmark goals as necessary © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 45. 45 Web Server Log Analysis •Web server log analysis provides: • Requesting computer’s IP address • Browser making the request • Date and time of request • URUL of referring link • Path a visitor takes through website •Web server log analysis software © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 46. 46 Chapter Summary •Explain how to test a website before it is published •Describe how to publish a website to a web server •Identify ways to promote a published website •Discuss the importance of maintaining and evaluating a published website © 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.