SlideShare une entreprise Scribd logo
1  sur  28
Technical SEO tips for Web
Developers
Richa Bhatia
Singsys Pte. Ltd.
URL Structure best practices
Optimal Format of any URL should be -
http://www.website.com/category-keyword/subcategory-
keyword/primary-keyword.html
URL structure should be optimized during the
development phase of any kind of website. It will save
time of web developers as well as webmaster.
Use hyphens to separate words. Google will consider
tennis-ball (hypen) as two separate words. If we use
underscore tennis_ball, it will be considered as single
word by search engines.
URL Structure best practices
URLs need to be static, descriptive within 3-5 words in
length.
Include proper category in your URL structure. If you're
thinking of using 114/cat223/, go with /brand/reebok
For dynamically created pages through a CMS, create the
option of including keywords in the URL. ( For php we can
create proper url instead of giving id's in url. You should
consider using the rewrite module of the Apache server
to rewrite those dynamic urls into static looking URL,
There are also PHP scripts which can be implemented
which will change the address into a readable page.)
http://net.tutsplus.com/tutorials/other/using-htaccess-
files-for-pretty-urls/
URL Structure best practices
Avoid using generic page names like page1.php. Use
proper keyword instead. Don't be Case Sensitive(example
: SINGSYS.COM should be redirected to singsys.com)
The optimal structure for a website would look similar to a
pyramid.
This structure has the minimum amount of links possible
between the homepage and any given page.
Pyramid Structure
Home Page
Sitemap
 A sitemap is a file that sits on your server and inform search
engines about the structure and hierarchy of your website. It's
an XML file http://www.website.com/sitemap.xml that contains
every page URL of your site.

Sitemap
 Always keep your website sitemap up to date. Every time you
make a change to your website, generate and publish the new
one.
 Sitemaps are an important way of communication with the
search engines.
 Types of Sitemaps - XML, HTML, Video, News, Mobile, Image
 Don't forget to submit your sitemap to Major Search Engines
robots.txt
 A robots.txt file tells search engine bots what pages it is not
allowed to crawl. This file goes in the root of your site.
 Include those pages in robots.txt which you do not wish to be
indexed in Google Search Results. Ex- Privacy policy page,
Admin page.
 The filename of robots.txt is case sensitive. Use "robots.txt",
not "Robots.TXT”.
 Meta robots with parameters "noindex, follow" is best way to
to restrict crawling or indexation.
robots.txt
 There are a few ways to block search engines from accessing a
domain:
Block with Robots.txt
This tells the engines not to crawl the given URL, but that they may
keep the page in the index and display it in in results.
Block with Meta NoIndex
This tells engines they can visit, but are not allowed to display the
URL in results. This is the recommended method.
Block by Nofollowing Links
This is almost always a poor tactic. Using this method, it is still
possible for the search engines to discover pages in other ways:
through browser toolbars, links from other pages, analytics, and
more.
Clean, valid, html coding
Clean and valid HTML coding means the search engines
will have no problem in crawling and interpreting your
web pages.
Validate Your Code using W3C validator.
Ensure that there is no coding error while designing web
page.
Keep web page size low
 Small web page loads more faster as compared to web page
very big in size.
 Put CSS code into a .css file and JS code into a .js file and
include them at the top. This will keep your page source
clean and small, and search engines will load the pages that
must faster.
 Users and customers leave the page if it loads longer than
10 seconds.(So you can lose half of your visitors by
overlooking your page load time).
 Huge web pages decreases Google's crawl rate.
 Maintain your CSS and JavaScript files Externally - Placing
