Can a website built entirely in SVG have good SEO?












27















Can a website built entirely in SVG have SEO as good as a website built in HTML? If not, what are the drawbacks to using 100% SVG for a website?










share|improve this question





























    27















    Can a website built entirely in SVG have SEO as good as a website built in HTML? If not, what are the drawbacks to using 100% SVG for a website?










    share|improve this question



























      27












      27








      27


      4






      Can a website built entirely in SVG have SEO as good as a website built in HTML? If not, what are the drawbacks to using 100% SVG for a website?










      share|improve this question
















      Can a website built entirely in SVG have SEO as good as a website built in HTML? If not, what are the drawbacks to using 100% SVG for a website?







      seo svg






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 10 at 21:03









      Maximillian Laumeister

      3,8501829




      3,8501829










      asked Jan 10 at 20:01









      Lance PollardLance Pollard

      28038




      28038






















          2 Answers
          2






          active

          oldest

          votes


















          40














          While text in SVGs are indexed by Google, links may not be followed, and Google does not understand the semantics of the content.



          Here is a website built entirely in SVG as a search engine test:



          http://svg.nicubunu.ro/



          If you type site:svg.nicubunu.ro into Google Search, you can see that only the home page was ever indexed, and it does not even show a description on the SERP. And if you view the cached page, you can see that Google doesn't understand any of the layout of the page.



          If Google's advanced crawler is having trouble with SVG websites, I can guarantee that more basic crawlers like Bing and Yahoo will have even greater trouble with it.



          So, a website built entirely in SVG will perform poorly in regards to SEO. And aside from SEO, a website built entirely in SVG is much more difficult (or impossible?) to make look good on both desktop and phone browsers.






          share|improve this answer





















          • 6





            It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

            – pytago
            Jan 11 at 13:11






          • 4





            Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

            – Fabian Röling
            Jan 12 at 15:45





















          9














          Let's try some tests on the same website as Maximillian's answer, http://svg.nicubunu.ro/. Both Bing and Yahoo can index the site.



          Yahoo Search



          Bing Search



          My Google search failed to find anything other than the homepage, but Google has stated that they do index svg files. The problem seems to be that Google doesn't follow links in svg files (first result for "google doesn't follow xlink"). Relevant tweet.



          I've search around a bit, but there doesn't seem to be any change that I'm aware of, so it's probably still true. In any case, xlink:href is depreciated in favor of just an href attribute which Google does follow so you should be all right.



          Conclusion: There should be minimal effect on how your pages are indexed as long as you make sure your links are actually crawlable. All three search engines were able to find the text on the pages they indexed. I haven't tested other aspects of SEO but neither indexing or searchability seems to be an issue.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "45"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f120170%2fcan-a-website-built-entirely-in-svg-have-good-seo%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            40














            While text in SVGs are indexed by Google, links may not be followed, and Google does not understand the semantics of the content.



            Here is a website built entirely in SVG as a search engine test:



            http://svg.nicubunu.ro/



            If you type site:svg.nicubunu.ro into Google Search, you can see that only the home page was ever indexed, and it does not even show a description on the SERP. And if you view the cached page, you can see that Google doesn't understand any of the layout of the page.



            If Google's advanced crawler is having trouble with SVG websites, I can guarantee that more basic crawlers like Bing and Yahoo will have even greater trouble with it.



            So, a website built entirely in SVG will perform poorly in regards to SEO. And aside from SEO, a website built entirely in SVG is much more difficult (or impossible?) to make look good on both desktop and phone browsers.






            share|improve this answer





















            • 6





              It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

              – pytago
              Jan 11 at 13:11






            • 4





              Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

              – Fabian Röling
              Jan 12 at 15:45


















            40














            While text in SVGs are indexed by Google, links may not be followed, and Google does not understand the semantics of the content.



            Here is a website built entirely in SVG as a search engine test:



            http://svg.nicubunu.ro/



            If you type site:svg.nicubunu.ro into Google Search, you can see that only the home page was ever indexed, and it does not even show a description on the SERP. And if you view the cached page, you can see that Google doesn't understand any of the layout of the page.



            If Google's advanced crawler is having trouble with SVG websites, I can guarantee that more basic crawlers like Bing and Yahoo will have even greater trouble with it.



            So, a website built entirely in SVG will perform poorly in regards to SEO. And aside from SEO, a website built entirely in SVG is much more difficult (or impossible?) to make look good on both desktop and phone browsers.






            share|improve this answer





















            • 6





              It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

              – pytago
              Jan 11 at 13:11






            • 4





              Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

              – Fabian Röling
              Jan 12 at 15:45
















            40












            40








            40







            While text in SVGs are indexed by Google, links may not be followed, and Google does not understand the semantics of the content.



            Here is a website built entirely in SVG as a search engine test:



            http://svg.nicubunu.ro/



            If you type site:svg.nicubunu.ro into Google Search, you can see that only the home page was ever indexed, and it does not even show a description on the SERP. And if you view the cached page, you can see that Google doesn't understand any of the layout of the page.



            If Google's advanced crawler is having trouble with SVG websites, I can guarantee that more basic crawlers like Bing and Yahoo will have even greater trouble with it.



            So, a website built entirely in SVG will perform poorly in regards to SEO. And aside from SEO, a website built entirely in SVG is much more difficult (or impossible?) to make look good on both desktop and phone browsers.






            share|improve this answer















            While text in SVGs are indexed by Google, links may not be followed, and Google does not understand the semantics of the content.



            Here is a website built entirely in SVG as a search engine test:



            http://svg.nicubunu.ro/



            If you type site:svg.nicubunu.ro into Google Search, you can see that only the home page was ever indexed, and it does not even show a description on the SERP. And if you view the cached page, you can see that Google doesn't understand any of the layout of the page.



            If Google's advanced crawler is having trouble with SVG websites, I can guarantee that more basic crawlers like Bing and Yahoo will have even greater trouble with it.



            So, a website built entirely in SVG will perform poorly in regards to SEO. And aside from SEO, a website built entirely in SVG is much more difficult (or impossible?) to make look good on both desktop and phone browsers.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 13 at 1:48

























            answered Jan 10 at 21:00









            Maximillian LaumeisterMaximillian Laumeister

            3,8501829




            3,8501829








            • 6





              It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

              – pytago
              Jan 11 at 13:11






            • 4





              Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

              – Fabian Röling
              Jan 12 at 15:45
















            • 6





              It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

              – pytago
              Jan 11 at 13:11






            • 4





              Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

              – Fabian Röling
              Jan 12 at 15:45










            6




            6





            It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

            – pytago
            Jan 11 at 13:11





            It seems that this question – and, therefore, answer – being featured on the Hot page of SE has overwhelmed the site you linked.

            – pytago
            Jan 11 at 13:11




            4




            4





            Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

            – Fabian Röling
            Jan 12 at 15:45







            Wow, that website you linked is super annoying. You can only select text for an extremely short period of time, probably only one frame. And the order the text is selected in is pretty chaotic, the title comes after one of the middle paragraphs for example. And my Chrome extension that gives every website a black theme just completely gives up on it, in all four modes. Same with my adblocker, it doesn't even show the menu for blocking custom elements. And there's a spelling error. But hey, at least there's no custom font smoothing, that's one advantage, I guess.

            – Fabian Röling
            Jan 12 at 15:45















            9














            Let's try some tests on the same website as Maximillian's answer, http://svg.nicubunu.ro/. Both Bing and Yahoo can index the site.



            Yahoo Search



            Bing Search



            My Google search failed to find anything other than the homepage, but Google has stated that they do index svg files. The problem seems to be that Google doesn't follow links in svg files (first result for "google doesn't follow xlink"). Relevant tweet.



            I've search around a bit, but there doesn't seem to be any change that I'm aware of, so it's probably still true. In any case, xlink:href is depreciated in favor of just an href attribute which Google does follow so you should be all right.



            Conclusion: There should be minimal effect on how your pages are indexed as long as you make sure your links are actually crawlable. All three search engines were able to find the text on the pages they indexed. I haven't tested other aspects of SEO but neither indexing or searchability seems to be an issue.






            share|improve this answer






























              9














              Let's try some tests on the same website as Maximillian's answer, http://svg.nicubunu.ro/. Both Bing and Yahoo can index the site.



              Yahoo Search



              Bing Search



              My Google search failed to find anything other than the homepage, but Google has stated that they do index svg files. The problem seems to be that Google doesn't follow links in svg files (first result for "google doesn't follow xlink"). Relevant tweet.



              I've search around a bit, but there doesn't seem to be any change that I'm aware of, so it's probably still true. In any case, xlink:href is depreciated in favor of just an href attribute which Google does follow so you should be all right.



              Conclusion: There should be minimal effect on how your pages are indexed as long as you make sure your links are actually crawlable. All three search engines were able to find the text on the pages they indexed. I haven't tested other aspects of SEO but neither indexing or searchability seems to be an issue.






              share|improve this answer




























                9












                9








                9







                Let's try some tests on the same website as Maximillian's answer, http://svg.nicubunu.ro/. Both Bing and Yahoo can index the site.



                Yahoo Search



                Bing Search



                My Google search failed to find anything other than the homepage, but Google has stated that they do index svg files. The problem seems to be that Google doesn't follow links in svg files (first result for "google doesn't follow xlink"). Relevant tweet.



                I've search around a bit, but there doesn't seem to be any change that I'm aware of, so it's probably still true. In any case, xlink:href is depreciated in favor of just an href attribute which Google does follow so you should be all right.



                Conclusion: There should be minimal effect on how your pages are indexed as long as you make sure your links are actually crawlable. All three search engines were able to find the text on the pages they indexed. I haven't tested other aspects of SEO but neither indexing or searchability seems to be an issue.






                share|improve this answer















                Let's try some tests on the same website as Maximillian's answer, http://svg.nicubunu.ro/. Both Bing and Yahoo can index the site.



                Yahoo Search



                Bing Search



                My Google search failed to find anything other than the homepage, but Google has stated that they do index svg files. The problem seems to be that Google doesn't follow links in svg files (first result for "google doesn't follow xlink"). Relevant tweet.



                I've search around a bit, but there doesn't seem to be any change that I'm aware of, so it's probably still true. In any case, xlink:href is depreciated in favor of just an href attribute which Google does follow so you should be all right.



                Conclusion: There should be minimal effect on how your pages are indexed as long as you make sure your links are actually crawlable. All three search engines were able to find the text on the pages they indexed. I haven't tested other aspects of SEO but neither indexing or searchability seems to be an issue.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jan 12 at 3:08









                Solomon Ucko

                1033




                1033










                answered Jan 11 at 3:28









                KenamoruKenamoru

                912




                912






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Webmasters Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f120170%2fcan-a-website-built-entirely-in-svg-have-good-seo%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    MongoDB - Not Authorized To Execute Command

                    in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                    How to fix TextFormField cause rebuild widget in Flutter