Skip to content
Maxiom Technology - Top Rated Software Development Company in Washington DCMaxiom Technology - Top Rated Software Development Company in Washington DC
  • Services

    Services

    Clutch Global Leader Award Winner

    Software Engineering

    • Software Development
    • MVP Development
    • Frontend Development
    • Backend Development
    • QA & Testing
    • DevOps
    • Support & Maintenance

    Artificial Intelligence

    • AI Development
    • AI Consulting
    • AI Proof of Concept
    • Deep Learning
    • Machine Learning
    • Facial Recognition
    • NLP

    Creative Design

    • Digital Product Design
    • Digital Product Development
    • UI/UX Design
    • UI/UX Consulting
    • UX Research
    • Design Systems
    • Design Experimentation
    • Dashboard Development

    Data & Analytics

    • Performance Marketing
    • Predictive Analytics
    • Data Consulting
    • Data Strategy
    • Data Architecture
    • Data Engineering
    • Data Warehouse
    • Enterprise Data Platform
  • Artificial Intelligence
  • Apps
  • Hire Developers
  • Industries
    • Fintech
    • Healthcare
    • Human Resources
    • Non Profit
    • Real Estate
    • SaaS
    • Telecom
    • Other Industries
  • Case Studies
  • Company
    • About Us
    • Blog
    • Careers
    • News & Events
    • Contact Us

Say hello,
and let us help

Thank you for your interest in Maxiom Technology’s software development solutions and services. We are looking forward to working with you on your next software project.