your CSS/JavaScript in external files will help the crawler
find your content faster. It also helps in decreasing the page
load time.
Images
Search Engines can't read images. Include alt tag to
define what the image is about. Alt tag is the text that you
provide for an image in case it can't be displayed.
Make sure your images loads easily.
Write image title for each image.
Include your main keywords in img alt tag and image title.
Alt Tag Title Tag
Header Tags
Header tags
Headings are defined in web page with H1 to H6 tags.
Place Keywords in Your Heading Tags for Better SEO
Results.
Search engines pay special attention to the words in
your headings because they expect headings to
indicate page main topics.
Use only 1 H1 tag per page.
Header tags
Format :
<h1>Main Heading</h1>
<h2>Secondary Heading 1</h2>
<h3>Sub-section of the secondary heading 1</h3>
<h2>Secondary Heading 2</h2>
<h3>Sub-section of the secondary heading 2</h3>
Anchor text
Anchor text is the clickable text that users will see as
a result of a link, and is placed within the anchor tag
<a href="..."></a>
Avoid writing generic anchor text like "page",
"article", or "click here".
Include main keywords in Anchor text.
Canonical issue
http://www.yoursite.com and http://yoursite.com are two
different pages for Google which results in duplicate
content issue.
301 is permanent redirect. Google will remove old url’s
from its index in 301 redirect. 302 is temporary redirect.
301 redirects pass between 90 percent and 99 percent
of their value, whereas 302 redirects pass almost no
value at all.
Avoid duplicate pages by redirecting the non-www
version over to the www version. It can be done using
htaccess
Canonical issue
Common Canonical Issues :
http://www.site.com
http://site.com
http://www.site.com/index.php
http://site.com/index.php
Create an Informative Error
Page(404 page)
Design and include proper 404 error page in your
website.
404 page should contain header and footer menus as
well so that user can directly navigate to any page he
wishes to.
Google page speed
 Page speed is one of the most important ranking factor in SEO. Fast
and optimized web pages lead to higher visitor engagement,
retention, and conversions.
 SEO tool to check page speed-
https://developers.google.com/speed/pagespeed/
 Ways to improve Site speed
 Use Image Sprites - An image sprite is a collection of images put into
a single image. A web page with many images can take a long time to
load and generate multiple server requests. Using image sprites will
reduce the number of server requests and save bandwidth. Logos
and all other structuring images should be packed in a CSS sprite
Combine Images Into CSS Sprites
Single Image
Google page speed
Minify JavaScript - minify javascript is used to compress
your javascript code. When you minify, the comments and
spaces get deleted to improve the performance of your
code.
Minify CSS - CSS can slow your website down.The solution
to this is to keep an original copy for the developers to work
in and then have them minify (remove all the unnecessary
bits) the code for the live website. You can expect a 20-30%
saving on average.
SEO tool for this - http://www.csscompressor.com/
Other points
Social snippets buttons.
Same url structure throughout site.
Check compatibility between browsers.
Avoid using lot of flash in webpage. Search Engines do not
crawl flash. We can use HTML5 in place of flash.
Avoid duplicate content on website - You can solve
duplicate content problems by using noindex, follow in your
robots meta tag, using a 301 redirect or with a robots.txt
file.
Other points
Check for Broken Links and Images - If your website
has broken links pointing to page that doesn’t exist, it
will probably never be found. Also search engines
penalize sites with many broken links, so don’t forget
to use the W3C link validator tool to find them.
Optimize your Title and Meta Tags the Correct Way.
Contact Us via
info@singsys.com
Phone-65613900
Thank You!

Contenu connexe

Tendances

Google Analytics Ppt Final
Google Analytics Ppt FinalGoogle Analytics Ppt Final
Google Analytics Ppt Final
barbwhite325
 

Tendances (20)

Learn Off Page SEO
Learn Off Page SEOLearn Off Page SEO
Learn Off Page SEO
 
Google Search Console: An Ultimate Guide
Google Search Console: An Ultimate GuideGoogle Search Console: An Ultimate Guide
Google Search Console: An Ultimate Guide
 
Technical SEO Audit
Technical SEO AuditTechnical SEO Audit
Technical SEO Audit
 
SEO Audit Report | Analyze Website Free 2023
SEO Audit Report | Analyze Website Free 2023SEO Audit Report | Analyze Website Free 2023
SEO Audit Report | Analyze Website Free 2023
 
On page seo ppt
On page seo ppt On page seo ppt
On page seo ppt
 
SEO-SMO Proposal ppt
SEO-SMO Proposal pptSEO-SMO Proposal ppt
SEO-SMO Proposal ppt
 
Social Media & SEO Proposal
Social Media & SEO ProposalSocial Media & SEO Proposal
Social Media & SEO Proposal
 
Website Analysis Report
Website Analysis ReportWebsite Analysis Report
Website Analysis Report
 
Basic SEO Lecture Presentation
Basic SEO Lecture PresentationBasic SEO Lecture Presentation
Basic SEO Lecture Presentation
 
Off-Page SEO
Off-Page SEOOff-Page SEO
Off-Page SEO
 
