How can I specify the title for a Google results entry for a PDF linked from my site?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
2
down vote

favorite












I maintain a small personal website,which is indexed by Google, with one PDF document (a curriculum vitae) generated using LaTeX. Currently, the PDF and the site homepage are the top hits for my name, but the PDF's search engine result takes the wrong title:



enter image description here



I think that this is happening because the sole link to the PDF is ...as a PDF <a href="cv.pdf">here</a>. Is there a way that I can indicate to the Google indexer that the intended title for this PDF is not here, either in the link or in the PDF itself?










share|improve this question







New contributor




hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    up vote
    2
    down vote

    favorite












    I maintain a small personal website,which is indexed by Google, with one PDF document (a curriculum vitae) generated using LaTeX. Currently, the PDF and the site homepage are the top hits for my name, but the PDF's search engine result takes the wrong title:



    enter image description here



    I think that this is happening because the sole link to the PDF is ...as a PDF <a href="cv.pdf">here</a>. Is there a way that I can indicate to the Google indexer that the intended title for this PDF is not here, either in the link or in the PDF itself?










    share|improve this question







    New contributor




    hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I maintain a small personal website,which is indexed by Google, with one PDF document (a curriculum vitae) generated using LaTeX. Currently, the PDF and the site homepage are the top hits for my name, but the PDF's search engine result takes the wrong title:



      enter image description here



      I think that this is happening because the sole link to the PDF is ...as a PDF <a href="cv.pdf">here</a>. Is there a way that I can indicate to the Google indexer that the intended title for this PDF is not here, either in the link or in the PDF itself?










      share|improve this question







      New contributor




      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I maintain a small personal website,which is indexed by Google, with one PDF document (a curriculum vitae) generated using LaTeX. Currently, the PDF and the site homepage are the top hits for my name, but the PDF's search engine result takes the wrong title:



      enter image description here



      I think that this is happening because the sole link to the PDF is ...as a PDF <a href="cv.pdf">here</a>. Is there a way that I can indicate to the Google indexer that the intended title for this PDF is not here, either in the link or in the PDF itself?







      google-search search-results pdf






      share|improve this question







      New contributor




      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      hexafraction

      1135




      1135




      New contributor




      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      hexafraction is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          The trivial fix to this is to just re-word the text on your website so that the link text says "my curriculum vitae" instead of just "here".



          The current text on your site says:




          My CV can be downloaded in PDF format here, and is embedded below




          You might consider changing it to something like this:




          View my CV below, or download the Curriculum Vitae PDF.




          I know it's not ideal, but that's Option 1.



          Attacking this from the other angle, you can see from the top of your embed that the title metadata in your PDF document is the following:




          Andrey Akhmetov –




          I would use a PDF creation tool to change that to something more relevant, like:




          Curriculum Vitae of Andrey Akhmetov




          Here's a one-liner to change the title using exiftool:



          exiftool -Title="Curriculum Vitae of Andrey Akhmetov" cv.pdf


          It's possible that once you have a more relevant title in your metadata, Google's crawler might just use it instead of trying to "make up" a relevant title by using the link text. I've had mixed results with that - it still tries to use link text for PDF titles for me - but it's worth a shot, and your title metadata should be accurate regardless.



          For what it's worth, I had this exact same issue with my resume at one point.






          share|improve this answer




















          • The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
            – hexafraction
            56 mins ago










          • I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
            – Maximillian Laumeister
            48 mins ago










          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          hexafraction is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f118238%2fhow-can-i-specify-the-title-for-a-google-results-entry-for-a-pdf-linked-from-my%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          The trivial fix to this is to just re-word the text on your website so that the link text says "my curriculum vitae" instead of just "here".



          The current text on your site says:




          My CV can be downloaded in PDF format here, and is embedded below




          You might consider changing it to something like this:




          View my CV below, or download the Curriculum Vitae PDF.




          I know it's not ideal, but that's Option 1.



          Attacking this from the other angle, you can see from the top of your embed that the title metadata in your PDF document is the following:




          Andrey Akhmetov –




          I would use a PDF creation tool to change that to something more relevant, like:




          Curriculum Vitae of Andrey Akhmetov




          Here's a one-liner to change the title using exiftool:



          exiftool -Title="Curriculum Vitae of Andrey Akhmetov" cv.pdf


          It's possible that once you have a more relevant title in your metadata, Google's crawler might just use it instead of trying to "make up" a relevant title by using the link text. I've had mixed results with that - it still tries to use link text for PDF titles for me - but it's worth a shot, and your title metadata should be accurate regardless.



          For what it's worth, I had this exact same issue with my resume at one point.






          share|improve this answer




















          • The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
            – hexafraction
            56 mins ago










          • I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
            – Maximillian Laumeister
            48 mins ago














          up vote
          2
          down vote



          accepted










          The trivial fix to this is to just re-word the text on your website so that the link text says "my curriculum vitae" instead of just "here".



          The current text on your site says:




          My CV can be downloaded in PDF format here, and is embedded below




          You might consider changing it to something like this:




          View my CV below, or download the Curriculum Vitae PDF.




          I know it's not ideal, but that's Option 1.



          Attacking this from the other angle, you can see from the top of your embed that the title metadata in your PDF document is the following:




          Andrey Akhmetov –




          I would use a PDF creation tool to change that to something more relevant, like:




          Curriculum Vitae of Andrey Akhmetov




          Here's a one-liner to change the title using exiftool:



          exiftool -Title="Curriculum Vitae of Andrey Akhmetov" cv.pdf


          It's possible that once you have a more relevant title in your metadata, Google's crawler might just use it instead of trying to "make up" a relevant title by using the link text. I've had mixed results with that - it still tries to use link text for PDF titles for me - but it's worth a shot, and your title metadata should be accurate regardless.



          For what it's worth, I had this exact same issue with my resume at one point.






          share|improve this answer




















          • The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
            – hexafraction
            56 mins ago










          • I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
            – Maximillian Laumeister
            48 mins ago












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          The trivial fix to this is to just re-word the text on your website so that the link text says "my curriculum vitae" instead of just "here".



          The current text on your site says:




          My CV can be downloaded in PDF format here, and is embedded below




          You might consider changing it to something like this:




          View my CV below, or download the Curriculum Vitae PDF.




          I know it's not ideal, but that's Option 1.



          Attacking this from the other angle, you can see from the top of your embed that the title metadata in your PDF document is the following:




          Andrey Akhmetov –




          I would use a PDF creation tool to change that to something more relevant, like:




          Curriculum Vitae of Andrey Akhmetov




          Here's a one-liner to change the title using exiftool:



          exiftool -Title="Curriculum Vitae of Andrey Akhmetov" cv.pdf


          It's possible that once you have a more relevant title in your metadata, Google's crawler might just use it instead of trying to "make up" a relevant title by using the link text. I've had mixed results with that - it still tries to use link text for PDF titles for me - but it's worth a shot, and your title metadata should be accurate regardless.



          For what it's worth, I had this exact same issue with my resume at one point.






          share|improve this answer












          The trivial fix to this is to just re-word the text on your website so that the link text says "my curriculum vitae" instead of just "here".



          The current text on your site says:




          My CV can be downloaded in PDF format here, and is embedded below




          You might consider changing it to something like this:




          View my CV below, or download the Curriculum Vitae PDF.




          I know it's not ideal, but that's Option 1.



          Attacking this from the other angle, you can see from the top of your embed that the title metadata in your PDF document is the following:




          Andrey Akhmetov –




          I would use a PDF creation tool to change that to something more relevant, like:




          Curriculum Vitae of Andrey Akhmetov




          Here's a one-liner to change the title using exiftool:



          exiftool -Title="Curriculum Vitae of Andrey Akhmetov" cv.pdf


          It's possible that once you have a more relevant title in your metadata, Google's crawler might just use it instead of trying to "make up" a relevant title by using the link text. I've had mixed results with that - it still tries to use link text for PDF titles for me - but it's worth a shot, and your title metadata should be accurate regardless.



          For what it's worth, I had this exact same issue with my resume at one point.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 1 hour ago









          Maximillian Laumeister

          33716




          33716











          • The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
            – hexafraction
            56 mins ago










          • I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
            – Maximillian Laumeister
            48 mins ago
















          • The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
            – hexafraction
            56 mins ago










          • I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
            – Maximillian Laumeister
            48 mins ago















          The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
          – hexafraction
          56 mins ago




          The PDF already has metadata embedded; I guess my next step might be to drop the embedding page that has the link and just link to the PDF from the navbar--does this pose any new significant issues that come to mind?
          – hexafraction
          56 mins ago












          I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
          – Maximillian Laumeister
          48 mins ago




          I would recommend changing your PDF title metadata to be more relevant than it currently is though, as in my example. If you link the PDF directly from your nav bar, that means the link text will be "CV", which is likely to help solve the issue too. No problem with doing that besides the slight hit to website usability, which you can be the judge of. If you want to get fancy with it, I would create an HTML version of your CV so it ranks higher than the PDF version in search results, then you don't need to worry about the PDF's title as much.
          – Maximillian Laumeister
          48 mins ago










          hexafraction is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          hexafraction is a new contributor. Be nice, and check out our Code of Conduct.












          hexafraction is a new contributor. Be nice, and check out our Code of Conduct.











          hexafraction is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f118238%2fhow-can-i-specify-the-title-for-a-google-results-entry-for-a-pdf-linked-from-my%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Long meetings (6-7 hours a day): Being “babysat” by supervisor

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          Confectionery