Exceptional dedication and professionalism. Collaborating with Maxiom proved to be an outstanding choice as they addressed our needs with precision, expertise, and unwavering focus.
Laura Ballek-Cole. City of Allentown PA
Laura Quinn
Digital Production Manager

    Support and Maintenance

    3 IIS URL rewrite rules for improved SEO

    August 6, 2009
    iis7 rules to improve seo

    When moving a website or a blog there are several things that need to fall in place in order to make the transition as smooth as possible. Search Engine Optimization (SEO) sits high on the priority list. So we put together this article to help you out with some of the tricky aspects.

    Before going further, I must inform you that this article only applies to those hosting their sites on Windows.

    For this task, since my application servers run IIS 7, I decided to give its freely distributed URL Rewrite extension a fair shot at solving our URL change shot. For your convenience, Microsoft has made the extension available through the Microsoft Web Platform Installer, so getting it up and running is a snap.

    Once installed, open the IIS Manager where you should now see the newly installed extension under each of your websites (URL Rewrite).

    In this blog post I will be discussing the 3 rules that I consider the most important when it comes to ensuring that your content is being indexed efficiently.

    The screen shot below shows the list of rules as displayed in IIS Manager after they have been defined.

    1. Convert/Force URLs to Lower Case

    URLs can be defined in both uppercase and lowercase characters. What this means is that https://www.maxiomtech.com/tips-tricks/reorganize-and-rebuild-indexes-in-sql-server/ is treated as a different page than https://www.maxiomtech.com/tips-tricks/Reorganize-And-Rebuild-Indexes-In-SQL-Server/ by a search engine, even though they point to the VERY SAME resources and content. The best way to handle this issue is to REWRITE the URL to lowercase and respond to the “old” capitalized version with am HTTP 301 response (Permanently moved).

    Here is the rule:

    [code lang="xml"]<rule name="Convert to lower case" stopProcessing="true">
    	<match url=".*[A-Z].*" ignoreCase="false" />
    	<action type="Redirect" url="{ToLower:{R:0}}" redirectType="Permanent" />
    </rule>[/code]

    Below is a screen shot of the Edit Rule UI in IIS for the lower case enforcement rule:

    2. Enforce Canonical Host Names

    Similar to what we described above, search engines will treat https://www.maxiomlabs.com and https://maxiomlabs.com as two separate websites. Search rankings are surely going to drop, given that search engines believe that 2 sites should share the benefit of having the same content.

    Once again, the solution is quite simple: HTTP 301 Redirect https://maxiomlabs.com to https://www.maxiomlabs.com.

    Note that the rule below includes additional conditions for the maxiomlabs domain name, which also points to this website. In this case, I added two additional conditions where I HTTP 301 redirect all requests to inspectorit.com whether prefixed with a www. or not.

    [code lang="xml"]
    <rule name="Canonical Host Name" stopProcessing="true">
    	<match url="(.*)" />
    		<conditions>
    			<add input="{HTTP_HOST}" negate="true" pattern="^inspectorit.com$" />
    			<add input="{HTTP_HOST}" negate="true" pattern="^inspectorit.com$" />
    			<add input="{HTTP_HOST}" negate="true" pattern="^inspector.it$" />
    		</conditions>
    		<action type="Redirect" url="https://www.inspectorit.com/{R:1}" redirectType="Permanent" /> </rule>
    [/code]

    3. Even More Canonical Host Name

    Similar to what we described above, search rankings will suffer and drop, if search engines believe that 2 sites share the same content.  Incidentally, search engines also think that https://www.maxiomlabs.com and https://maxiomxlabs.com/default.aspx are two separate websites. The right thing to do here, is HTTP 301 redirect the default.aspx page to https://www.maxiomlabs.com by applying the following rule.

    [code lang="xml"]
    <rule name="Canonical Host Name - Redirect Default.aspx" patternSyntax="Wildcard" stopProcessing="true">
    	<match url="default.aspx" />
    	<action type="Redirect" url="/" redirectType="Permanent" />
    </rule>
    [/code]

    All rules described above are applied to this website in one way or the other. Go ahead, give it a shot.

    More information and reference for version 2.0 of the URL Rewrite extension can be found here: https://learn.iis.net/page.aspx/665/url-rewrite-module-20-configuration-reference/

    • http 301
    • iis7
    • seo
    • url rewrite
    • url rewrite rules

    Post navigation

    Previous
    Next

    Search

    Categories

    • Artificial Intelligence (47)
    • Autonomous Delivery Team (4)
    • Awards and Recognition (8)
    • Case Studies (13)
    • Chatbot Development (5)
    • Data & Analytics (21)
    • Deep Learning (6)
    • DevOps (11)
    • DNN Software (4)
    • Enterprise ERP and CMS (10)
    • Generative AI (6)
    • Healthcare Development (1)
    • Hybrid Apps (3)
    • Machine Learning (19)
    • Managed Remote Teams (5)
    • MCP Servers (1)
    • Misc (2)
    • Mobile App Development (25)
    • MVP Development (35)
    • Native Apps (4)
    • Natural Language Processing (16)
    • News & Events (16)
    • On-Demand Developers (5)
    • Progressive Web Apps (5)
    • Real Estate (8)
    • Robotic Process Automation (1)
    • Software Development (104)
    • Staff Augmentation (8)
    • Support and Maintenance (11)
    • System Integrations (8)
    • UI/UX Design (40)

    Tags

    Agile development AI AI development AI in Healthcare AI Innovations AI in Software Development AI Technology App development Artificial Intelligence Automation Awards clutch.io custom software development design developers Development Employee Engagement Fintech innovation Healthcare technology HR Technology Language Models Large Language Models LLMs Maxiom Technology MVP MVP (Minimum Viable Product) MVP Creation MVP Development MVP Process NLP Nonprofit Technology Predictive Analytics project management seo Software software development tag UI/UX UI/UX Design UI Design user experience User Interface (UI) UX UX/UI Design UX Design Web Design

    Related posts

    ux design tips
    Software Development, UI/UX Design

    14 UX design tips that conversions

    April 25, 2017

    14 UX design tips for you to get conversions. The experience a user has on your website directly relates to conversion rates. If you offer a good UX, consumers will revisit it and even recommend it to others. This leads to more engagement. In turn, increased engagement will lead to an increase in conversions. There […]

    mobile friendly wordpress design
    Enterprise ERP and CMS, Mobile App Development, MVP Development, Progressive Web Apps, Software Development, UI/UX Design

    How to make your WordPress website mobile-friendly

    April 18, 2017

    Ensuring your WordPress site is mobile-friendly is more important then it has ever been. The number of mobile users accessing websites is more than any other and is expected to grow. A recent research (PDF) has shown that the mobile browsing audience is twice as large as app audiences in the U.S. and continues to […]

    8 ways to optimize wordpress website
    Enterprise ERP and CMS, Software Development

    8 ways to optimize a WordPress website

    April 13, 2017

    Having a fast loading site can do more than improve your standing with users. It will also boost your SEO rankings. Many users are not willing to wait around for a site to load. This means a delay of just one second could cost you. In fact, research by the Aberdeen Group shows that a delay […]

    Maxiom Technology - Top Rated Software Development Company in Washington DC

    Maxiom Technology is a leading full-service software development company based in the Washington, D.C. metro area. We proudly serve businesses across the DMV region, including Washington, D.C., Maryland, and Virginia, as well as clients throughout the United States. Our expertise includes custom software development, AI-powered solutions, MVP development, staff augmentation, and digital transformation services for startups, enterprises, and government organizations.

    44927 George Washington Blvd
    Suite 265
    Ashburn, VA 20147

    [email protected]
    +1 (703) 942-9420

    DUNS: 006357922
    CAGE: 7SZQ7
    NAICS: 541511, 541512, 541519,
    541618, 541690, 541720, 541611

    Company
    • About Us
    • What We Do
    • Case Studies
    • Blog
    • Careers
    • Free Consultation
    • Contact Us
    Services
    • Artificial Intelligence
    • Software Engineering
    • Remote Teams
    • Data & Analytics
    • Creative Design
    • MVP Development
    • Mobile App Development
    • Fractional CTOs
    • Healthcare Technology
    Industries
    • Fintech
    • Healthcare
    • Human Resources
    • Non Profit Organizations
    • Real Estate
    • SaaS
    • Telecom
    • Other Industries
    Industry Partners
    • Hyperlogs
    • Personify ThreeSixty
    • DNN Software
    Agency
    • Fintech App Development
    • Fintech AI Solutions
    • Healthcare Mobile App Dev
    • AI Automation For Business
    • Real Estate Softwares
    • SaaS for Startups
    • Telecom Solutions
    • HR Software Engineering Solutions
    Innovation Lab

    MCP Servers for Developers: Practical Guide for Teams

    Top 10 AI Marketing Automation Agencies in 2026

    AI in Government Driving Better Digital Public Services

    Govtech MVP: Ignite Agile Innovation in Public Services

    Legal AI Revolution: Smarter Lawtech Automation for Firms

    Govtech Solutions Driving Smarter Digital Government

    Real Estate Startup Success Through Smart MVP Development

    Healthcare MVP Strategies for Your Next HealthTech Innovation

    Telecom Analytics for Performance and Customer Retention

    Property Valuation AI: Predict Trends in Real Estate

    Clutch Global Leader Award Winner
    Maxiom is Clutch Fall Champion 2023
    Top Mobile App Developers 2022 on Clutch
    Goodfirms Top Software Development Company
    G2 Top 50 Development Products

    © Maxiom Technology. All Rights Reserved.