Do follow and no-follow link
Do follow and no-follow linkDo follow and no-follow link
Do follow and no-follow link
 
Technical seo
Technical seoTechnical seo
Technical seo
 
Google Analytics Ppt Final
Google Analytics Ppt FinalGoogle Analytics Ppt Final
Google Analytics Ppt Final
 
On page off-page seo points
On page off-page seo pointsOn page off-page seo points
On page off-page seo points
 
14 Types of Backlinks
14 Types of Backlinks  14 Types of Backlinks
14 Types of Backlinks
 
Link building ppt
Link building pptLink building ppt
Link building ppt
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
SEO Plan For Beginners - Initial Site Analysis - SEO Toolkit
SEO Plan For Beginners - Initial Site Analysis - SEO ToolkitSEO Plan For Beginners - Initial Site Analysis - SEO Toolkit
SEO Plan For Beginners - Initial Site Analysis - SEO Toolkit
 
Website Analysis Report : SEO, CRO Website Audit.
Website Analysis Report : SEO, CRO Website Audit.Website Analysis Report : SEO, CRO Website Audit.
Website Analysis Report : SEO, CRO Website Audit.
 
Website Audit Presentation
Website Audit PresentationWebsite Audit Presentation
Website Audit Presentation
 

En vedette

Cinco apoyos para meoramiento de los aprendizajes
Cinco apoyos para meoramiento de los aprendizajesCinco apoyos para meoramiento de los aprendizajes
Cinco apoyos para meoramiento de los aprendizajes
Elizabeth Soto
 
Slideshare come internazionalizzare l'azienda 25pagine
Slideshare  come internazionalizzare l'azienda 25pagineSlideshare  come internazionalizzare l'azienda 25pagine
Slideshare come internazionalizzare l'azienda 25pagine
Ego International Group
 
El cambio en educacion (cármen montecinos)
El cambio en educacion (cármen montecinos)El cambio en educacion (cármen montecinos)
El cambio en educacion (cármen montecinos)
Elizabeth Soto
 

En vedette (17)

Cinco apoyos para meoramiento de los aprendizajes
Cinco apoyos para meoramiento de los aprendizajesCinco apoyos para meoramiento de los aprendizajes
Cinco apoyos para meoramiento de los aprendizajes
 
UgCS for Professionals
UgCS for ProfessionalsUgCS for Professionals
UgCS for Professionals
 
Un mondo di mercato: come internazionalizzare la propria azienda
Un mondo di mercato: come internazionalizzare la propria aziendaUn mondo di mercato: come internazionalizzare la propria azienda
Un mondo di mercato: come internazionalizzare la propria azienda
 
Slideshare come internazionalizzare l'azienda 25pagine
Slideshare  come internazionalizzare l'azienda 25pagineSlideshare  come internazionalizzare l'azienda 25pagine
Slideshare come internazionalizzare l'azienda 25pagine
 
Comunicare per il web: scegli come e cosa comunicare, per farti trovare!
Comunicare per il web: scegli come e cosa comunicare, per farti trovare!Comunicare per il web: scegli come e cosa comunicare, per farti trovare!
Comunicare per il web: scegli come e cosa comunicare, per farti trovare!
 
El cambio en educacion (cármen montecinos)
El cambio en educacion (cármen montecinos)El cambio en educacion (cármen montecinos)
El cambio en educacion (cármen montecinos)
 
F. padilla (1)
F. padilla (1)F. padilla (1)
F. padilla (1)
 
Youable book
Youable bookYouable book
Youable book
 
Ugcs
UgcsUgcs
Ugcs
 
UgCS For Professionals (with screenshots)
UgCS For Professionals (with screenshots)UgCS For Professionals (with screenshots)
UgCS For Professionals (with screenshots)
 
Universal Ground Control Software (U[g]CS) features and architecture
Universal Ground Control Software (U[g]CS) features and architectureUniversal Ground Control Software (U[g]CS) features and architecture
Universal Ground Control Software (U[g]CS) features and architecture
 
How to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsHow to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy Steps
 
Team working
Team workingTeam working
Team working
 
Perché scegliere il Made in Italy
Perché scegliere il Made in ItalyPerché scegliere il Made in Italy
Perché scegliere il Made in Italy
 
Trayectorias de aprendizaje
Trayectorias de aprendizajeTrayectorias de aprendizaje
Trayectorias de aprendizaje
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
 
