SlideShare uma empresa Scribd logo
1 de 9
How To Do 301 Redirect with
         htaccess

                      By Ketan Raval
              ketan@letsnurture.com
                        @ketanraval
301 Redirect And SEO
• 301 Redirect means “Moved Permanently”
• 301 redirect is the most efficient and Search
  Engine Friendly method for webpage
  redirection.
Why 301 Redirect?
• www.xyz.com vs http://xyz.com both are treated separately
  by Search Engines. So , if you are doing seo for www.xyz.com
  and google is indexing http://xyz.com , google may not
  consider your seo efforts in search engine rankings.

• Google recommends using a 301 redirect to change the URL
  of a page as it is shown in search engine results
Preserve SEO Efforts while Page Change
• During SEO Efforts if you were working on seo.html and after couple of
  months you change it to seo-services.html .
• Following things will happen
• All backlinks/references you have created for seo.html will loose its value
• Everyone clicking on external backlink will get 404 Error Page because
  there wont be any seo.html
• Setting up 301 Redirect from “seo.html” to “seo-services.html” will
  redirect all references/ visitors to new page and you will be able to
  preserve all SEO Efforts.
• In Future there is a chance that 301 Redirect will preserve Twitter share,
  Facebook Share etc for old page to preserve Social Share Value also.
How to 301 Redirect with htAccess
• It is not difficult to implement 301 Redirect with htaccess file in your root
  director.
• If you do not have .htaccess file you may need to create on file and put
  code in to it.
Redirect to Old Domain to New Domain
                                with 301


To redirect entire site:
     Redirect 301 / http://www.new-site.com/
     rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]



you cane learn about rewriterule here
http://www.askapache.com/htaccess/modrewrite-tips-tricks.html
Old Page to New Page with 301
  If you want to redirect visitors from Old Page to New Page ..
• To redirect certain pages:
   Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html
   Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
SEO friendly URL instead of dynamic URL
               with 301

 RewriteEngine on
 RewriteCond %{QUERY_STRING} ^id=13$
 RewriteRule ^/page.php$ http://www.example.com/newname.htm?
[L,R=301]
Get More Knowledge on SEO/PHP/Android Subscribe
                         to
          https://twitter.com/letsnurture
      http://www.facebook.com/LetsNurture
            www.letsnurture.com/blog



                                By Ketan Raval
                        ketan@letsnurture.com
                                 @letsnurture

Mais conteúdo relacionado

Destaque

เรื่องประทับใจ ให้ข้อคิด 5
เรื่องประทับใจ ให้ข้อคิด 5เรื่องประทับใจ ให้ข้อคิด 5
เรื่องประทับใจ ให้ข้อคิด 5
Na Tak
 
классицизм в архитектуре ксенофонтов
классицизм в архитектуре ксенофонтовклассицизм в архитектуре ксенофонтов
классицизм в архитектуре ксенофонтов
kryljanauki
 

Destaque (12)

How to manage cms pages in Magento
How to manage cms pages in MagentoHow to manage cms pages in Magento
How to manage cms pages in Magento
 
Смотр войск на Дворцовой площади
Смотр войск на Дворцовой площадиСмотр войск на Дворцовой площади
Смотр войск на Дворцовой площади
 
Marshall Cassidy : VOCALSpin : Ugly Like Me
Marshall Cassidy : VOCALSpin : Ugly Like MeMarshall Cassidy : VOCALSpin : Ugly Like Me
Marshall Cassidy : VOCALSpin : Ugly Like Me
 
เรื่องประทับใจ ให้ข้อคิด 5
เรื่องประทับใจ ให้ข้อคิด 5เรื่องประทับใจ ให้ข้อคิด 5
เรื่องประทับใจ ให้ข้อคิด 5
 
Жизнь длиною в ТЮТ
Жизнь длиною в ТЮТЖизнь длиною в ТЮТ
Жизнь длиною в ТЮТ
 
Dna
DnaDna
Dna
 
All about Apple Watchkit
All about Apple WatchkitAll about Apple Watchkit
All about Apple Watchkit
 
Baiguulalt
BaiguulaltBaiguulalt
Baiguulalt
 
классицизм в архитектуре ксенофонтов
классицизм в архитектуре ксенофонтовклассицизм в архитектуре ксенофонтов
классицизм в архитектуре ксенофонтов
 
Компас юного петербуржца
Компас юного петербуржцаКомпас юного петербуржца
Компас юного петербуржца
 
лекція № 4
лекція № 4лекція № 4
лекція № 4
 
The Abolition of Test
The Abolition of TestThe Abolition of Test
The Abolition of Test
 

Mais de Ketan Raval

Android notifications
Android notificationsAndroid notifications
Android notifications
Ketan Raval
 

Mais de Ketan Raval (20)

