Search code examples
seosemanticsshared-hostingspdyhttp2

SPDY on shared host & SEO Semantics


NodeSPDY on shared host

I got a webspace hosted by uberspace and want to use NodeSPDY, but there is a loadbalancer in between which cuts off the tls connection.

On uberspace one can request a Port to be opened. With this port it is possible to request resources directly by adding the port to the domain (ie https://mydomain.de:1337/someresource.jpg). So every thing works out nice but i wonder:

  • how about SEO semantics, will it harm my ranking?
  • are there any better solutions for this problems?
  • can i use ipv6 to mask the port somehow?

I know this is a stopgap but i wanted to get in touch with this technology and ease the work for changing to http2.


Solution

  • how about SEO sematics, will it harm my ranking?

    It won't.

    are there any better solutions for this problems?

    It is not a problem.

    can i use ipv6 to mask the port somehow?

    No.