POWER FACTOR CORRECTION OF A 3-PHASE 4- SWITCH INVERTER FED BLDC MOTOR
POWER FACTOR CORRECTION OF A 3-PHASE 4- SWITCH INVERTER FED BLDC MOTORPOWER FACTOR CORRECTION OF A 3-PHASE 4- SWITCH INVERTER FED BLDC MOTOR
POWER FACTOR CORRECTION OF A 3-PHASE 4- SWITCH INVERTER FED BLDC MOTOR
 

Similaire à Technical seo tips for web developers

Similaire à Technical seo tips for web developers (20)

eGrove Systems Corporation - PrestaShop Development Services
eGrove Systems Corporation - PrestaShop Development ServiceseGrove Systems Corporation - PrestaShop Development Services
eGrove Systems Corporation - PrestaShop Development Services
 
Website Development Guidelines
Website Development GuidelinesWebsite Development Guidelines
Website Development Guidelines
 
Seo and analytics basics
Seo and analytics basicsSeo and analytics basics
Seo and analytics basics
 
10 Important On-Site Technical SEO Factors.pdf
10 Important On-Site Technical SEO Factors.pdf10 Important On-Site Technical SEO Factors.pdf
10 Important On-Site Technical SEO Factors.pdf
 
10 Important On-Site Technical SEO Factors.pdf
10 Important On-Site Technical SEO Factors.pdf10 Important On-Site Technical SEO Factors.pdf
10 Important On-Site Technical SEO Factors.pdf
 
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
 
SEO Friendly Website Design Guidelines
SEO Friendly Website Design GuidelinesSEO Friendly Website Design Guidelines
SEO Friendly Website Design Guidelines
 
cloudtales.us.pdf
cloudtales.us.pdfcloudtales.us.pdf
cloudtales.us.pdf
 
SEO ON Page Optimization
 SEO ON Page Optimization SEO ON Page Optimization
SEO ON Page Optimization
 
Most Important On Page SEO elements
Most Important On Page SEO elementsMost Important On Page SEO elements
Most Important On Page SEO elements
 
Google Webmaster Guidelines 2016 - Updated
Google Webmaster Guidelines 2016 - UpdatedGoogle Webmaster Guidelines 2016 - Updated
Google Webmaster Guidelines 2016 - Updated
 
On Page Optimization Ii
On Page Optimization IiOn Page Optimization Ii
On Page Optimization Ii
 
Points for Design and Development of SEO friendly websites
Points for Design and Development of SEO friendly websitesPoints for Design and Development of SEO friendly websites
Points for Design and Development of SEO friendly websites
 
SEO for Business Catalyst Websites - Partner Orientation Webinar
SEO for Business Catalyst Websites - Partner Orientation WebinarSEO for Business Catalyst Websites - Partner Orientation Webinar
SEO for Business Catalyst Websites - Partner Orientation Webinar
 
A complete digital marketing sop divay jain ( profshine tech )
A complete digital marketing sop  divay jain ( profshine tech )A complete digital marketing sop  divay jain ( profshine tech )
A complete digital marketing sop divay jain ( profshine tech )
 
Sunstone Barbecue Gas Grills
Sunstone Barbecue Gas GrillsSunstone Barbecue Gas Grills
Sunstone Barbecue Gas Grills
 
Sunstone Stainless Steel Grill
Sunstone Stainless Steel Grill Sunstone Stainless Steel Grill
Sunstone Stainless Steel Grill
 
SEO presentation By Dang HA - ECM team
SEO presentation By Dang HA - ECM teamSEO presentation By Dang HA - ECM team
SEO presentation By Dang HA - ECM team
 
Référencing
RéférencingRéférencing
Référencing
 
Seo tutorial
Seo tutorialSeo tutorial
Seo tutorial
 

Plus de Singsys Pte Ltd

Plus de Singsys Pte Ltd (17)

Technical Seminar Series: GIT Pull Requests Best Practices
Technical Seminar Series:  GIT Pull Requests Best PracticesTechnical Seminar Series:  GIT Pull Requests Best Practices
Technical Seminar Series: GIT Pull Requests Best Practices
 
Laravel Security Standards
Laravel Security Standards Laravel Security Standards
Laravel Security Standards
 