Amazon Alexa Auto Software Development Kit (SDK)
Amazon Alexa Auto Software Development Kit (SDK)Amazon Alexa Auto Software Development Kit (SDK)
Amazon Alexa Auto Software Development Kit (SDK)
 
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
Proximity Marketing Solutions enhancing Businesses leveraging iBeacon SDK Int...
 
Keynote 2016
Keynote 2016Keynote 2016
Keynote 2016
 
Zero ui future is here
Zero ui   future is hereZero ui   future is here
Zero ui future is here
 
Android n and beyond
Android n and beyondAndroid n and beyond
Android n and beyond
 
IoT and Future of Connected world
IoT and Future of Connected worldIoT and Future of Connected world
IoT and Future of Connected world
 
#Instagram API Get visibility you always wanted
#Instagram API   Get visibility you always wanted#Instagram API   Get visibility you always wanted
#Instagram API Get visibility you always wanted
 
Keynote - Devfest 2015 organized by GDG Ahmedabad
Keynote - Devfest 2015 organized by GDG AhmedabadKeynote - Devfest 2015 organized by GDG Ahmedabad
Keynote - Devfest 2015 organized by GDG Ahmedabad
 
Android notifications
Android notificationsAndroid notifications
Android notifications
 
How to make your Mobile App HIPPA Compliant
How to make your Mobile App HIPPA CompliantHow to make your Mobile App HIPPA Compliant
How to make your Mobile App HIPPA Compliant
 
3 d touch a true game changer
3 d touch a true game changer3 d touch a true game changer
3 d touch a true game changer
 
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel EconomyOBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
OBD Mobile App - Fault Codes, Driving Behaviour and Fuel Economy
 
Vehicle to vehicle communication using gps
Vehicle to vehicle communication using gpsVehicle to vehicle communication using gps
Vehicle to vehicle communication using gps
 
Obd how to guide
Obd how to guideObd how to guide
Obd how to guide
 
Garmin api integration
Garmin api integrationGarmin api integration
Garmin api integration
 
Beacon The Google Way
Beacon The Google WayBeacon The Google Way
Beacon The Google Way
 
Edge detection iOS application
Edge detection iOS applicationEdge detection iOS application
Edge detection iOS application
 
Google calendar integration in iOS app
Google calendar integration in iOS appGoogle calendar integration in iOS app
Google calendar integration in iOS app
 
Big data cloudcomputing
Big data cloudcomputingBig data cloudcomputing
Big data cloudcomputing
 
How to upload application on iTune store
How to upload application on iTune storeHow to upload application on iTune store
How to upload application on iTune store
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
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...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

How to perform 301 Redirect & Improve SEO

  • 1. How To Do 301 Redirect with htaccess By Ketan Raval ketan@letsnurture.com @ketanraval
  • 2. 301 Redirect And SEO • 301 Redirect means “Moved Permanently” • 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection.
  • 3. Why 301 Redirect? • www.xyz.com vs http://xyz.com both are treated separately by Search Engines. So , if you are doing seo for www.xyz.com and google is indexing http://xyz.com , google may not consider your seo efforts in search engine rankings. • Google recommends using a 301 redirect to change the URL of a page as it is shown in search engine results
  • 4. Preserve SEO Efforts while Page Change • During SEO Efforts if you were working on seo.html and after couple of months you change it to seo-services.html . • Following things will happen • All backlinks/references you have created for seo.html will loose its value • Everyone clicking on external backlink will get 404 Error Page because there wont be any seo.html • Setting up 301 Redirect from “seo.html” to “seo-services.html” will redirect all references/ visitors to new page and you will be able to preserve all SEO Efforts. • In Future there is a chance that 301 Redirect will preserve Twitter share, Facebook Share etc for old page to preserve Social Share Value also.
  • 5. How to 301 Redirect with htAccess • It is not difficult to implement 301 Redirect with htaccess file in your root director. • If you do not have .htaccess file you may need to create on file and put code in to it.
  • 6. Redirect to Old Domain to New Domain with 301 To redirect entire site: Redirect 301 / http://www.new-site.com/ rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] you cane learn about rewriterule here http://www.askapache.com/htaccess/modrewrite-tips-tricks.html
  • 7. Old Page to New Page with 301 If you want to redirect visitors from Old Page to New Page .. • To redirect certain pages: Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
  • 8. SEO friendly URL instead of dynamic URL with 301 RewriteEngine on RewriteCond %{QUERY_STRING} ^id=13$ RewriteRule ^/page.php$ http://www.example.com/newname.htm? [L,R=301]
  • 9. Get More Knowledge on SEO/PHP/Android Subscribe to https://twitter.com/letsnurture http://www.facebook.com/LetsNurture www.letsnurture.com/blog By Ketan Raval ketan@letsnurture.com @letsnurture