Android OS - The Journey of most popular Operating System
Android OS - The Journey of most popular Operating SystemAndroid OS - The Journey of most popular Operating System
Android OS - The Journey of most popular Operating System
 
How to do Memory Optimizations in Android
How to do Memory Optimizations in AndroidHow to do Memory Optimizations in Android
How to do Memory Optimizations in Android
 
iOS Application Battery Optimization Techniques
iOS Application Battery Optimization TechniquesiOS Application Battery Optimization Techniques
iOS Application Battery Optimization Techniques
 
Android Battery optimization Android Apps
Android Battery optimization Android AppsAndroid Battery optimization Android Apps
Android Battery optimization Android Apps
 
Basics of-linux
Basics of-linuxBasics of-linux
Basics of-linux
 
SoLoMo
SoLoMoSoLoMo
SoLoMo
 
Introduction to facebook sdk
Introduction to facebook sdkIntroduction to facebook sdk
Introduction to facebook sdk
 
Beginners css tutorial for web designers
Beginners css tutorial for web designersBeginners css tutorial for web designers
Beginners css tutorial for web designers
 
Joomla 3 installation and management guide
Joomla 3 installation and management guideJoomla 3 installation and management guide
Joomla 3 installation and management guide
 
Joomla Introduction & Installation Tutorial
Joomla Introduction & Installation TutorialJoomla Introduction & Installation Tutorial
Joomla Introduction & Installation Tutorial
 
Basic of web design
Basic of web designBasic of web design
Basic of web design
 
Embedded Technology
Embedded TechnologyEmbedded Technology
Embedded Technology
 
Java Tutorial
Java TutorialJava Tutorial
Java Tutorial
 
WordPress Website Design and Development
WordPress Website Design and DevelopmentWordPress Website Design and Development
WordPress Website Design and Development
 
Being a designer
Being a designerBeing a designer
Being a designer
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Technical seo tips for web developers

  • 1. Technical SEO tips for Web Developers Richa Bhatia Singsys Pte. Ltd.
  • 2. URL Structure best practices Optimal Format of any URL should be - http://www.website.com/category-keyword/subcategory- keyword/primary-keyword.html URL structure should be optimized during the development phase of any kind of website. It will save time of web developers as well as webmaster. Use hyphens to separate words. Google will consider tennis-ball (hypen) as two separate words. If we use underscore tennis_ball, it will be considered as single word by search engines.
  • 3. URL Structure best practices URLs need to be static, descriptive within 3-5 words in length. Include proper category in your URL structure. If you're thinking of using 114/cat223/, go with /brand/reebok For dynamically created pages through a CMS, create the option of including keywords in the URL. ( For php we can create proper url instead of giving id's in url. You should consider using the rewrite module of the Apache server to rewrite those dynamic urls into static looking URL, There are also PHP scripts which can be implemented which will change the address into a readable page.) http://net.tutsplus.com/tutorials/other/using-htaccess- files-for-pretty-urls/
  • 4. URL Structure best practices Avoid using generic page names like page1.php. Use proper keyword instead. Don't be Case Sensitive(example : SINGSYS.COM should be redirected to singsys.com) The optimal structure for a website would look similar to a pyramid. This structure has the minimum amount of links possible between the homepage and any given page.
  • 6. Sitemap  A sitemap is a file that sits on your server and inform search engines about the structure and hierarchy of your website. It's an XML file http://www.website.com/sitemap.xml that contains every page URL of your site. 
  • 7. Sitemap  Always keep your website sitemap up to date. Every time you make a change to your website, generate and publish the new one.  Sitemaps are an important way of communication with the search engines.  Types of Sitemaps - XML, HTML, Video, News, Mobile, Image  Don't forget to submit your sitemap to Major Search Engines
  • 8. robots.txt  A robots.txt file tells search engine bots what pages it is not allowed to crawl. This file goes in the root of your site.  Include those pages in robots.txt which you do not wish to be indexed in Google Search Results. Ex- Privacy policy page, Admin page.  The filename of robots.txt is case sensitive. Use "robots.txt", not "Robots.TXT”.  Meta robots with parameters "noindex, follow" is best way to to restrict crawling or indexation.
  • 9.
  • 10. robots.txt  There are a few ways to block search engines from accessing a domain: Block with Robots.txt This tells the engines not to crawl the given URL, but that they may keep the page in the index and display it in in results. Block with Meta NoIndex This tells engines they can visit, but are not allowed to display the URL in results. This is the recommended method. Block by Nofollowing Links This is almost always a poor tactic. Using this method, it is still possible for the search engines to discover pages in other ways: through browser toolbars, links from other pages, analytics, and more.
  • 11. Clean, valid, html coding Clean and valid HTML coding means the search engines will have no problem in crawling and interpreting your web pages. Validate Your Code using W3C validator. Ensure that there is no coding error while designing web page.
  • 12. Keep web page size low  Small web page loads more faster as compared to web page very big in size.  Put CSS code into a .css file and JS code into a .js file and include them at the top. This will keep your page source clean and small, and search engines will load the pages that must faster.  Users and customers leave the page if it loads longer than 10 seconds.(So you can lose half of your visitors by overlooking your page load time).  Huge web pages decreases Google's crawl rate.  Maintain your CSS and JavaScript files Externally - Placing your CSS/JavaScript in external files will help the crawler find your content faster. It also helps in decreasing the page load time.
  • 13. Images Search Engines can't read images. Include alt tag to define what the image is about. Alt tag is the text that you provide for an image in case it can't be displayed. Make sure your images loads easily. Write image title for each image. Include your main keywords in img alt tag and image title.
  • 16. Header tags Headings are defined in web page with H1 to H6 tags. Place Keywords in Your Heading Tags for Better SEO Results. Search engines pay special attention to the words in your headings because they expect headings to indicate page main topics. Use only 1 H1 tag per page.
  • 17. Header tags Format : <h1>Main Heading</h1> <h2>Secondary Heading 1</h2> <h3>Sub-section of the secondary heading 1</h3> <h2>Secondary Heading 2</h2> <h3>Sub-section of the secondary heading 2</h3>
  • 18. Anchor text Anchor text is the clickable text that users will see as a result of a link, and is placed within the anchor tag <a href="..."></a> Avoid writing generic anchor text like "page", "article", or "click here". Include main keywords in Anchor text.
  • 19. Canonical issue http://www.yoursite.com and http://yoursite.com are two different pages for Google which results in duplicate content issue. 301 is permanent redirect. Google will remove old url’s from its index in 301 redirect. 302 is temporary redirect. 301 redirects pass between 90 percent and 99 percent of their value, whereas 302 redirects pass almost no value at all. Avoid duplicate pages by redirecting the non-www version over to the www version. It can be done using htaccess
  • 20. Canonical issue Common Canonical Issues : http://www.site.com http://site.com http://www.site.com/index.php http://site.com/index.php
  • 21. Create an Informative Error Page(404 page) Design and include proper 404 error page in your website. 404 page should contain header and footer menus as well so that user can directly navigate to any page he wishes to.
  • 22. Google page speed  Page speed is one of the most important ranking factor in SEO. Fast and optimized web pages lead to higher visitor engagement, retention, and conversions.  SEO tool to check page speed- https://developers.google.com/speed/pagespeed/  Ways to improve Site speed  Use Image Sprites - An image sprite is a collection of images put into a single image. A web page with many images can take a long time to load and generate multiple server requests. Using image sprites will reduce the number of server requests and save bandwidth. Logos and all other structuring images should be packed in a CSS sprite
  • 23. Combine Images Into CSS Sprites Single Image
  • 24. Google page speed Minify JavaScript - minify javascript is used to compress your javascript code. When you minify, the comments and spaces get deleted to improve the performance of your code. Minify CSS - CSS can slow your website down.The solution to this is to keep an original copy for the developers to work in and then have them minify (remove all the unnecessary bits) the code for the live website. You can expect a 20-30% saving on average. SEO tool for this - http://www.csscompressor.com/
  • 25. Other points Social snippets buttons. Same url structure throughout site. Check compatibility between browsers. Avoid using lot of flash in webpage. Search Engines do not crawl flash. We can use HTML5 in place of flash. Avoid duplicate content on website - You can solve duplicate content problems by using noindex, follow in your robots meta tag, using a 301 redirect or with a robots.txt file.
  • 26. Other points Check for Broken Links and Images - If your website has broken links pointing to page that doesn’t exist, it will probably never be found. Also search engines penalize sites with many broken links, so don’t forget to use the W3C link validator tool to find them. Optimize your Title and Meta Tags the Correct Way.